[PHP 5.3.6] Panel is screwed up

yes, i have the same. JoeK, plz, show your php ./configure options, there is some extention, which is not friendly to DA. I have a some guess..
try to recompile php back and problem will goes.
 
yes, i have the same. JoeK, plz, show your php ./configure options, there is some extention, which is not friendly to DA. I have a some guess..
try to recompile php back and problem will goes.

./configure --enable-sigchild --with-openssl --with-pcre-regex --with-zlib --with-bz2 --with-curl --with-gd --with-mysql --enable-pcntl --enable-sockets --enable-zip --enable-bcmath --enable-exif --enable-ftp --with-mhash --with-gettext --with-gmp --with-imap --with-imap-ssl --enable-intl --enable-mbstring --with-mcrypt --with-pspell --with-readline=/usr/include/readline/ --enable-shmop --enable-soap --enable-sysvmsg --enable-sysvsem --enable-sysvshm --with-tidy --with-xmlrpc --with-kerberos --enable-zend-multibyte --enable-calendar

something like that, i messed around with it after i noticed DA screwed up; i rolled back for now
 
--with-tidy --with-xmlrpc --with-kerberos --enable-zend-multibyte
im exclude this line from my configure options, so, I can imagine that it might be a zend-multibyte, because this component is in any way associated with the encoding, but im not sure..
my configure now
'./configure' '--with-apxs2' '--with-mysql=/usr/local' '--disable-ipv6' '--with-zlib=/usr/local' '--with-ttf=/usr/local/lib' '--enable-gd-native-ttf' '--with-png-dir=/usr/local/lib' '--with-jpeg-dir=/usr/local/lib' '--with-gd=/usr/local' '--with-freetype-dir=/usr/local/lib' '--with-libxml-dir=/usr/local' '--with-iconv-dir=/usr/local' '--with-pdo-mysql=/usr/local' '--with-mysqli=/usr/local/bin/mysql_config' '--with-gettext=/usr/local' '--enable-sockets' '--with-libexpat-dir=/usr/local' '--enable-zip' '--with-curl=/usr/local' '--enable-mbstring' '--enable-soap' '--with-imap-dir=/usr/local' '--with-imap-ssl' '--with-bz2' '--enable-ftp'
before it was same, but with
--with-tidy --with-xmlrpc=/usr/local/xmlrpc –with-libexpat-dir=/usr/local –enable-zend-multibyte
i remove it and DA problem was fixed
good luck
 
Back
Top