|  | Posted by Jerry Stuckle on 01/23/08 00:16 
jerrygarciuh wrote:> 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
 > ?>
 >
 
 As Rik said - get the admin to fix the problem.  If you're paying for
 hosting, you should expect at least a clean interface.
 
 
 --
 ==================
 Remove the "x" from my email address
 Jerry Stuckle
 JDS Computer Training Corp.
 jstucklex@attglobal.net
 ==================
 [Back to original message] |