changelog Sun Jun 10 01:31:20 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2714&r2=1.2715&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2714 php-src/ChangeLog:1.2715 --- php-src/ChangeLog:1.2714 Sat Jun 9 01:31:12 2007 +++ php-src/ChangeLog Sun Jun 10 01:31:19 2007 @@ -1,3 +1,44 @@ +2007-06-09 Jani Taskinen <[EMAIL PROTECTED]> + + * Makefile.global: + MFB + + * (PHP_5_2) + Makefile.global: + - Fix special case of no ini file in use or not found + + * Makefile.global: + - fix "make test" issue with extension entries + + * (PHP_5_2) + NEWS + ext/standard/basic_functions.c + ext/standard/info.c + ext/standard/info.h: + MFH:- Added php_ini_loaded_file() function which returns the path to the + actual + php.ini in use. + + * ext/standard/basic_functions.c + ext/standard/info.c + ext/standard/info.h: + - Added php_ini_loaded_file() function which returns the path to the actual + php.ini in use. + +2007-06-09 Johannes Schlüter <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS + ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_builtin_functions.c + ZendEngine2/tests/bug41640.phpt: + Fix #41640 (get_class_vars produces error on class constants) + + * ZendEngine2/tests/bug41640.phpt + ZendEngine2/tests/bug41640.phpt: + + Fix #41640 (get_class_vars produces error on class constants) + 2007-06-08 Antony Dovgal <[EMAIL PROTECTED]> * (PHP_5_2)