Re: Re: phpinfo() not finding intl and mbstring
Wendell P <[email protected]> Tue, 17 Dec 2013 17:34:49 -0800
| Newsgroups | gmane.comp.php.windows |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Dec 17, 2013, at 06:00 AM, Richard Quadling wrote:
> > > >>> ... phpinfo() indicates that
> > > >>> the intl and mbstring extensions are not loaded
> > > >> Have you enabled mbstring in your php.ini file?
> > > > Yes, I did all that and intl & mbstring are working fine.
> > > It looks like you have two; One in the Windows folder and one in the
> > php folder.
> >
> At the command line, try ...
>
> php --ini
>
> Can you show the response and then the top block of phpinfo() which shows
> which configuration files have been loaded.
php --ini gives the expected result, something like:
Configuration File (php.ini) Path C:\Windows
Loaded Configuration File C:\...\PHP\php.ini
PHP is finding and loading the php.ini without problem. The problem is
that when
I run phpinfo(), everything before "odbc" is chopped off. So I can't
show the top
block of phpinfo(), because it doesn't print out.
--
http://www.fastmail.fm - Accessible with your email software
or over the web
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php