4 Date: Fri Jun 18 15:52:57 CEST 2010
5 Author: Sandro Santilli <strk@keybit.net>
7 The code in this directory provides a PHP module to
8 make use of functionalities of the GEOS library.
9 The bindings are linked to the C-API, for betters stability.
14 You need php5 development tools, often found in
15 packages named something like 'php5-dev'.
20 Just add --enable-php to your GEOS configure line
26 Automated testing should be executed on 'make check'
27 togheter with the rest of the GEOS testsuite.
28 You can still run 'make check' from this dir for
29 localized (php-only) testing.
31 Note that you'll need phpunit installed for this to work.
34 sudo pear install --force --alldeps phpunit/phpunit
39 As root (or owner with write access to the directory
40 returned by php-config --extension-dir),
47 (reference some automatically built doc?)