#45786 [Asn]: FastCGI process exited unexpectedly

2008-08-18 Thread karelevzen at gmail dot com
 ID:   45786
 User updated by:  karelevzen at gmail dot com
 Reported By:  karelevzen at gmail dot com
 Status:   Assigned
 Bug Type: CGI related
 Operating System: Windows Vista Ultimate x64 SP1
 PHP Version:  5.3CVS-2008-08-10 (CVS)
 Assigned To:  dmitry
 New Comment:

No succes, sorry.
It behaves the same, eg. it loads the content, then keeps loading for
some time (faulty php module). This time, the GUI error message DOES NOT
APPER, but when I hit refresh, it displays a IIS error message stating:

HTTP Error 500.0 - Internal Server Error
Module  FastCgiModule
NotificationExecuteRequestHandler
Handler PHP
Error Code  0x8007000d

After another refresh the page again loads, keeps on loading for a
while, than, after another refresh the same error appears.

IMHO it's the same problem, but this time IIS realizes that an error
had occured when the second request is received.

Due to the GUI error not showing, I cannot send you a crushdump.


Previous Comments:


[2008-08-18 11:03:30] [EMAIL PROTECTED]

Could you please retest CVS.



[2008-08-13 14:22:26] [EMAIL PROTECTED]

Dmitry, something fishy with request shutdown in fastcgi? Note the ini
options used by the user:

cgi.force_redirect = 0
cgi.fix_pathinfo=1
fastcgi.impersonate = 1




[2008-08-13 10:32:13] karelevzen at gmail dot com

So hey, I managed to find a 5.3 release WITH debug files at
http://downloads.php.net/pierre/ ! Here is the complete bugtrace.

php_cgi!fcgi_free_var+4  001b2638 00c0ddcc
php5ts!zend_hash_destroy+27 00c0fe00 0010 0001
php_cgi!fcgi_finish_request+2f 00c0ddcc 001b2638 001b2708  
 
php_cgi!fcgi_accept_request+17 00c0ddcc    
 
php_cgi!main+69f 0001 001b2638 001b1690
php_cgi!mainCRTStartup+e3 7efde000 00c0ffd4 7752cfed
kernel32!BaseThreadInitThunk+e 7efde000 7770f651   
 
ntdll!__RtlUserThreadStart+23 00405ed6 7efde000    

ntdll!_RtlUserThreadStart+1b 00405ed6 7efde000    





PHP_CGI!FCGI_FREE_VAR+4In
php-cgi__PID__4064__Date__08_13_2008__Time_12_29_14PM__838__Second_Chance_Exception_C005.dmp
the assembly instruction at php_cgi!fcgi_free_var+4 in C:\Program Files
(x86)\php\php-cgi.exe from The PHP Group has caused an access violation
exception (0xC005) when trying to read from memory location
0x on thread 0



[2008-08-13 06:28:16] karelevzen at gmail dot com

I did that.I've downloaded the debug pack, unpacked it to:
C:\Users\karel_evzen\Desktop\php-dbg and set the Symbol search path for
analysis option in Debug Diagnostic Tool to:
C:\Users\karel_evzen\Desktop\php-dbg
Yet I get the symbols not found warning. Am I missing something?
The debug pack contains runnable PHP, no pdb files. I cant find pdb
files for the current 5.3 snapshot. Try it yourself.



[2008-08-13 01:05:43] [EMAIL PROTECTED]

Well, you propably should install the debug symbols then? They can be
found at same place as the snapshots..



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/45786

-- 
Edit this bug report at http://bugs.php.net/?id=45786edit=1



#45786 [Com]: FastCGI process exited unexpectedly

2008-08-18 Thread karelevzen at gmail dot com
 ID:   45786
 Comment by:   karelevzen at gmail dot com
 Reported By:  karelevzen at gmail dot com
 Status:   Assigned
 Bug Type: CGI related
 Operating System: Windows Vista Ultimate x64 SP1
 PHP Version:  5.3CVS-2008-08-10 (CVS)
 Assigned To:  dmitry
 New Comment:

If this helps, I have created a dump 6 seconds after executing the
page.
Thread 0:
ntdll!NtDelayExecution+15
kernel32!SleepEx+62
kernel32!Sleep+f
php5ts!php_get_inf+1eaf
php5ts!execute+cc5
php5ts!execute+6130 

Thread 1:
user32!NtUserGetMessage+15
user32!GetMessageA+a2
php5ts!zend_timeout+1a8

Another thing I found interesting is, that upon the request, a
php-cgi.exe is created and does nothing. After the timeout, in the same
exact moment, a new php-cgi.exe is created, the old php-cgi.exe is
destroyed and the page is rendered. Is this behaviour normal or should I
futher investigate this strange process?

