Warning messages when script executed from command line
- From: "Manish" <yehaimanish@xxxxxxxxx>
- Date: 29 Jun 2006 03:26:32 -0700
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.
Regards.
Manish
.
- Prev by Date: Re: looping through text with array_key_exists function
- Next by Date: Output shown only in Command line and not in browser
- Previous by thread: how can i hide the path of file so user can not download it directly
- Next by thread: Output shown only in Command line and not in browser
- Index(es):
Relevant Pages
|