[PHP] display_errors = "stderr" Questions

2007-09-09 Thread imacat
errors to STDERR (affects only CGI/CLI binaries!) So, I wonder what would happen with the Apache handler if I set display_errors = "stderr"? Should it act like On or Off? Also, I understand about CGI, but shouldn't all errors go to STDERR for CLI? Why should CLI errors

Re: [PHP] Hidden include_path Fall Back?

2007-08-09 Thread imacat
ersonally I do not like the idea of having "." in the search path since I may get different files in different directories. And coders should not depend on undocumented features. I shall file a documentation bug onto bugs.php.net. Thank you for your kind help. -- imacat ^

Re: [PHP] Hidden include_path Fall Back?

2007-08-08 Thread imacat
On Wed, 8 Aug 2007 10:39:03 +0100 "Ford, Mike" <[EMAIL PROTECTED]> wrote: > On 08 August 2007 10:06, imacat wrote: > > I found that include_path seems to have a hidden fall back that's > > not documented anywhere. It seems to always look for files in

[PHP] Hidden include_path Fall Back?

2007-08-08 Thread imacat
that "accidently" works because of this, which I do not know whether I should fix it or not. Can I rely on this undocumented behavior? Or will this be fixed in the future, so I had better fix my scripts in advance? Thank you for your time in advance. -- imacat ^_*' [EMAIL PRO