Closed remicollet closed 8 years ago
With PR #2
$ php -n -d extension=pcs.so -m
PHP Warning: Cannot load module 'pcs' because required module 'tokenizer' is not loaded in Unknown on line 0
...
$ php -n -d extension=tokenizer.so -d extension=pcs.so -m
[PHP Modules]
...
pcs
...
And test suite ok (php 5.4, 5.5, 5.6 and 7.0)
Building pcs 1.2.0
In debug mode
Same issue with PHP 5 and 7 (above is with PHP 5.6.16)