This second php-cgi.exe process is destroyed upon refresh and the
display of the IIS error message.


Previous Comments:


[2008-08-18 15:58:20] karelevzen at gmail dot com

No succes, sorry.
It behaves the same, eg. it loads the content, then keeps loading for
some time (faulty php module). This time, the GUI error message DOES NOT
APPER, but when I hit refresh, it displays a IIS error message stating:

HTTP Error 500.0 - Internal Server Error
Module  FastCgiModule
NotificationExecuteRequestHandler
Handler PHP
Error Code  0x8007000d

After another refresh the page again loads, keeps on loading for a
while, than, after another refresh the same error appears.

IMHO it's the same problem, but this time IIS realizes that an error
had occured when the second request is received.

Due to the GUI error not showing, I cannot send you a crushdump.



[2008-08-18 11:03:30] [EMAIL PROTECTED]

Could you please retest CVS.



[2008-08-13 14:22:26] [EMAIL PROTECTED]

Dmitry, something fishy with request shutdown in fastcgi? Note the ini
options used by the user:

cgi.force_redirect = 0
cgi.fix_pathinfo=1
fastcgi.impersonate = 1




[2008-08-13 10:32:13] karelevzen at gmail dot com

So hey, I managed to find a 5.3 release WITH debug files at
http://downloads.php.net/pierre/ ! Here is the complete bugtrace.

php_cgi!fcgi_free_var+4  001b2638 00c0ddcc
php5ts!zend_hash_destroy+27 00c0fe00 0010 0001
php_cgi!fcgi_finish_request+2f 00c0ddcc 001b2638 001b2708  
 
php_cgi!fcgi_accept_request+17 00c0ddcc    
 
php_cgi!main+69f 0001 001b2638 001b1690
php_cgi!mainCRTStartup+e3 7efde000 00c0ffd4 7752cfed
kernel32!BaseThreadInitThunk+e 7efde000 7770f651   
 
ntdll!__RtlUserThreadStart+23 00405ed6 7efde000    

ntdll!_RtlUserThreadStart+1b 00405ed6 7efde000    





PHP_CGI!FCGI_FREE_VAR+4In
php-cgi__PID__4064__Date__08_13_2008__Time_12_29_14PM__838__Second_Chance_Exception_C005.dmp
the assembly instruction at php_cgi!fcgi_free_var+4 in C:\Program Files
(x86)\php\php-cgi.exe from The PHP Group has caused an access violation
exception (0xC005) when trying to read from memory location
0x on thread 0



[2008-08-13 06:28:16] karelevzen at gmail dot com

I did that.I've downloaded the debug pack, unpacked it to:
C:\Users\karel_evzen\Desktop\php-dbg and set the Symbol search path for
analysis option in Debug Diagnostic Tool to:
C:\Users\karel_evzen\Desktop\php-dbg
Yet I get the symbols not found warning. Am I missing something?
The debug pack contains runnable PHP, no pdb files. I cant find pdb
files for the current 5.3 snapshot. Try it yourself.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/45786

-- 
Edit this bug report at http://bugs.php.net/?id=45786edit=1



#45786 [Fbk-Opn]: FastCGI process exited unexpectedly

2008-08-13 Thread karelevzen at gmail dot com
 ID:   45786
 User updated by:  karelevzen at gmail dot com
 Reported By:  karelevzen at gmail dot com
-Status:   Feedback
+Status:   Open
 Bug Type: CGI related
 Operating System: Windows Vista Ultimate x64 SP1
 PHP Version:  5.3CVS-2008-08-10 (CVS)
 Assigned To:  fb-req-jani
 New Comment:

I did that.I've downloaded the debug pack, unpacked it to:
C:\Users\karel_evzen\Desktop\php-dbg and set the Symbol search path for
analysis option in Debug Diagnostic Tool to:
C:\Users\karel_evzen\Desktop\php-dbg
Yet I get the symbols not found warning. Am I missing something?
The debug pack contains runnable PHP, no pdb files. I cant find pdb
files for the current 5.3 snapshot. Try it yourself.


Previous Comments:


[2008-08-13 01:05:43] [EMAIL PROTECTED]

Well, you propably should install the debug symbols then? They can be
found at same place as the snapshots..



[2008-08-12 20:51:42] karelevzen at gmail dot com

It tells me that it was not able to locate debug symbols, so I hope you
find everything you need in this report. (I run it twice with the same
results.)

