php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #61756 php.net showing warnings
Submitted: 2012-04-17 14:31 UTC Modified: 2012-04-17 21:33 UTC
From: ebanyu at gmail dot com Assigned: salathe (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: all
Private report: No CVE-ID: None
 [2012-04-17 14:31 UTC] ebanyu at gmail dot com
Description:
------------
The web page of php.net show warnings if you change a GET variable to an array.

Examples:

http://us2.php.net/manual-lookup.php?pattern[]=&lang[]=en&scope[]=404quickref

http://cl.php.net/manual-lookup.php?pattern[]=&lang[]=en&scope[]=404quickref


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-04-17 21:32 UTC] salathe@php.net
This bug has been fixed in SVN.

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/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

I have changed manual-lookup.php to check that the parameters are strings (it will ignore arrays).  The same issue is likely to exist in 
other places on the website too.
 [2012-04-17 21:32 UTC] salathe@php.net
-Status: Open +Status: Closed -Package: *Web Server problem +Package: Website problem -Assigned To: +Assigned To: salathe
 [2012-04-17 21:33 UTC] salathe@php.net
And the wrong "Quick Fix" message strikes again. It was supposed to say:

This bug has been fixed in Git. Since the websites are not directly
updated from the Git server, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 15:01:33 2024 UTC