php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47910 Error line in the default php.ini files
Submitted: 2009-04-06 16:12 UTC Modified: 2009-04-06 23:11 UTC
From: dandelion8888 at gmail dot com Assigned:
Status: Closed Package: *General Issues
PHP Version: 5.3.0RC1 OS: Linux/Debian
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dandelion8888 at gmail dot com
New email:
PHP Version: OS:

 

 [2009-04-06 16:12 UTC] dandelion8888 at gmail dot com
Description:
------------
When I compiled PHP 5.3.0RC1 on Debian 5.0, both default configuration files: php.ini-development , php.ini-production had a missing semicolon on the line 581. The ini file wasn't parsed from that line down. It took me a while to find it out.

Reproduce code:
---------------
http://www.php.net/manual/en/errorfunc.configuration.php#ini.track-errors


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-04-06 20:57 UTC] jani@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/


 [2009-04-06 21:33 UTC] dandelion8888 at gmail dot com
Snapshot PHP5.2 works fine, because 5.2 uses different vesion of php.ini than 5.3.
In php.inis in 5.3.0RC1 there are comments marked with semicolons and one of the semicolons is missing - line 581 - so it's impossible to configure PHP if somebody doesn't know about it.
The error is in "php-5.3.0RC1.tar.gz" downloaded directly from php.net. There is no need to compile it to find where it is.
 [2009-04-06 22:18 UTC] jani@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/

Oops, I meant this snapshot of course. (According to CVS, it should 
have fixed inis)
 [2009-04-06 23:11 UTC] pajoye@php.net
This bug has been fixed in CVS.

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: Tue May 07 03:01:29 2024 UTC