|
Posted by ZeldorBlat on 05/10/07 02:42
On May 9, 10:00 am, Geevaa <govivasa...@gmail.com> wrote:
> Hi group,
>
> PHP Warning: Module 'readline' already loaded in Unknown on line 0
>
> please help me by explaining what this warning means.....
Check your php.ini and see if you're loading the readline extension
more than once. In fact, if it's compiled in to PHP you probably
don't need to load it dynamically. Also check your code to see if
you're using the dl() function.
Navigation:
[Reply to this message]
|