Compile PHP Without Mbstring
Due to a few problems with the mbstring which can be found here:http://www.vbulletin.com/forum/showt...&postid=347929
We are trying to disable mbstring, however it's not going to plan

This is our original configure
'./configure' '--with-apxs=/usr/local/apache/bin/apxs' '--with-mcrypt=/usr/lib/libmcrypt' '--with-xml' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--with-gd=../gd-1.8.4' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr' '--with-imap' '--with-kerberos' '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-mbregex' '--with-ming=../ming-0.2a' '--enable-magic-quotes' '--with-mysql' '--with-pear' '--enable-safe-mode' '--enable-sockets' '--enable-track-vars' '--with-ttf' '--enable-versioning' '--with-zlib'
./configure --with-apxs=/usr/local/apache/bin/apxs --with-mcrypt=/usr/lib/libmcrypt --with-xml --enable-bcmath --enable-calendar --enable-ftp --with-gd=../gd-1.8.4 --with-jpeg-dir=/usr/local --with-png-dir=/usr --with-imap --with-kerberos --with-ming=../ming-0.2a --enable-magic-quotes --with-mysql --with-pear --enable-safe-mode --enable-sockets --enable-track-vars --with-ttf --enable-versioning --with-zlib
Any idea's?