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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

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: Thu Apr 25 08:01:28 2024 UTC