Entry point   php_cgi+5ed6 
Create time   12.8.2008 22:45:19 
Time spent in user mode   0 Days 0:0:0.15 
Time spent in kernel mode   0 Days 0:0:0.31 

Function Arg 1 Arg 2 Arg 3   Source 
php_cgi+5604  01452638 00c0ddcc
php5ts!zend_hash_destroy+27   

PHP_CGI+5604WARNING - DebugDiag was not able to locate debug symbols
for php-cgi.exe, so the information below may be incomplete.

In
php-cgi__PID__5468__Date__08_12_2008__Time_10_45_29PM__791__Second_Chance_Exception_C005.dmp
the assembly instruction at php_cgi+5604 in C:\Program Files
(x86)\php\php-cgi.exe from The PHP Group has caused an access violation
exception (0xC005) when trying to read from memory location
0x on thread 0



[2008-08-12 14:46:42] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to Open. Thank you for helping
us make PHP better.





[2008-08-12 14:41:54] karelevzen at gmail dot com

I am not loading any extensions. It's a fresh install with recommended
php.ini and only these changes:
cgi.force_redirect = 0
cgi.fix_pathinfo=1
fastcgi.impersonate = 1
and correct extension_dir
As I said, I've got all the extensions commented out.



[2008-08-12 14:26:13] [EMAIL PROTECTED]

You're propably loading some shared extensions in your php.ini? Disable
all of them and try again. Then enable them one by one to find out the
error causing one. Then check that the extension in question isn't
compiled in the PHP core binary. (php -m output!)



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/45786

-- 
Edit this bug report at http://bugs.php.net/?id=45786edit=1



#45786 [Com]: FastCGI process exited unexpectedly

2008-08-13 Thread karelevzen at gmail dot com
 ID:   45786
 Comment by:   karelevzen at gmail dot com
 Reported By:  karelevzen at gmail dot com
 Status:   Open
 Bug Type: CGI related
 Operating System: Windows Vista Ultimate x64 SP1
 PHP Version:  5.3CVS-2008-08-10 (CVS)
 Assigned To:  fb-req-jani
 New Comment:

So hey, I managed to find a 5.3 release WITH debug files at
http://downloads.php.net/pierre/ ! Here is the complete bugtrace.

php_cgi!fcgi_free_var+4  001b2638 00c0ddcc
php5ts!zend_hash_destroy+27 00c0fe00 0010 0001
php_cgi!fcgi_finish_request+2f 00c0ddcc 001b2638 001b2708  
 
php_cgi!fcgi_accept_request+17 00c0ddcc    
 
php_cgi!main+69f 0001 001b2638 001b1690
php_cgi!mainCRTStartup+e3 7efde000 00c0ffd4 7752cfed
kernel32!BaseThreadInitThunk+e 7efde000 7770f651   
 
ntdll!__RtlUserThreadStart+23 00405ed6 7efde000    

ntdll!_RtlUserThreadStart+1b 00405ed6 7efde000    





PHP_CGI!FCGI_FREE_VAR+4In
php-cgi__PID__4064__Date__08_13_2008__Time_12_29_14PM__838__Second_Chance_Exception_C005.dmp
the assembly instruction at php_cgi!fcgi_free_var+4 in C:\Program Files
(x86)\php\php-cgi.exe from The PHP Group has caused an access violation
exception (0xC005) when trying to read from memory location
0x on thread 0


Previous Comments:


[2008-08-13 06:28:16] karelevzen at gmail dot com

I did that.I've downloaded the debug pack, unpacked it to:
C:\Users\karel_evzen\Desktop\php-dbg and set the Symbol search path for
analysis option in Debug Diagnostic Tool to:
C:\Users\karel_evzen\Desktop\php-dbg
Yet I get the symbols not found warning. Am I missing something?
The debug pack contains runnable PHP, no pdb files. I cant find pdb
files for the current 5.3 snapshot. Try it yourself.



[2008-08-13 01:05:43] [EMAIL PROTECTED]

Well, you propably should install the debug symbols then? They can be
found at same place as the snapshots..



[2008-08-12 20:51:42] karelevzen at gmail dot com

It tells me that it was not able to locate debug symbols, so I hope you
find everything you need in this report. (I run it twice with the same
results.)

Entry point   php_cgi+5ed6 
Create time   12.8.2008 22:45:19 
Time spent in user mode   0 Days 0:0:0.15 
Time spent in kernel mode   0 Days 0:0:0.31 

Function Arg 1 Arg 2 Arg 3   Source 
php_cgi+5604  01452638 00c0ddcc
php5ts!zend_hash_destroy+27   

PHP_CGI+5604WARNING - DebugDiag was not able to locate debug symbols
for php-cgi.exe, so the information below may be incomplete.

