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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Tue Apr 23 23:01:29 2024 UTC