Re: PHP Warning

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks for the help.  The culprit was in my cli/php.ini file.

Thanks!
Floyd

On Sep 17, 2010, at 10:53 AM, Daniel Brown wrote:

> On Fri, Sep 17, 2010 at 10:35, Floyd Resler <fresler@xxxxxxxxxxxxx> wrote:
>> I'm getting the following warning when running PHP scripts from the command line:
>> PHP Warning:  Module 'mcrypt' already loaded in Unknown on line 0
>> 
>> How can I get rid of this?  My error report directives are:
>> error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR
> 
>    It's a startup error.  Check your php.ini and any other
> configuration files being loaded and made sure to remove one of the
> mcrypt extension entries.  You can see all of the files being loaded,
> including which files (by location), by checking your phpinfo()
> output.
> 
> -- 
> </Daniel P. Brown>
> Network Infrastructure Manager
> Documentation, Webmaster Teams
> http://www.php.net/
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux