From:             rcherry at raysoft dot net
Operating system: XP
PHP version:      5.1.6
PHP Bug Type:     IIS related
Bug description:  CGI is perfect, but  dll fails after web page rendering

Description:
------------
Test  Program:  A rather long program.

Using php-cgi.exe:  Works perfectly

Using php5isapi.dll: Renders the page and exactly 5 seconds after that,
comes up with an error message "Internet Information Services has
encountered a problem and needs to close...".  This happens every time.

I tried:  Making my first line of code be exit();  Same results!

I need to restart IIS inorder to run the program again.

BTW:  A one-line program with just phpinfo() causes a similar crash if
executed immediately after an IIS restart.  In this case, I can re-execute
the program without restarting IIS.

Thanks.  PHP has saved my project over and over, but this is threatening
the longer jobs.

Reproduce code:
---------------



Expected result:
----------------
>From IIS Log pop-up:  szAppName : inetinfo.exe     szAppVer :
5.1.2600.2180     szModName : unknown
szModVer : 0.0.0.0     offset : 017c5f80     




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

Reply via email to