tar zvxf php-4.3.4.tar.gz
cd php-4.3.4
./configure --prefix=/usr/local/php --with-mysql=/usr/local/mysql \
--enable-force-cgi-redirect --with-freetype-dir=/usr --with-png-dir=/usr --with-gd --enable-gd-native-ttf --with-ttf --with-gdbm --with-gettext --with-iconv --with-jpeg-dir=/usr --with-png --with-zlib --with-xml --enable-calendar --with-apxs=/usr/local/apache/bin/apxs
make
make install |