php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #697 can't require() files that start with a "."
Submitted: 1998-08-26 18:24 UTC Modified: 1998-09-19 15:11 UTC
From: cmv at privateworld dot com Assigned:
Status: Closed Package: Performance problem
PHP Version: 3.0.3 OS: Linux
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cmv at privateworld dot com
New email:
PHP Version: OS:

 

 [1998-08-26 18:24 UTC] cmv at privateworld dot com
require (".filename.php3");

... will cause a parse error, even when the file exists and is valid PHP.  Renaming the file to "filename" works as expected.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-09-19 15:11 UTC] zeev
Unable to reproduce that, works fine here.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 16:01:30 2024 UTC