View previous topic :: View next topic |
Author |
Message |
col l33t


Joined: 08 May 2002 Posts: 820 Location: Melbourne - Australia
|
Posted: Mon Aug 27, 2007 12:41 pm Post subject: mb strings php |
|
|
How do you enable mb strings in php 5 when you build php ? I dont see any use flag for this ?? |
|
Back to top |
|
 |
elgato319 Guru

Joined: 15 Sep 2005 Posts: 546
|
Posted: Mon Aug 27, 2007 1:50 pm Post subject: |
|
|
I think it's enabled by default. Those are my use flags for php:
Code: |
apache2 berkdb bzip2 cli crypt curl ftp gd gdbm iconv imap ipv6 json ldap mysql ncurses nls pcre readline reflection session simplexml snmp spl ssl suhosin truetype unicode xml xmlreader xmlrpc xsl zip zlib
|
phpinfo()
Quote: | Configure Command './configure' '--prefix=/usr/lib/php5' ......... '--enable-mbstring' ......... |
|
|
Back to top |
|
 |
col l33t


Joined: 08 May 2002 Posts: 820 Location: Melbourne - Australia
|
Posted: Mon Aug 27, 2007 10:51 pm Post subject: |
|
|
Actually the USE flag is "unicode"...not enabled by default on my system. |
|
Back to top |
|
 |
|