php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1789 Bug 1765
Submitted: 1999-07-21 05:01 UTC Modified: 1999-07-31 12:45 UTC
From: mherold at mystics dot de Assigned: zeev (profile)
Status: Closed Package: Misbehaving function
PHP Version: 4.0 Beta 1 OS: Linux 2.0.36
Private report: No CVE-ID: None
 [1999-07-21 05:01 UTC] mherold at mystics dot de
Forgett the Bug #1765, the decode functions are all correct!

But all config flags don't work in lowercase:

"magic_quotes_gpc = off" don't work but "magic_quotes_gpc = Off" does.

The converter scripts in scripts/apache convert all old php3 flags to lowercase!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-24 10:33 UTC] zeev at cvs dot php dot net
the flag should be case insensitive...
There was indeed a bug in Beta 1 that only recognized 'On' (but not 'on' or 'ON'), but there
was no bug with Off.  Could you verify this?
 [1999-07-31 12:45 UTC] zeev at cvs dot php dot net
No response, unable to reproduce the problem...
 [1999-07-31 12:45 UTC] zeev at cvs dot php dot net
No response, unable to reproduce the problem...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 21:01:32 2024 UTC