Date: 01/11/00
- Next message: liedekef <email protected>: "[PHP-DEV] Bug #3173: compile error after making distclean"
- Previous message: Andre Landwehr: "[PHP-DEV] Re: PHP 4.0 Bug #2416 Updated: strange results accessing hashtables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: azathoth <email protected>
Operating system: Windows 95
PHP version: 3.0.13
PHP Bug Type: Other
Bug description: fopen returns unknown error
if i create a file named "toto.htm" and i make a form who send for exemple data=toto.htm to my php3 page, and if i make this sort a script
<?fopen($data,"r+");?>
then i have an unknown error. But if i type
<?fopen("toto.htm","r+");?>
it works, but $data and toto.htm are identical....
-- 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: liedekef <email protected>: "[PHP-DEV] Bug #3173: compile error after making distclean"
- Previous message: Andre Landwehr: "[PHP-DEV] Re: PHP 4.0 Bug #2416 Updated: strange results accessing hashtables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

