Re: phpinfo() not finding intl and mbstring
Good Guy <[email protected]> Mon, 16 Dec 2013 04:12:07 +0000
| Newsgroups | gmane.comp.php.windows |
|---|---|
| Message-ID | <[email protected]> |
On 15/12/2013 03:18, Wendell P wrote: > On Sat, Dec 14, 2013, at 01:59 PM, Good Guy wrote: >> On 14/12/2013 21:37, Wendell P wrote: >>> ... phpinfo() indicates that >>> the intl and mbstring extensions are not loaded. Also, "php -i" says >>> they are not loaded but "php -m" says that they are. I tested functions >>> from both extensions and they are working. >> Have you enabled mbstring in your php.ini file? > Yes, I did all that and intl & mbstring are working fine. The problem is > that phpinfo() does not show that they are loaded. It seems to be > because phpinfo() lists all loaded modules alphabetically starting from > "odbc". > > You need to check your phpinfo() output file to tell you which ini file is loaded. It looks like you have two; One in the Windows folder and one in the php folder. Only one file should be on the system otherwise it gets confused. Good luck. -- Good Guy Website: http://mytaxsite.co.uk Website: http://html-css.co.uk Email: http://mytaxsite.co.uk/contact-us -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php