First time php installation from source, need advice
Hi,I just compiled php4.3.4 (latest). I did it with this configure options :
./configure \
--prefix=/usr/local/php \
--with-apxs2=/usr/sbin/apxs \
--with-mysql=/usr \
--with-zlib \
--enable-versioning \
--enable-track-vars=yes \
--enable-url-includes \
--enable-sysvshm=yes \
--enable-sysvsem=yes \
--enable-ftp \
--with-config-file-path=/etc \
--with-gd
Is that sufficient? My webserver will use phpBB and I just copied php.ini-dist to /etc/php.ini ... without any modification.
I am wondering what kind of necessary modification/addition to the /etc/php.ini to secure / OPTIMIZE php4 ?
I know that I should install php accelerator, but I will do it later. What I need now is some advices after the first installation
