|
Posted by jerrygarciuh on 01/22/08 21:20
On Jan 22, 12:48 pm, AnrDaemon <anrdae...@freemail.ru> wrote:
> Greetings, jerrygarciuh.
> In reply to Your message dated Tuesday, January 22, 2008, 18:27:59,
>
> > I have a couple of PHP scripts I use via cron and from the CLI. They
> > always produce warnings like
> > PHP Warning: Module 'mysql' already loaded in Unknown on line 0
> > PHP Warning: Module 'gd' already loaded in Unknown on line 0
> > PHP Warning: Module 'zlib' already loaded in Unknown on line 0
> > I have read all of the commandline flags docs and there does not
> > appear to be a flag to silence these warnings.
>
> Why not fix Your scripts instead?
>
> --
> Sincerely Yours, AnrDaemon <anrdae...@freemail.ru>
The following script exhibits this problem. How would you suggest I
fix it?
#!/usr/local/bin/php
<?php
// nothing to see here
?>
[Back to original message]
|