forked from geos/php-geos
1
0
Fork 0
php-geos/tests
Sandro Santilli 2c8e0e6c79 Fail if geos extension cannot be loaded 2016-07-25 17:14:01 +02:00
..
000_General.phpt Fail if geos extension cannot be loaded 2016-07-25 17:14:01 +02:00
001_Geometry.phpt Fail if geos extension cannot be loaded 2016-07-25 17:14:01 +02:00
002_WKTWriter.phpt Fail if geos extension cannot be loaded 2016-07-25 17:14:01 +02:00
003_WKTReader.phpt Fail if geos extension cannot be loaded 2016-07-25 17:14:01 +02:00
004_WKBWriter.phpt Fail if geos extension cannot be loaded 2016-07-25 17:14:01 +02:00
README.md Add another useful env variable for valgrind debugging 2016-07-25 17:14:01 +02:00
TestHelper.php Show more output during tests 2016-03-20 20:44:02 -04:00

README.md

Tests can be run manually from the top-level build dir using:

php -n -d extension=modules/geos.so tests/001_Geometry.phpt

If you want to use valgrind, it is recommended to disable Zend memory management:

export USE_ZEND_ALLOC=0

And avoid unload of modules:

export ZEND_DONT_UNLOAD_MODULES=1

Read more on https://bugs.php.net/bugs-getting-valgrind-log.php