php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3660 using "../" doesn't work properly
Submitted: 2000-02-28 20:28 UTC Modified: 2000-06-09 15:56 UTC
From: sanfordr at cnet dot com Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Beta 4 Patch Level 1 OS: WinNT
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: sanfordr at cnet dot com
New email:
PHP Version: OS:

 

 [2000-02-28 20:28 UTC] sanfordr at cnet dot com
Interesting bug:

This line:
include( "../pfms.ini" );

gives an access violation error on my NT box (using php4p1)

But
include( "./../pfms.ini" );

doesn't give the error.

Thanks,


Sanford

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-09 15:56 UTC] andi at cvs dot php dot net
Please try the following build and open a bug report if this still is a problem:
va.php.net/~andi/php-4.0.1dev-Win32.zip
Thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 14:01:30 2024 UTC