I'm trying to install php5 on an existing apache 1.3 server under linux
without recompiling and reinstalling apache. I'm trying to avoid installing
any extra software in addition to php so I've been disableing lmany things.
I seem to need to disable another feature, but I haven't been able t
I am trying to configure and install PHP 4.4.2
For the program I want to run (phpEasyProject) I was recommended to use
./configure --with-apxs=/path/to/apxs --with-zlib --enable-xslt --with-dom
--with-dom-xslt --with-xslt-sablot --with-mysql --with-pear=/path/to/PEAR
I have two questions:
1)