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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 18:01:31 2024 UTC