paladin256
Technical User
I am trying to compile php 4.2.2 as follows
./configure --enable-safe-mode --with-apache=/apache_1.3.26 --with-openssl=/usr/local/openssl-0.9.6b
The config runs fine as well as make and make install. I then compile apache and it installs fine and php work but when I run php info it show safe mode as off. Is there some other option I need to enable to run php in safe mode?
./configure --enable-safe-mode --with-apache=/apache_1.3.26 --with-openssl=/usr/local/openssl-0.9.6b
The config runs fine as well as make and make install. I then compile apache and it installs fine and php work but when I run php info it show safe mode as off. Is there some other option I need to enable to run php in safe mode?