I have a file with many functions defined for my use in some applications. How can I compile them so that I can use it as an PHP extension ? Is that possible ?
Yes, look at http://www.zend.com/apidoc/ to have more info about it.
Additionnaly you can look at the ext/ sub directories in the PHP sources to have good exemples.
In particular you can use the ext/ext_skel_win32.php script to have a good starting point for writing you extension.
Eric
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php