PHP 5.3.3 Update?

You could try to edit the options.conf file and edit the PHP version. Then rebuild the environment, but mind the fact dat PHP 5.3 is not out-of-the-box compatible with MySQLi.

You need to edit configure.php with:

Code:
--with-mysqli=mysqlnd \
 
Last edited:
Don't forget to copy the 'configure' directory to 'custom' and change the configure.php5 file in 'custom' and not in 'configure'.

Otherwise it will be overwritten when you do ./build update
 
what do you mean about the configure.php rewrited by the build ?

because i have this problem..

i put some line in /usr/local/directadmin/custombuild/custom/suphp/configure.php6 and when i start the ./build php n .. its change line in configure.php6

how stop build to rewrite the config i want ?

sorry for my english..
 
Back
Top