[PHP-DEV] php extensions on windows

2002-04-18 Thread Igal Raizman

Hello,

Can someone point me in the directions of a tutorial or perhaps some info
on making PHP extensions on a Windows system ?

not on how to code them, but rather on how to compile them on a windows
system.

Thanks,



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DEV] php extensions on windows

2002-04-18 Thread Joseph Tate

Look through the php4/ext directories for project files.  Add the project
files to the php4ts workspace in VC++, and then compile them.  If an
extension doesn't have a .dsp file for it, it hasn't been compiled for
windows.  (Though support for windows is not that hard to add, if all the
libraries are available.)

Joseph

 -Original Message-
 From: Igal Raizman [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, April 17, 2002 10:05 PM
 To: [EMAIL PROTECTED]
 Subject: [PHP-DEV] php extensions on windows


 Hello,

 Can someone point me in the directions of a tutorial or perhaps some info
 on making PHP extensions on a Windows system ?

 not on how to code them, but rather on how to compile them on a windows
 system.

 Thanks,



 --
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php