File: README.md

package info (click to toggle)
php-geos 1.0.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 912 kB
  • sloc: ansic: 2,612; php: 131; xml: 81; makefile: 23; sh: 12
file content (14 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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