The best PHP custom build for share hosting?

longvnit

New member
Joined
Apr 23, 2010
Messages
3
Currently, i use:
Code:
#!/bin/sh
"./configure" \
"--prefix=/usr/local/php5" \
"--enable-force-cgi-redirect" \
"--enable-fastcgi" \
"--with-config-file-path=/usr/local/etc/php5/cgi" \
"--with-curl=/usr/local/lib" \
"--with-gd" \
"--with-gettext" \
"--with-jpeg-dir=/usr/local/lib" \
"--with-freetype-dir=/usr/local/lib" \
"--with-kerberos" \
"--with-mcrypt" \
"--with-mhash" \
"--with-mysql" \
"--with-mysqli" \
"--with-pcre-regex=/usr/local" \
"--with-pdo-mysql" \
"--with-pear=/usr/local/lib/php" \
"--with-png-dir=/usr/local/lib" \
"--with-zlib" \
"--with-zlib-dir=/usr/local/lib" \
"--with-openssl" \
"--with-iconv=/usr/local" \
"--enable-bcmath" \
"--enable-calendar" \
"--enable-exif" \
"--enable-ftp" \
"--enable-gd-native-ttf" \
"--enable-magic-quotes" \
"--enable-soap" \
"--enable-sockets" \
"--enable-mbstring" \
"--enable-zip" \
"--enable-wddx"

I need help the best solution for Server Centos 5.5 x68_64 and what is PHP modules usually used for shared hosting service ?
 
i suppose you are on wrong forum where to ask man.

This forum is for DirectAdmin control panel users, and, controlpanel installation should install the most needed packages with php.

maybe someone else will respond at your question.

Regards
 
Based on previous posts, this user appears to be a DirectAdmin user. I've moved the thread to a more reasonable sub-forum.

Jeff
 
Back
Top