Re: [PHP-DEV] cvs: php4 /main/main.c [[Re: [PHP-DEV] ErrorLog problem]]

2002-03-30 Thread Jan Pavlík
30, 2002 at 12:56:11PM +0100, [EMAIL PROTECTED] wrote : > > Hello, > > > > 1. this patch doesn't work with thread safety, 2. It doesn't use the PHP > > coding standards and 3. it uses GOTO. I don't think this should have been > > committed at all. >

[PHP-DEV] cvs: php4 /main/main.c [[Re: [PHP-DEV] ErrorLog problem]]

2002-03-29 Thread Jan Pavlík
rootshell Fri Mar 29 23:13:29 2002 CET Modified files: /php4/main/main.c Log: lot of same errors are logged as one, cleans errorlog Index: php4/main/main.c diff -u php4/main/main.c:1.404.2.5 php4/main/main.c:1.404.2.6 --- php4/main/main.c:1.404.2.5 Mon Dec 17 22:19:51 2001 +++ ph

Re: [PHP-DEV] ErrorLog problem

2002-03-29 Thread Jan Pavlík
Sure :) JP "Markus Fischer" <[EMAIL PROTECTED]> píse v diskusním príspevku [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Fri, Mar 29, 2002 at 10:43:17AM +0100, Jan Pavlík wrote : > > That not help to me ;) > > I will rewrite PHP to log only ONE

Re: [PHP-DEV] ErrorLog problem

2002-03-29 Thread Jan Pavlík
kusním príspevku [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Fri, Mar 29, 2002 at 10:30:18AM +0100, Jan Pavlík wrote : > > I know it, but we're freewebhosting with 10.000 users... and when do users > > it? > > That's a general problem of vhosting and all

Re: [PHP-DEV] ErrorLog problem

2002-03-29 Thread Jan Pavlík
I know it, but we're freewebhosting with 10.000 users... and when do users it? Sorry, I will write to general! JP - Original Message - From: "Markus Fischer" <[EMAIL PROTECTED]> To: "Jan Pavlík" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Se

[PHP-DEV] ErrorLog problem

2002-03-29 Thread Jan Pavlík
Hi, I have problems with logging events in PHP. When some user write example script from PHP.NET: $fd = fopen ("/tmp/nonexists.txt", "r"); while (!feof ($fd)) { $buffer = fgets($fd, 4096); echo $buffer; } fclose ($fd); And when the file not exists, it run 30 seconds and the ended, but my