CopernicaMarketingSoftware / PHP-CPP

Library to build PHP extensions with C++
http://www.php-cpp.com/
Apache License 2.0
1.42k stars 333 forks source link

Patch Makefiles to determine install locations automatically #528

Closed gnat42 closed 5 months ago

gnat42 commented 5 months ago

The Makefiles in the Examples directory hardcode the location of the php ini directory. This changes that to dynamically use "php-config --ini-dir" to configure it. It also adds an uninstall target.