No, you have to rebuild PHP.
Steven M. Payeur wrote:
Our hosting company is running PHP 4.3.10, but I get "Call to undefined function" errors when calling mb_convert_variables() and domxml_new_doc().
I can live without the domxml object, but definitely need to be able to handle multibyte characters (en-us language). Looking at phpinfo(), this is what was in the configure command:
'./configure' '--prefix=/usr' '--with-xml' '--enable-bcmath' '--enable-calendar' '--with-curl' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--with-gettext' '--with-imap' '--with-imap-ssl' '--with-kerberos' '--enable-magic-quotes' '--with-mysql' '--enable-discard-path' '--with-pear' '--enable-sockets' '--enable-track-vars' '--enable-versioning' '--with-zlib'
Is there a way to enable the mbstring functions without reinstalling?