Date: 06/29/01
- Next message: Andi Gutmans: "Re: [PHP-DEV] Dom XML"
- Previous message: bf <email protected>: "[PHP-DEV] Bug #11793 Updated: file_exists() and friends"
- Next in thread: sniper <email protected>: "[PHP-DEV] Bug #11793 Updated: file_exists() and friends"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 11793
User Update by: bf <email protected>
Old-Status: Open
Status: Closed
Bug Type: Scripting Engine problem
Operating system: Redhat Linux
PHP Version: 4.0.6
Description: file_exists() and friends
Previous Comments:
---------------------------------------------------------------------------
[2001-06-29 03:09:36] bf <email protected>
I'm having problem with file_exists(), is_file(),
file_size() since the upgrade to 4.0.6. It does not work
if I supply a variable as a filename. E.g.
file_exists( $var ); will return false even if the
variable contains a correct path.
file_exists( "path/to/file.txt" ); works.
Same for the is_file() and file_size();
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=11793
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andi Gutmans: "Re: [PHP-DEV] Dom XML"
- Previous message: bf <email protected>: "[PHP-DEV] Bug #11793 Updated: file_exists() and friends"
- Next in thread: sniper <email protected>: "[PHP-DEV] Bug #11793 Updated: file_exists() and friends"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

