[Getdata-commits] SF.net SVN: getdata:[860] trunk/getdata/doc/README.php
Scientific Database Format
Brought to you by:
ketiltrout
|
From: <ket...@us...> - 2013-10-24 02:06:36
|
Revision: 860
http://sourceforge.net/p/getdata/code/860
Author: ketiltrout
Date: 2013-10-24 02:06:29 +0000 (Thu, 24 Oct 2013)
Log Message:
-----------
doc.
Modified Paths:
--------------
trunk/getdata/doc/README.php
Modified: trunk/getdata/doc/README.php
===================================================================
--- trunk/getdata/doc/README.php 2013-10-24 02:03:53 UTC (rev 859)
+++ trunk/getdata/doc/README.php 2013-10-24 02:06:29 UTC (rev 860)
@@ -4,7 +4,9 @@
The PHP bindings for GetData provide PHP5 bindings to the C GetData Library.
The bindings are provided in a PHP extension (called "getdata") which also
defines all the GetData constants (GD_RDONLY, GD_E_OK, &c.). The bindings
-are built using phpize(1) and the standard PHP extension build system.
+are configured using php-config(1), which should provide all necessary
+configuration. The install path can be changed by passing --with-php-dir to
+./configure.
In PHP, the C API's DIRFILE object is represented by a Dirfile resource,
allocated by gd_open(). The DIRFILE associated with a Dirfile resource is
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|