On 12/10/2003 10:24 AM, Alex Hunsley wrote:
I'm writing a PHP extension for a client. (Written in C as it has to access native code.)
I'm developing the extension on my own server before deployment.
The question is: how closely do my server's versions of apache and PHP have to match the clients? Do they have to match exactly, or does it not matter?
AFAIK, standalone extensions only have to match PHP/Zend API version and options.
p.s. does anyone have any handy links to webpages about writing PHP extensions in C or C++?
The Zend API documentation does not go into much detail. You may want to check this book precisely about building custom PHP extensions. Here is a review:
http://www.phpclasses.org/products.html/id/1411601882.html#review48
--
Regards, Manuel Lemos
Free ready to use OOP components written in PHP http://www.phpclasses.org/
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php