[PHP-DEV] PHP 4.0 Bug #6966: Com Error with ISAPI Module From: jmoore <email protected>
Date: 09/30/00

From: jmoore <email protected>
Operating system: Win32 ISAPI Module
PHP version: 4.0.2
PHP Bug Type: COM related
Bug description: Com Error with ISAPI Module

FROM MANUAL ERRATA:
==========================================================
I have a COM object that posts data to a URL and returns the resulted html code, but when there is no result data I get an error which causes php to hault completely.

PHP as an ISAPI module it gives me:

<i>"PHP has encountered an Access Violation at 780012F3"</i>

PHP as a CGI would say something to the effect of:
CGI Runtime error.
<i><sub>(I forget, I could find an old email about it later if it matters.)</sub></i>

Anyways, to get around it, we had to rewrite the COM object .dll to write a space if the value was NULL. It may want to be looked into about compensating for this in the actual com_get function though.
Just wanted to say.
- Trave <trave <email protected>>

============================================================

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>