Hello friends!
I have this box where we strongly need to keep PHP 5.2 because its hosting several old dynamic websites programming is not able to be updated.
I read here that you can set the modules to compile by default in /var/cpanel/easy/apache/rawopts/all_php5:
Well, it's any limitation here? can I add more modules if needed?
I know I have other modules which are not in this list, like:
And a last question: since the server was compiled by an ex-exployee who I cannot ask about this, how do I test if it is compiled with or without fcgi?
Thanks!
(I know it's not recommended to keep PHP 5.2, but you know, sometimes there are exceptions)
I have this box where we strongly need to keep PHP 5.2 because its hosting several old dynamic websites programming is not able to be updated.
I read here that you can set the modules to compile by default in /var/cpanel/easy/apache/rawopts/all_php5:
Code:
--with-curl
--with-gd
--enable-exif
--with-gettext
--with-imap=/opt/php_with_imap_client/
--enable-mbstring
--with-mysql-sock=/var/lib/mysql/mysql.sock
--with-mysqli=/usr/bin/mysql_config
--with-openssl=/usr
--enable-pdo=shared
--with-pdo-mysql=shared
--with-pdo-sqlite=shared
--with-sqlite=shared
--with-mime-magic
--enable-soap
--with-pspell
--enable-wddx
--with-xmlrpc
--with-xsl=/opt/xslt/
--with-kerberos
--with-curl
--enable-zip
I know I have other modules which are not in this list, like:
- bz2
- ctype
- ftp
- mcrypt
And a last question: since the server was compiled by an ex-exployee who I cannot ask about this, how do I test if it is compiled with or without fcgi?
Thanks!
(I know it's not recommended to keep PHP 5.2, but you know, sometimes there are exceptions)