php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33739 MBString Doesn't showed up
Submitted: 2005-07-18 03:10 UTC Modified: 2005-07-18 08:16 UTC
From: willysr at jogja dot citra dot net dot id Assigned:
Status: Not a bug Package: mbstring related
PHP Version: 4.4.0 OS: Linux (Slackware 10.1)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: willysr at jogja dot citra dot net dot id
New email:
PHP Version: OS:

 

 [2005-07-18 03:10 UTC] willysr at jogja dot citra dot net dot id
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-07-18 03:17 UTC] sniper@php.net
The option is called '--enable-mbstring'

 [2005-07-18 03:31 UTC] willysr at jogja dot citra dot net dot id
Fixed
My mistakes :(
closing
 [2005-07-18 03:31 UTC] willysr at jogja dot citra dot net dot id
closing
 [2005-07-18 08:16 UTC] derick@php.net
Bug reports that are no bugs have status "bogus".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 10:01:26 2024 UTC