Hi.

I don't know if this is the right group to ask this kind of question, but if it isn't please excuse my french ;)

As far as I can see, PHP does not report back to Apache error 500 in case of a syntax error in code but displays empty page. For example this code:

<?php foobar();

always returns empty page.

I was curious, so I googled little around and found this old entry from this mailing list:

http://marc.info/?l=php-internals&m=124043575308005


So if that's true, and if I understand it correctly, there is no way for Apache to display error 500 in case of PHP syntax error?



--
Jakov Sosic
www.srce.unizg.hr

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to