Re: How to Separate PHP Errors to a file different than Apache Errors

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



dear sir,

> But Apache php errors generated by scripts served up by Apache as web pages
> all show up in error_log.
>
> I'd like these Apache errors to go into php_errors so I can keep my "Apache:
> file not found type errors" and "PHP Syntax" errors separate.

when u run a script, apache first accesses the script. if there are no errors, then passes the same to php. if errors are generated, the script is not passed to php.exe but immediately stopped.

hence i cannot see a way to access apache errors in php...

>
> Is this possible?
>
> Thanks again,
> Shanon
>


--
Thanking You

Sumeet Shroff
http://www.prateeksha.com
Web Designers and PHP / Mysql Ecommerce Development, Mumbai India

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux