For Programmers: Free Programming Magazines  


Home > Archive > PHP Programming > June 2006 > Warning messages when script executed from command line









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Warning messages when script executed from command line
Manish

2006-06-29, 3:58 am


PHP INI File Setting
------------------------------------------------------------------------------------------------------------------
error_reporting = E_ALL & ~E_NOTICE

No warning message are displayed when script executed from the browser.
Only Error, Fatal errors are displayed.

But when the same script is executed from the command line
192.168.0.2# php lpmonitor.php
Warning messages are displayed.

PHP Warning: Module 'ctype' already loaded in Unknown on line 0
PHP Warning: Module 'SimpleXML' already loaded in Unknown on line 0
PHP Warning: Module 'dom' already loaded in Unknown on line 0
PHP Warning: Module 'iconv' already loaded in Unknown on line 0
PHP Warning: Module 'pspell' already loaded in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'/usr/local/lib/php/20041030-debug/ssh2.so' -
/usr/local/lib/php/20041030-debug/ssh2.so: unsupported file layout in
Unknown on line 0
PHP Warning: Module 'pcre' already loaded in Unknown on line 0
PHP Warning: Module 'xml' already loaded in Unknown on line 0
bash: fstat: command not found

What are all these errors and how can I suppress these errors from
being displayed in command line also.

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2010 codecomments.com