I can't get PHP syntax errors to get displayed on Snow Leopard build in PHP module (5.3.2).
Every other error does show up. I've checked phpinfo()
and I definitely have display_errors = On
and error_reporting = E_ALL | E_STRICT
.
It's really weird. :(