From:             willysr at jogja dot citra dot net dot id
Operating system: Linux (Slackware 10.1)
PHP version:      4.4.0
PHP Bug Type:     mbstring related
Bug description:  MBString Doesn't showed up

Description:
------------
I tried to compile php 4.4.0 with mbstring by adding '--with-mbstring=all'
just like the documentation, but after the installation, i restarted the
Apache, and when i looked in the phpinfo.php, it doesn't exist.

i have tried to use '--with-mbstring' but didn't work also.

Reproduce code:
---------------
'./configure' '--prefix=/usr/local' '--enable-discard-path'
'--disable-force-cgi-redirect' '--enable-shared' '--disable-static'
'--disable-debug' '--disable-rpath' '--enable-pic'
'--enable-inline-optimization' '--enable-memory-limit'
'--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php'
'--with-pear=/usr/share/pear' '--enable-magic-quotes' '--enable-debugger'
'--enable-track-vars' '--with-exec-dir=/usr/bin' '--with-versioning'
'--with-mod_charset' '--with-regex=php' '--enable-track-vars'
'--enable-trans-sid' '--enable-safe-mode' '--enable-ctype' '--enable-ftp'
'--with-gettext=/usr' '--enable-posix' '--enable-session'
'--enable-sysvsem' '--enable-sysvshm' '--with-openssl=/usr'
'--without-kerberos' '--with-ttf' '--with-freetype-dir=/usr'
'--with-zlib=/usr' '--with-zlib=/usr' '--with-zlib-dir=/usr'
'--with-apxs=/usr/sbin/apxs' '--with-gd' '--with-png-dir'
'--with-jpeg-dir' '--with-zlib-dir' '--with-tiff-dir' '--enable-xslt'
'--with-xslt-sablot' '--with-iconv-dir=/usr/local/lib' '--with-curl'
'--with-mysql-sock=/var/run/mysql/mysql.sock' '--with-mysql=/usr'
'--with-mbstring=all'

Expected result:
----------------
mbstring extension does showed up in the phpinfo

Actual result:
--------------
it didn't showed up in the phpinfo

-- 
Edit bug report at http://bugs.php.net/?id=33739&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=33739&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=33739&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=33739&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=33739&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=33739&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=33739&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=33739&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=33739&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=33739&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=33739&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=33739&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=33739&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=33739&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=33739&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=33739&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=33739&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=33739&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=33739&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=33739&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=33739&r=mysqlcfg

Reply via email to