php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48835 Deprecated php.ini options in old php.ini's makes "make test" to fail
Submitted: 2009-07-07 13:17 UTC Modified: 2009-07-24 20:24 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: andreas dot rieber at 2e-systems dot com Assigned: kalle (profile)
Status: Closed Package: PHP options/info functions
PHP Version: 5.3.0, 6CVS OS: *
Private report: No CVE-ID: None
 [2009-07-07 13:17 UTC] 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



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-07-07 14:21 UTC] scottmac@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-10 18:47 UTC] jani@php.net
Scott: "grep -v magic_*" ? :D
 [2009-07-24 20:24 UTC] svn@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-24 20:24 UTC] jani@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 13:01:30 2024 UTC