ID:               24564
 Updated by:       [EMAIL PROTECTED]
 Reported By:      php-bug at leolabs dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Scripting Engine problem
 Operating System: Mac OS X 10.2.6
 PHP Version:      Irrelevant
 New Comment:

"magic_quotes_gpc = Off" in php.ini will solve this 'bug'.



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

[2003-07-09 10:14:44] php-bug at leolabs dot com

Description:
------------
The version of PHP that is being used is 4.1.2.  This 
is the default version that ships with Mac OS X 10.2.x

I am running Mac OS X 10.2.6.

If you use a url such as:

http://<website>/<script>?holiday_name=New+Leo%27s+Day

Where the contents of the <script> php script is:

<?php echo phpinfo(); ?>

You will notice that the value of the 
$_GET['holiday_name'] variable will be:

New Leo\'s Day

Expected result:
----------------
I expect the value of the $_GET['holiday_name'] 
variable to be:

New Leo's Day



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


-- 
Edit this bug report at http://bugs.php.net/?id=24564&edit=1

Reply via email to