php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #55632 UNC path is not working with error_log
Submitted: 2011-09-07 09:36 UTC Modified: 2012-05-23 12:59 UTC
From: bengt dot hilf at de dot bosch dot com Assigned:
Status: Closed Package: PHP options/info functions
PHP Version: 5.3.8 OS: Windows Server 2008 R2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bengt dot hilf at de dot bosch dot com
New email:
PHP Version: OS:

 

 [2011-09-07 09:36 UTC] 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


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-09-07 09:38 UTC] bengt dot hilf at de dot bosch dot com
Also 

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

does not work.
 [2012-05-23 12:59 UTC] bengt dot hilf at de dot bosch dot com
-Status: Open +Status: Closed
 [2012-05-23 12:59 UTC] bengt dot hilf at de dot bosch dot com
Problem solved in PHP 5.3.13
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 21:01:35 2025 UTC