IIS 6, PHP 5 and IIS management functions
Posted: Mon Nov 15, 2004 3:00 am
Hello everybody,
I hope someone will have at least some idea about this...
System:
- IIS on Windows Server 2003
- PHP Version 5.0.2
- FrontPage Extensions 2002
What I'm looking to do is replace an old VS6 C++ program which currently uses the command line administration tool for IIS owsadm.exe to create and setup subwebs for users; with a PHP script that will esentially be run in line with Active Directory. I have completed all LDAP code, now just looking to the handling of Subwebs and their permissions.
I have been digging around the web for ages looking to see if the PHP 5 extension php_iisfunc.dll (listed as IIS management functions) may have some functionality which I could use to achieve this goal..?
On searching the PHP Manual it is only listed as an extension and says nothing more. What I can find is heaps of examples of this extension causing problems for people, so they must be using it for something?
Does anyone have any documention on this extension or any idea of what it may contain?
I hope someone will have at least some idea about this...
System:
- IIS on Windows Server 2003
- PHP Version 5.0.2
- FrontPage Extensions 2002
What I'm looking to do is replace an old VS6 C++ program which currently uses the command line administration tool for IIS owsadm.exe to create and setup subwebs for users; with a PHP script that will esentially be run in line with Active Directory. I have completed all LDAP code, now just looking to the handling of Subwebs and their permissions.
I have been digging around the web for ages looking to see if the PHP 5 extension php_iisfunc.dll (listed as IIS management functions) may have some functionality which I could use to achieve this goal..?
On searching the PHP Manual it is only listed as an extension and says nothing more. What I can find is heaps of examples of this extension causing problems for people, so they must be using it for something?
Does anyone have any documention on this extension or any idea of what it may contain?