Application Popup provides too few information
| Request #68297 | Application Popup provides too few information | ||||
|---|---|---|---|---|---|
| Submitted: | 2014-10-24 09:20 UTC | Modified: | 2014-12-04 08:48 UTC | ||
| From: | php at sanexeh dot nl | Assigned: | ab (profile) | ||
| Status: | Closed | Package: | IIS related | ||
| PHP Version: | 5.5.18 | OS: | Windows Server 2012 R2 | ||
| Private report: | No | CVE-ID: | None | ||
[2014-10-24 09:20 UTC] php at sanexeh dot nl
Description:
------------
On Microsoft Windows OS there is currently too few information written to the Windows Event Logs (Application, Event Viewer) to be able to figure out where a problem occurs, if one occurs.
Test script:
---------------
1, via CLI: c:\php5.5\php-cgi.exe -d a=b -d foo=1()
2, visiting a website running in IIS, when the website has a user_ini.filename file with the following erroneous content: foo = 1()
Expected result:
----------------
I don't really care about the actual output format written to Windows Application Event Logs, but it'd be useful to have the started process with commandline arguments:
1: Application popup: PHP Error : syntax error, unexpected '(' in Unknown on line 2 (c:\php5.5\php-cgi.exe -d a=b -d foo=1())
2: Application popup: : (c:\website\docroot\.user.ini)
or
2: Application popup: : (c:\php5.5\php-fcgi-5-5.exe -d a=b)
or
2: Application popup: : (c:\php5.5\php-fcgi-5-5.exe -d a=b, c:\website\docroot\.user.ini)
Actual result:
--------------
1: Application popup: PHP Error : syntax error, unexpected '(' in Unknown on line 2
2: Application popup: :
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2014-10-24 09:24 UTC] php at sanexeh dot nl
[2014-12-04 08:48 UTC] ab@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: ab
[2014-12-04 08:48 UTC] ab@php.net