[PHP-DEV] Bug #1293 Updated: UNC (\\server\share) pathnames don't work From: Bug Database (php-dev <email protected>)
Date: 04/05/99

ID: 1293
Updated by: sas
Reported By: mnc <email protected>
Status: Closed
Bug Type: Other
Assigned To:
Comments:

The backslash is the escape character of PHP3. You should write it as

fopen("\\\\server\\share\\file.txt");

--
Ok, patch is in CVS, change will appear in PHP 3.0.8.

Full Bug description available at: http://bugs.php.net?id=1293

-- 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>