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-
sockets' '--enable-fastcgi'
and mysql (5.1.36)
Code:
CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors
-fno-exceptions -fno-rtti" ./configure
--prefix=/usr/local/mysql --enable-assembler
--with-mysqld-ldflags=-all-static
But I have copy-paste the query that gives me "Query was empty" in PMA and it is worked Fine.
Maybe I was missed some modules. After PHP compilation I have add PDO_MYSQL driver.