ID: 48835 Updated by: j...@php.net Reported By: andreas dot rieber at 2e-systems dot com -Status: Assigned +Status: Closed Bug Type: PHP options/info functions Operating System: * PHP Version: 5.3.0, 6CVS Assigned To: kalle New Comment:
This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2009-07-24 20:24:13] s...@php.net Automatic comment from SVN on behalf of jani Revision: http://svn.php.net/viewvc/?view=revision&revision=284719 Log: - Fixed bug #48835 (Deprecated php.ini options in old php.inis makes "make test" to fail) ------------------------------------------------------------------------ [2009-07-10 18:47:54] j...@php.net Scott: "grep -v magic_*" ? :D ------------------------------------------------------------------------ [2009-07-07 14:21:26] scott...@php.net Makefile.global needs to change to remove these settings when it's building the tmp-php.ini. At the moment the grep is ^(zend_)?extension(_debug)?(_ts)?[\t\ ]*= I knew about this but never got around to fixing it for 5.3.0. ------------------------------------------------------------------------ [2009-07-07 13:17:47] andreas dot rieber at 2e-systems dot com Description: ------------ 'make test' uses the systems /usr/local/lib/php.ini with 5.2.10 configuration and so all test failed. After i unkommented some lines, the tests passed: > ;magic_quotes_gpc = On > ;magic_quotes_runtime = Off > ;magic_quotes_sybase = Off > ;define_syslog_variables = On ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48835&edit=1