Quantcast
Channel: PHP Warning: Module already loaded in Unknown on line 0 - Stack Overflow
Viewing all articles
Browse latest Browse all 22

PHP Warning: Module already loaded in Unknown on line 0

$
0
0

On Mac OSX Mavericks using homebrew php55 whenever I run a a php command I get the following error message (everything runs fine it's just annoying)

PHP Warning:  Module 'intl' already loaded in Unknown on line 0

I ran

php --ini

and the output was

php --iniPHP Warning:  Module 'intl' already loaded in Unknown on line 0Warning: Module 'intl' already loaded in Unknown on line 0Configuration File (php.ini) Path: /usr/local/etc/php/5.5Loaded Configuration File:         /usr/local/etc/php/5.5/php.iniScan for additional .ini files in: /usr/local/etc/php/5.5/conf.dAdditional .ini files parsed:      /usr/local/etc/php/5.5/conf.d/ext-apcu.ini,/usr/local/etc/php/5.5/conf.d/ext-igbinary.ini,/usr/local/etc/php/5.5/conf.d/ext-intl.ini,/usr/local/etc/php/5.5/conf.d/ext-memcached.ini,/usr/local/etc/php/5.5/conf.d/ext-mongo.ini,/usr/local/etc/php/5.5/conf.d/ext-uuid.ini,/usr/local/etc/php/5.5/conf.d/ext-xdebug.ini

Checked in the php.ini file and the only place intl is loaded is at the top and it's commented out. The other files contents look something like:

extension="/usr/local/Cellar/php55/5.5.23/lib/php/extensions/no-debug-non-zts-20121212/intl.so"

where the contents after the last slash is the extension.

I'm not sure where else to look.

Any help is appreciated


Viewing all articles
Browse latest Browse all 22

Latest Images

Trending Articles





Latest Images