From:             php-bug at leolabs dot com
Operating system: Mac OS X 10.2.6
PHP version:      Irrelevant
PHP Bug Type:     Scripting Engine problem
Bug description:  The global variables $_GET, $_REQUEST, $_POST have content errors.

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 bug report at http://bugs.php.net/?id=24564&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=24564&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=24564&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=24564&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24564&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24564&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24564&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24564&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24564&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24564&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24564&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24564&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24564&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24564&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24564&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24564&r=gnused

Reply via email to