====== ====== You will find on this [[wp>Wiki]] my attemps to make [[wp>PHP]] a bit closer to my needs for client side scripting mostly on Windows platforms. Every extension you will find here can work with any standard version of Php (either 4 or 5) and has no requirements other than core Php and sometimes usual Windows libraries. You can find here : * [[php_dhtml:index|php_dhtml]] : An MFC DHTML control embeded into a Php extension * [[win32std:index|win32std]] : A Php extension that exports some usefull win32 API functions (hosted on [[http://pecl.php.net/win32std|Pecl]]) * [[win32std:Embeder]] : A simple command line utility that can be used to create a Windows executable without a compiler. * And one day you will find the [[embed2:index|embed2 SAPI]] (but I don't know when :-/). /* * [[embed2:index|embed2 SAPI]]: A variation around the standard sapi/embed that allow any program to embed Php. This one got a more complete API so you don't have to understand Zend/Php internals to add the power of Php to your applications. */ **Sources and downloads :** [[downloads|here]] ==== Enjoy ! ==== //[[ecolinet@google.guess|Eric Colinet]]//