[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Compiling PHP on RaQ4



-----Original Message-----

I've found one in /usr/lib/php/extensions/no-debug-non-zts-20020429/
and one in 'PHPSRC'/modules/
Will that do?

René

-----Original Message-----

type this in:

mkdir /root/php-tmp
mv /usr/lib/apache/php/* /root/php-tmp
mv /usr/lib/php/extensions/no-debug-non-zts-20020429/* /usr/lib/apache/php/


Restart Apache (do not do a reload, wont work with PHP reloading)

/etc/rc.d/init.d/httpd restart

You should be good to go!

~Brian