Results 1 to 5 of 5

Thread: Missing PHP_MBSTRING.DLL

  1. #1
    Proware's Avatar
    Proware is offline A Prolific Poster
    Join Date
    Mar 2006
    Location
    Sydney Australia
    Posts
    310

    Default Missing PHP_MBSTRING.DLL

    I have uncommented php_mbstring in the php.,ini per the instructions for 4.5 but Apache won't start.

    Upon closer inspection, I do not have php_mbstring.dll on my system.

    Where do I get it from? I am running PHP 5.0.4

    Should I upgrade it to a newer version?
    Cheers

    David Younger
    TSM - The Service Manager
    http://www.theservicemanager.com


    Operating system type and version: Windows 2003 Server
    » Sugar Suite version 4.5.1e Professional
    » Webserver type and version Microsoft-IIS/6.0
    » PHP version 5.2.6
    » MySQL server version 5.0.51a

  2. #2
    Scott_Savage is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    Sydney, Australia
    Posts
    193

    Default Re: Missing PHP_MBSTRING.DLL

    Yes download the full latest PHP package and unzip it. It has the dll in the ext directory along with all your other extensions.

  3. #3
    translux is offline Sugar Community Member
    Join Date
    Aug 2006
    Posts
    20

    Default Re: Missing PHP_MBSTRING.DLL

    Scott
    Can I just unzip the new version of PHP and overwrite the old?
    I'm on a WAMP -Windows 2k, Apache,MySQL,PHP-box.

  4. #4
    Scott_Savage is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    Sydney, Australia
    Posts
    193

    Default Re: Missing PHP_MBSTRING.DLL

    Yes you can as long as you are not changing major revision numbers (ie. going from PHP 4 to 5). If you are then you will also have to change your apache/iis config so that it points to the new isapi dll.
    Web Server: IIS 6, Win2k3
    PHP: 5.2.5
    MySQL: 5.0.27-community-nt
    Sugar: 4.5.0j Open Source
    Website: www.scottsavage.net

  5. #5
    jeffjw is offline Sugar Community Member
    Join Date
    Jan 2006
    Posts
    20

    Default Re: Missing PHP_MBSTRING.DLL

    I had a similar problem with my version of PHP 5 on an Apache Server. I just ran the latest YUM update to get the mbstring PHP module. I didn't need to recompile PHP, since the module is used when you restart PHP.

    yum install php-mbstring

    That command, if you're using YUM to update your server, will download the latest mbstring module for PHP. It will create a ini setting for the module. Then just restart the httpd service.

    service httpd restart

    How that helps.
    Jeff

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •