News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Compiling PHP extensions with Zend Server
April 30, 2009 @ 08:46:52

On the Zend Developer Zone a new tutorial has been posted showing how to compile PHP extensions to work with the Zend Server web platform.

To date, Zend Server includes 77 PHP extensions that Zend considers essential or just very helpful for most PHP developers. Still, what if the one that your code uses is not among them? Or you wish to compile one of the extensions Zend Server is shipped with in a different way (against your own libraries or to support additional, less common features)? If this scenario sounds familiar to you, you may find this tutorial useful.

You'll need to know a bit about compiling and some of the tools (like autoconf, automake, the gcc compiler, and libtool) before you get started. Two scenarios are described - one for installing and compiling the Newt extension (RedHat's Newt New Terminal library) and another slightly less automated for the Pspell extension.

Each of these examples make a shared module that can be included into the PHP installation via your php.ini.

0 comments voice your opinion now!
zendserver extension compile phpize shared module phpini


blog comments powered by Disqus

Similar Posts

Ilia Alshanetsky's Blog: Taking suggestions for the filter extension

IBM developerWorks: U2 PDO Driver Tutorial, Parts 1 & 2

Ralph Schindler's Blog: Compiling Gearman (or anything) for Zend Server CE on Snow Leopard

NETTUTS.com: Getting Clean With PHP

DevShed: A Quick Overview of the XML DOM Extension in PHP 5


Community Events











Don't see your event here?
Let us know!


opinion object zendframework2 testing composer interview conference development podcast database example community release introduction series framework functional api code language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework