[PHP] Re: Creating an extra library

2003-01-07 Thread Tom Vandeplas
Hi J, this is exactly the information I'm looking for, unfortunately the phpize or pear scripts are not in the 4.2.2 distribution. Is this feature removed from the newer distributions? However I found the scripts on the web but they gave quite some errors: when the script runs autoconf I get "er

[PHP] Re: Creating an extra library

2003-01-06 Thread J Smith
Since there's no PHP XSLT extension RPM from Red Hat (as far as I can tell), the easiest way to build it would probably be... 1. download the PHP source code. 2. in the ext/xslt directory, run phpize. This is assuming the Red Hat RPM installed PEAR and it's utilities. 3. Run ./configure, mak