Naked Comment does not trigger Error Message



I tried to post this earlier, and I think I failed; sorry about the
double posting if I'm wrong...


Connect to server and select database all in one step=====
require('Code/metaconnectstring.php'); ||
\/
offending comment

When I use my home php/Apache local network I get the very nice error
message below: [php 4.2.7]

Parse error: parse error in /Users/xxx/Sites/theprogram.php on line 47


But on the network where the thing is supposed to run [php 5.2.?]
the same error produced nothing but a blank screen even though I had
error reporting set to E_ALL and error display on. [I have seen enough
other error messages and 'Notices' there to know that error reporting is on]
Is there yet another parameter that I need to set?

thanks, --thelma

.



Relevant Pages

  • Re: do professional PHP programmers use error checking in their code?
    ... Spend less time writing error checking and more time documenting your ... I'll have an error function that reports error messages ... The idea, apparently, is that the PHP interpreter writes all ... function getWeblogEntries() { ...
    (comp.lang.php)
  • Re: do professional PHP programmers use error checking in their code?
    ... I'll have an error function that reports error messages ... The idea, apparently, is that the PHP interpreter writes all ... error checking, or strict typing, then I should use a real language, ... Ruby, then I should leave errors to the interpreter, since the whole ...
    (comp.lang.php)
  • Re: Recursive delete of directory - Directory not empty error
    ... run it I get random "Directory not empty" error messages. ... I've had a similar problem with PHP creating a file that didn't actually ... script to run, do the DB lookup, build the page and all the other time- ...
    (comp.lang.php)
  • A common researcher diagnosis error: misreading error messages
    ... vulnerability diagnosis error that seems to be happening more ... Error messages are important clues, ... Vulnerability information analysts - e.g. for vulnerability databases ... PHP apps. ...
    (Bugtraq)
  • Re: Information about notices
    ... "Eamon Reyn" wrote in message ... > PHP, JavaScript MySQL, Apache, REST and a couple of other technologies. ... > of this info if someone knows some good web links about this sort of stuff ... I keep error reporting set to E_ALL while developing and shut ...
    (alt.php)