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
 [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 05:01:29 2024 UTC