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

2002-04-06 Thread Andi Gutmans
If you're at it can you guys please use strlcpy() instead of strncpy(). Thanks, Andi At 15:39 30/03/2002 +0100, Marcus Boerger wrote: Try this patch. It does the same but it's a better solution. But where is the configure variable to have your feature disabled by default? - keep to discussion

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

2002-03-30 Thread Markus Fischer
4. It's not conditional and who says everthing likes it that way just becayse you want it that way? Hmm ... My opinion is this patch/method shouldn't be considered at all. First discuss implementation issues better... On Sat, Mar 30, 2002 at 12:56:11PM +0100, [EMAIL PROTECTED]

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

2002-03-30 Thread Jan Pavlík
PHP 4.1.2 - it works fine. Sorry for my seek... It will be better to develop it only for me. I really don't know, that some functions in C can't be used JP Markus Fischer [EMAIL PROTECTED] píse v diskusním príspevku [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... 4. It's not conditional

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

2002-03-30 Thread Marcus Boerger
Try this patch. It does the same but it's a better solution. But where is the configure variable to have your feature disabled by default? - keep to discussion or say why you ignore discussion points. marcus At 04:40 30.03.2002, you wrote: rootshell Fri Mar 29 23:13:29 2002 CET

[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 +++