php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #650 application/x-httpd-php3-source inserts extra double quotes
Submitted: 1998-08-13 11:17 UTC Modified: 1998-08-13 15:46 UTC
From: markjr at privateworld dot com Assigned:
Status: Closed Package: Parser error
PHP Version: 3.0.2a OS: Slackware 2.0.35
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: markjr at privateworld dot com
New email:
PHP Version: OS:

 

 [1998-08-13 11:17 UTC] markjr at privateworld dot com
In certain circumstances, viewing a doc source via
application/x-httpd-php3-source inserts extra double
quotes, i.e.

if(!ereg($query, "\n$")):

(line 124 from http://www.shmooze.net/~markjr/whois/whois.txt)

gets displayed as:

if(!ereg($query, "\n$"")):

(same line from same file accessed as:
http://www.shmooze.net/~markjr/whois/whois.php3)

This has been noticed at the PX code exchange too.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-08-13 15:46 UTC] zeev
Fixed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC