[PHP-DEV] Bug #697: can't require() files that start with a "." From: cmv <email protected>
Date: 08/26/98

From: cmv <email protected>
Operating system: Linux
PHP version: 3.0.3
PHP Bug Type: Performance problem
Bug description:
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.

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>