In
php-cgi__PID__5468__Date__08_12_2008__Time_10_45_29PM__791__Second_Chance_Exception_C005.dmp
the assembly instruction at php_cgi+5604 in C:\Program Files
(x86)\php\php-cgi.exe from The PHP Group has caused an access violation
exception (0xC005) when trying to read from memory location
0x on thread 0



[2008-08-12 14:46:42] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to Open. Thank you for helping
us make PHP better.





[2008-08-12 14:41:54] karelevzen at gmail dot com

I am not loading any extensions. It's a fresh install with recommended
php.ini and only these changes:
cgi.force_redirect = 0
cgi.fix_pathinfo=1
fastcgi.impersonate = 1
and correct extension_dir
As I said, I've got all the extensions commented out.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/45786

-- 
Edit this bug report at http://bugs.php.net/?id=45786edit=1



#45786 [Fbk-Opn]: FastCGI process exited unexpectedly

2008-08-12 Thread karelevzen at gmail dot com
 ID:   45786
 User updated by:  karelevzen at gmail dot com
 Reported By:  karelevzen at gmail dot com
-Status:   Feedback
+Status:   Open
 Bug Type: IIS related
 Operating System: Windows Vista Ultimate x64 SP1
 PHP Version:  5.3CVS-2008-08-10 (CVS)
 Assigned To:  fb-req-jani
 New Comment:

I am not loading any extensions. It's a fresh install with recommended
php.ini and only these changes:
cgi.force_redirect = 0
cgi.fix_pathinfo=1
fastcgi.impersonate = 1
and correct extension_dir
As I said, I've got all the extensions commented out.


Previous Comments:


[2008-08-12 14:26:13] [EMAIL PROTECTED]

You're propably loading some shared extensions in your php.ini? Disable
all of them and try again. Then enable them one by one to find out the
error causing one. Then check that the extension in question isn't
compiled in the PHP core binary. (php -m output!)



[2008-08-11 16:49:18] karelevzen at gmail dot com

may be related to bug 45630



[2008-08-11 13:48:32] karelevzen at gmail dot com

Description:

When you run PHP as a FastCGI module under IIS 7.0 (Windows Vista
Ultimate x64) you get an error FastCGI process exited unexpectedly
every time you visit a PHP page.

The page contents loads OK, but after a second or so you get this error
(a GUI message). Until you receive the message, the browser seems to be
loading something (this could mean that the request wasn't handled
well).

Also, I've noticed that I have Configuration File (php.ini) set to
C:\Windows, while the file is correctly loaded from
C:\bin32\php\php.ini

Everything works OK with the 2.5.6 nts build.

Reproduce code:
---
?php
  phpinfo();
?

Expected result:

No error message.

Actual result:
--
Faulting module name: php-cgi.exe
Exception code: c005
Exception offset: 5604





-- 
Edit this bug report at http://bugs.php.net/?id=45786edit=1



#45786 [Fbk-Opn]: FastCGI process exited unexpectedly

2008-08-12 Thread karelevzen at gmail dot com
 ID:   45786
 User updated by:  karelevzen at gmail dot com
 Reported By:  karelevzen at gmail dot com
-Status:   Feedback
+Status:   Open
 Bug Type: CGI related
 Operating System: Windows Vista Ultimate x64 SP1
 PHP Version:  5.3CVS-2008-08-10 (CVS)
 Assigned To:  fb-req-jani
 New Comment:

It tells me that it was not able to locate debug symbols, so I hope you
find everything you need in this report. (I run it twice with the same
results.)

Entry point   php_cgi+5ed6 
Create time   12.8.2008 22:45:19 
Time spent in user mode   0 Days 0:0:0.15 
Time spent in kernel mode   0 Days 0:0:0.31 

Function Arg 1 Arg 2 Arg 3   Source 
php_cgi+5604  01452638 00c0ddcc
php5ts!zend_hash_destroy+27   

PHP_CGI+5604WARNING - DebugDiag was not able to locate debug symbols
for php-cgi.exe, so the information below may be incomplete.

In
php-cgi__PID__5468__Date__08_12_2008__Time_10_45_29PM__791__Second_Chance_Exception_C005.dmp
the assembly instruction at php_cgi+5604 in C:\Program Files
(x86)\php\php-cgi.exe from The PHP Group has caused an access violation
exception (0xC005) when trying to read from memory location
0x on thread 0


Previous Comments:


[2008-08-12 14:46:42] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to Open. Thank you for helping
us make PHP better.





[2008-08-12 14:41:54] karelevzen at gmail dot com

