For whatever reason when I use 'new COM' method and then try to load the
typeinfo I get this:
Warning: 23580072 is not a COM object handler in file.php on line 52
Thats probably a whole different problem all together; since I don't really
care about loading the typeinfo once its working I'll s
Hi
why not use:
new COM("ConceptCOM");
with PHP 4.3.11 as well?
the documentation for com_load says as much!
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am using a COM object from one of our system venders and I am having
problems using an in/out variable for one function on php 4.3.11. I can
load the COM interface, return the typeinfo and even call the function
successfully but I can't get a return value set for the variable. Here is
the c
Hi
Use phpinfo() to check that you are using the php.ini from the directory
you think you are, and not from C:\Windows or some other path with
higher priority..
> The part of php.ini which is about mail-function:
>
> [mail function]
> ; For Win32 only.
> smtp = mail.hmn
> smtp_port = 25
> sendm
-Original Message-
From: Gustav Wiberg [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 18, 2007 1:08 PM
To: 'Stut'
Cc: ''php windows''
Subject: RE: [PHP-WIN] Move of mailserver
Hi!
No made changes seems to be made if I just resstart IISAdmin-service and
webpublishing-service etc..