On Fri, Sep 17, 2010 at 10:35, Floyd Resler <fres...@adex-intl.com> 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

Reply via email to