Date: 09/11/01
- Next message: \: "[PHP-DEV] Zend 2 and Exceptions"
- Previous message: mike <email protected>: "[PHP-DEV] Bug #13252: download link broken for 2 days!"
- Next in thread: phanto <email protected>: "[PHP-DEV] Bug #13253 Updated: COM() generates NULL pointer exception"
- Reply: phanto <email protected>: "[PHP-DEV] Bug #13253 Updated: COM() generates NULL pointer exception"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: will <email protected>
Operating system: Windows 2000
PHP version: 4.0.6
PHP Bug Type: COM related
Bug description: COM() generates NULL pointer exception
I found that COM was giving NULL pointer exceptions for some programs and
not others. I tried the following script:
<?
$quota = new COM("Microsoft.DiskQuota.1");
$wordpad = new COM("Wordpad.Document.1");
?>
and got:
Fatal error: NULL pointer exception in D:\Inetpub\polytranslive\comtest.php
on line 3
I even found that sometimes one instance would work, and another wouldn't,
both on the same COM server.
-- Edit bug report at: http://bugs.php.net/?id=13253&edit=1-- 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>
- Next message: \: "[PHP-DEV] Zend 2 and Exceptions"
- Previous message: mike <email protected>: "[PHP-DEV] Bug #13252: download link broken for 2 days!"
- Next in thread: phanto <email protected>: "[PHP-DEV] Bug #13253 Updated: COM() generates NULL pointer exception"
- Reply: phanto <email protected>: "[PHP-DEV] Bug #13253 Updated: COM() generates NULL pointer exception"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

