Does ispCP support PHP 5.3.0 - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Does ispCP support PHP 5.3.0 (/thread-7307.html) Pages: 1 2 |
RE: Does ispCP support PHP 5.3.0 - ceco91 - 07-31-2009 06:28 AM I enable it. But there is nothing valuable. I fixed most of deprecated messages. THIS system is not in production yet. I am trying to sort out all its problems. I've compiled php(5.2.10) with suhosin with these options: Code: './configure' '--with-gd' '--enable-gd-native-ttf' '--enable-gd-jis-conv' '--with-mcrypt' '--with-mhash' '--with-mysql=/usr/local/mysql/' '--with-pear' '--with-mysql-sock=/var/lib/mysql/run/mysql.sock' '--enable- Code: CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors Maybe I was missed some modules. After PHP compilation I have add PDO_MYSQL driver. |