php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38208 PHP/5.2.0RC1: magic_quotes_gpc hasn't effect.
Submitted: 2006-07-25 17:21 UTC Modified: 2006-07-27 18:27 UTC
From: whitephoenix at mail dot ru Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: 5.2.0RC1 OS: tested on Win XP
Private report: No CVE-ID: None
 [2006-07-25 17:21 UTC] whitephoenix at mail dot ru
Description:
------------
php.ini = php.ini-dist
"; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = On"
get_magic_quotes_gpc() returns true.
But a $_REQUEST contains data without quotes.
I think, best solution of this bug is deprication this funny directive :-)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-07-26 06:56 UTC] tony2001@php.net
Works perfectly fine here.

 [2006-07-27 18:27 UTC] iliaa@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.

Was a problem with the filter extension.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 05:01:31 2024 UTC