Edit report at https://bugs.php.net/bug.php?id=55632&edit=1

 ID:                 55632
 User updated by:    bengt dot hilf at de dot bosch dot com
 Reported by:        bengt dot hilf at de dot bosch dot com
 Summary:            UNC path is not working with error_log
 Status:             Open
 Type:               Feature/Change Request
 Package:            PHP options/info functions
 Operating System:   Windows Server 2008 R2
 PHP Version:        5.3.8
 Block user comment: N
 Private report:     N

 New Comment:

Also 

error_log = "\\\\servername\\share\\errors.log"

does not work.


Previous Comments:
------------------------------------------------------------------------
[2011-09-07 09:36:51] bengt dot hilf at de dot bosch dot com

Description:
------------
When defining a UNC share in error_log, no error logs are written.

Test script:
---------------
php.ini:

error_log = "\\servername\share\errors.log"

Testscript:

<?php
  this_is_a_bug_because
  no_semicolon_in_the_end
?>

Expected result:
----------------
UNC path can be used



------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=55632&edit=1

Reply via email to