Article

Extensions for PHP 5.0.5

Author Info

4 May 2007 - 11:00am
Submitted by: ramazz

article
Reads:

1522

Score:
0
0
 
Comments:

0

This tip was sent in by Rodney Crossman.

Problem:

The Novell supplied php 5.0.5 has very few extensions, some of which do not actually work, such as the php_gd extension.

Solution:

Guenter Knauf has been kind enough to compile a large list of php extensions compatible with Novell's php 5.0.5 release. Info and download links are available at http://www.gknw.net/phpbb/viewtopic.php?t=108.

A direct link to the latest build as of this coolsolution posting is http://www.gknw.net/php/dev/php5.0.5_nov-addext-20060907233627.zip.

Instructions:

First backup your sys:/php5 directory.

To use these files simply download and extract them to the root of your sys volume, then edit sys:/php5/php.ini and add only the extensions you need. Most of the module load statements are in php.ini.add.

Once you have made the appropriate changes you can reload php by reloading your apache2 using the ap2webdn and ap2webup for the main apache instance as well as admsrvdn and admsrvup for the apache2 admin instance.

You should now have many more usable php extensions available for use.


Author Info

4 May 2007 - 11:00am
Submitted by: ramazz




User Comments

© 2009 Novell, Inc. All Rights Reserved.