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

Reply via email to