ID: 10591
User Update by: [EMAIL PROTECTED]
Status: Closed
Bug Type: PHP options/info functions
Description: php.ini parser not very strict

Semi-randomly?

There are no odd lines in my php.ini...

I need this to work for my app! :)

Previous Comments:
---------------------------------------------------------------------------

[2001-05-01 20:54:05] [EMAIL PROTECTED]
The php.ini parser may behave strangely when presented with broken lines, 
semi-randomly turning features on and off.  

IMHO not a giant issue - if I get a chance, I will take a closer look at it.

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

[2001-05-01 20:36:08] [EMAIL PROTECTED]
yea, lost a line break in there... it's as it should be in
the php.ini. Sorry about that.

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

[2001-05-01 20:25:18] [EMAIL PROTECTED]
If this:

; Magic quotes for runtime-generated data, e.g. data from
SQL, from exec(), etc.magic_quotes_runtime = Off    

is literal, it should be:

; Magic quotes for runtime-generated data, e.g. data from
SQL, from exec(), etc.
magic_quotes_runtime = Off    



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

[2001-05-01 20:17:20] [EMAIL PROTECTED]
; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = Off

; Magic quotes for runtime-generated data, e.g. data from
SQL, from exec(), etc.magic_quotes_runtime = Off    


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

[2001-05-01 20:15:23] [EMAIL PROTECTED]
Could you post the relevant section of your php.ini file?

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

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=10591


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to