CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2009/03/10 16:07:22
Modified files:
www/php5/core : Makefile
Added files:
www/php5/core/patches: patch-sapi_apache_mod_php5_c
patch-sapi_cgi_main_c
patch-sapi_cli_php_cli_c
Log message:
Add an environment variable called PHP_INI_PATH so people can set a path
to their php.ini file in a SAPI independent way. This way can easily run
more instances of httpd with different php configs.
Idea after a discussion with "L. V. Lammert" <[email protected]>