php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #50581 php.ini inconsitency
Submitted: 2009-12-26 20:14 UTC Modified: 2021-02-12 15:34 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: stevenmartin99 at gmail dot com Assigned: cmb (profile)
Status: Closed Package: *General Issues
PHP Version: * OS: windows
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: stevenmartin99 at gmail dot com
New email:
PHP Version: OS:

 

 [2009-12-26 20:14 UTC] stevenmartin99 at gmail dot com
Description:
------------
in the php.ini  with   php5.3.0  there is 6lines  that are not consistant with the layout of the ini file


these two line below have comments written on the same line.the stand is  before them

[967] => ;extension=php_oci8.dll      ; Use with Oracle 10gR2 Instant Client

[968] => ;extension=php_oci8_11g.dll  ; Use with Oracle 11g Instant Client

------------------------------------------------------------

these line below  have now whitespace after the ; as all comment lines have

[1040] => ;PCRE library recursion limit.

1041] => ;Please note that if you set this value to a high number you may consume all

[1042] => ;the available process stack and eventually crash PHP (due to reaching the

[1043] => ;stack size limit imposed by the Operating System).


Expected result:
----------------
I am trying to make a php.ini  gui interface and these lines are messing it up ..    i presume its just a mistake in the php.ini

thanks


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-05-05 21:49 UTC] pajoye@php.net
-Status: Open +Status: Assigned -Package: Feature/Change Request +Package: *General Issues -PHP Version: 5.3SVN-2009-12-26 (snap) +PHP Version: * -Assigned To: +Assigned To: pajoye
 [2010-05-05 21:49 UTC] pajoye@php.net
We can take care of that in the next version (trunk).
 [2017-10-24 07:31 UTC] kalle@php.net
-Status: Assigned +Status: Open -Assigned To: pajoye +Assigned To:
 [2021-02-12 15:34 UTC] cmb@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: cmb
 [2021-02-12 15:34 UTC] cmb@php.net
The missing spaces are added as of PHP 7.3.0.  The inline comments
for the extensions make sense, and won't be changed.  You'd have
to cater to that (and also to some missing spaces) anyway.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 14:01:31 2024 UTC