php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29059 Searching for "var" causes 500 ISE
Submitted: 2004-07-08 05:51 UTC Modified: 2004-11-16 07:52 UTC
From: matt at atopia dot net Assigned:
Status: Closed Package: Website problem
PHP Version: 4.3.7 OS: Windows
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: matt at atopia dot net
New email:
PHP Version: OS:

 

 [2004-07-08 05:51 UTC] matt at atopia dot net
Description:
------------
On http://us2.php.net/manual/en/language.variables.php ..

Searching for "var" (minus the quotes) in the search box produces an error.

Reproduce code:
---------------
Go to http://us2.php.net/manual/en/language.variables.php, then type in 'var' (without the quotes) in the search box.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-09 04:33 UTC] curt@php.net
It appears to only be on the us2 mirror, its final redirect goes to: 
  http://fog.he.net/cgi-bin/error500

The headers after the manual-lookup.php script are:

GET /manual/en/ref.var.php HTTP/1.1
Host: us2.php.net
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7) Gecko/20040614 Firefox/0.8
Accept: text/xml, ...
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://us2.php.net/manual/en/index.php
Cookie: LAST_SEARCH=quickref%2Cvar; ....

HTTP/1.x 302 Found
Date: Fri, 09 Jul 2004 02:21:19 GMT
Server: Apache/2.0.46 (Unix) ...
Location: http://fog.he.net/cgi-bin/error500
Content-Length: 410
Connection: close
Content-Type: text/html; charset=iso-8859-1

 [2004-11-16 07:52 UTC] davey@php.net
Seems fixed now :)

- Davey
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Sep 19 18:01:27 2024 UTC