Re: [PHP-DEV] Re: [phpweb] [NON-critical] Change-notes warning:

2001-08-29 Thread Stig Sæther Bakken
[Markus Fischer <[EMAIL PROTECTED]>] > On Wed, Aug 29, 2001 at 08:12:53PM +0200, [EMAIL PROTECTED] wrote : > > > And how is the user(developer) supposed to retrieve the actual > > > error then ? $php_errmsg (or whatever) or error_handler? > > > > He isn't. It is not a file. If wanted, the user c

Re: [PHP-DEV] Re: [phpweb] [NON-critical] Change-notes warning:

2001-08-29 Thread Markus Fischer
On Wed, Aug 29, 2001 at 08:12:53PM +0200, [EMAIL PROTECTED] wrote : > > And how is the user(developer) supposed to retrieve the actual > > error then ? $php_errmsg (or whatever) or error_handler? > > He isn't. It is not a file. If wanted, the user can use file_exists to check > wether the file d

Re: [PHP-DEV] Re: [phpweb] [NON-critical] Change-notes warning:

2001-08-29 Thread jeroen
> And how is the user(developer) supposed to retrieve the actual > error then ? $php_errmsg (or whatever) or error_handler? He isn't. It is not a file. If wanted, the user can use file_exists to check wether the file didn't exist, or was not of type 'file'. This error isn't a side-effect, it is

Re: [PHP-DEV] Re: [phpweb] [NON-critical] Change-notes warning:

2001-08-29 Thread Markus Fischer
On Wed, Aug 29, 2001 at 08:07:11PM +0200, Jeroen van Wolffelaar wrote : > > fixed now. i can't believe that is_file ever spits out a warning. that > > has to be among the silliest behaviors i've ever seen. > > :-) I agree... See also bug#12972 > > I think it should be fixed in PHP itself... A

[PHP-DEV] Re: [phpweb] [NON-critical] Change-notes warning:

2001-08-29 Thread Jeroen van Wolffelaar
> fixed now. i can't believe that is_file ever spits out a warning. that > has to be among the silliest behaviors i've ever seen. :-) I agree... See also bug#12972 I think it should be fixed in PHP itself... > jim --jeroen -- PHP Development Mailing List To unsubscrib