Note Submitter: charles dot pelkey at cp-webdesigns dot com
----
In attempting to use the iisfunc extension, I upgraded to
php 4.4, downloaded the PECL dll and restarted my server
after uncommenting the extension=php_iisfunc.dll line.
This, however, was all for not as every function inside the
extension either returns 0, null or an unknown code. Is
there some magic step that no-one has figured out yet to get
this extension working?
Ex:
print_r(iis_enum_servers()); returns an empty array.
print_r(iis_get_server_by_path('c:\inetpub\wwwroot'));
returns 0
Thanks in advance for any insight,
-Charles
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|