I am not loading any extensions. It's a fresh install with recommended
php.ini and only these changes:
cgi.force_redirect = 0
cgi.fix_pathinfo=1
fastcgi.impersonate = 1
and correct extension_dir
As I said, I've got all the extensions commented out.



[2008-08-12 14:26:13] [EMAIL PROTECTED]

You're propably loading some shared extensions in your php.ini? Disable
all of them and try again. Then enable them one by one to find out the
error causing one. Then check that the extension in question isn't
compiled in the PHP core binary. (php -m output!)



[2008-08-11 16:49:18] karelevzen at gmail dot com

may be related to bug 45630



[2008-08-11 13:48:32] karelevzen at gmail dot com

Description:

When you run PHP as a FastCGI module under IIS 7.0 (Windows Vista
Ultimate x64) you get an error FastCGI process exited unexpectedly
every time you visit a PHP page.

The page contents loads OK, but after a second or so you get this error
(a GUI message). Until you receive the message, the browser seems to be
loading something (this could mean that the request wasn't handled
well).

Also, I've noticed that I have Configuration File (php.ini) set to
C:\Windows, while the file is correctly loaded from
C:\bin32\php\php.ini

Everything works OK with the 2.5.6 nts build.

Reproduce code:
---
?php
  phpinfo();
?

Expected result:

No error message.

Actual result:
--
Faulting module name: php-cgi.exe
Exception code: c005
Exception offset: 5604





-- 
Edit this bug report at http://bugs.php.net/?id=45786edit=1



#45786 [NEW]: FastCGI process exited unexpectedly

2008-08-11 Thread karelevzen at gmail dot com
From: karelevzen at gmail dot com
Operating system: Windows Vista Ultimate x64
PHP version:  5.3.0alpha1
PHP Bug Type: IIS related
Bug description:  FastCGI process exited unexpectedly

Description:

When you run PHP as a FastCGI module under IIS 7.0 (Windows Vista Ultimate
x64) you get an error FastCGI process exited unexpectedly every time you
visit a PHP page.

The page contents loads OK, but after a second or so you get this error (a
GUI message). Until you receive the message, the browser seems to be
loading something (this could mean that the request wasn't handled well).

Also, I've noticed that I have Configuration File (php.ini) set to
C:\Windows, while the file is correctly loaded from C:\bin32\php\php.ini

Everything works OK with the 2.5.6 nts build.

Reproduce code:
---
?php
  phpinfo();
?

Expected result:

No error message.

Actual result:
--
Faulting module name: php-cgi.exe
Exception code: c005
Exception offset: 5604

-- 
Edit bug report at http://bugs.php.net/?id=45786edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=45786r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=45786r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=45786r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=45786r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=45786r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=45786r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=45786r=needscript
Try newer version:http://bugs.php.net/fix.php?id=45786r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=45786r=support
Expected behavior:http://bugs.php.net/fix.php?id=45786r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=45786r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=45786r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=45786r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=45786r=php4
Daylight Savings: http://bugs.php.net/fix.php?id=45786r=dst
IIS Stability:http://bugs.php.net/fix.php?id=45786r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=45786r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=45786r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=45786r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=45786r=mysqlcfg



#45786 [Opn]: FastCGI process exited unexpectedly

2008-08-11 Thread karelevzen at gmail dot com
 ID:   45786
 User updated by:  karelevzen at gmail dot com
 Reported By:  karelevzen at gmail dot com
 Status:   Open
 Bug Type: IIS related
-Operating System: Windows Vista Ultimate x64
+Operating System: Windows Vista Ultimate x64 SP1
-PHP Version:  5.3.0alpha1
+PHP Version:  5.3CVS-2008-08-10 (CVS)
 New Comment:

may be related to bug 45630


Previous Comments:


[2008-08-11 13:48:32] karelevzen at gmail dot com

Description:

When you run PHP as a FastCGI module under IIS 7.0 (Windows Vista
Ultimate x64) you get an error FastCGI process exited unexpectedly
every time you visit a PHP page.

The page contents loads OK, but after a second or so you get this error
(a GUI message). Until you receive the message, the browser seems to be
loading something (this could mean that the request wasn't handled
well).

Also, I've noticed that I have Configuration File (php.ini) set to
C:\Windows, while the file is correctly loaded from
C:\bin32\php\php.ini

Everything works OK with the 2.5.6 nts build.

Reproduce code:
---
?php
  phpinfo();
?

Expected result:

No error message.

Actual result:
--
Faulting module name: php-cgi.exe
Exception code: c005
Exception offset: 5604





-- 
Edit this bug report at http://bugs.php.net/?id=45786edit=1