Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<Downloading PECL extensionsCompiling shared PECL extensions with PEAR>
Last updated: Tue, 19 Sep 2006

PECL for Windows users

As with any other PHP extension DLL, installation is as simple as copying the PECL extension DLLs into the extension_dir folder and loading them from php.ini. For example, add the following line to your php.ini:

extension=php_extname.dll

After doing this, restart the web server.




<Downloading PECL extensionsCompiling shared PECL extensions with PEAR>
Last updated: Tue, 19 Sep 2006