On Fri, Feb 22, 2002 at 08:44:19AM +0100, Olga Tonkonog wrote : > I learn PHP now and use Windows. But almost all guidance are for Linux. > Do you know how to produce own extensions in PHP?
Copy over an existing extension (e.g ext/sockets if you want to write an extension which doesn't depend on some proprietary libraries), remove all occurences of sockets and such in the windows makefiles and match to the name of your extension. The same for the defines and ifdefs in the source code. There is yet no ext_skel script which procudes a MSVC compliant Makefile. However, although my approach doesn't look clean, I can assure it worked that way for me. -- Please always Cc to me when replying to me on the lists. GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php