[EMAIL PROTECTED] (Rowan Hick) wrote:

>Hi All,
>
>If anyone could shed light on this I would be well appreciative.
>
>Under IIS 5.1, XP Pro, PHP 4.3.0 and PHP 4.3.1 whenever I instantiate a com
>object ie:
>
>$myobj = new com ("ixsso.query") or die ("blah..")
>
>I get a windows error message, although the script does execute up until the
>com object call. 

COM is buggy in 4.3.0 and 4.3.1. Try a stable snapshot from
http://snaps.php.net - it's been fixed. If you need an official
release you've got to wait for 4.3.2.

Christoph

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to