SDO for php 5.3 on windows help please i'm desperate
Posted: Sat Feb 20, 2010 3:04 pm
Hi everybody!
I'm in a PHP 5.3 project on Windows.
Customer wants me to implement web service for sake integration with other parts of system.
I decided to use php_soap extension.
My problem is that .NET/java applications could not consume my service without WSDL.
In contrast to these platforms which are strongly typed, PHP is weakly typed language.
But there is SCA for PHP which can generate WSDL using phpDocumentor-style annotations.
My problem is that SCA requires PHP_SDO extenson.
I'm googling few days yet, but i cannot find php_sdo.dll for win32 VC9 nts.(for IIS/FASTCGI)
I tried to compile this exetension from source but i don't how.
If anyone owns this extension or knows how to compile it from source or even know about other good working extension which generates WSDL, please help me.
Thanks in advance.
I'm in a PHP 5.3 project on Windows.
Customer wants me to implement web service for sake integration with other parts of system.
I decided to use php_soap extension.
My problem is that .NET/java applications could not consume my service without WSDL.
In contrast to these platforms which are strongly typed, PHP is weakly typed language.
But there is SCA for PHP which can generate WSDL using phpDocumentor-style annotations.
My problem is that SCA requires PHP_SDO extenson.
I'm googling few days yet, but i cannot find php_sdo.dll for win32 VC9 nts.(for IIS/FASTCGI)
I tried to compile this exetension from source but i don't how.
If anyone owns this extension or knows how to compile it from source or even know about other good working extension which generates WSDL, please help me.
Thanks in advance.