[PHP-DEV] Re: Register Shutdown Function for Apache

2003-01-28 Thread Zeev Suraski
Joseph, Your latest patch seems to be in the right direction (admittedly I haven't reviewed it until now). A couple of random points: - It sounds dangerous to me to move php_request_shutdown() to be called from Apache's shutdown without further inspection. At least one thing comes to mind -

Re: [PHP-DEV] Re: Register Shutdown Function for Apache

2003-01-28 Thread Derick Rethans
On Tue, 28 Jan 2003, Zeev Suraski wrote: > Your latest patch seems to be in the right direction (admittedly I haven't > reviewed it until now). A couple of random points: > > - It sounds dangerous to me to move php_request_shutdown() to be called > from Apache's shutdown without further inspec

[PHP-DEV] Another segfault running pear installer

2003-01-28 Thread Edin Kadribasic
$ gdb sapi/cli/php GNU gdb Red Hat Linux (5.1.90CVS-5) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions.

Re: [PHP-DEV] Reducing the number of system calls for includes

2003-01-28 Thread Rasmus Lerdorf
> Don't you have any FreeBSD kernel hackers in Y!? You could probably > convince/bully one of them to fix it, that's what we always do with ours > here ;-) Turns out that one of the problems is that the standard 0x80 way of doing a syscall is rather slow on the P4 chip. P3 and Athlon chips are

Re: [PHP-DEV] Segmention fault in HEAD (zend_hash_find)

2003-01-28 Thread Zeev Suraski
Fixed. At 08:04 28/01/2003, Magnus Määttä wrote: Hi! This code produces this segfault under HEAD. bt ( for the whole bt: http://novell.stoldgods.nu/~magnus/bt ): Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 31900)] 0x0825350c in zend_hash_find (ht=0x8

Re: [PHP-DEV] Re: Register Shutdown Function for Apache

2003-01-28 Thread Brian Moon
You are correct. The output buffer is not auto-flushed with this patch. Brian. dealnews.com - Original Message - From: "Zeev Suraski" <[EMAIL PROTECTED]> To: "Joseph Tate" <[EMAIL PROTECTED]> Cc: "Php-Dev List" <[EMAIL PROTECTED]>; "PHP Group" <[EMAIL PROTECTED]> Sent: Tuesday, January 2

[PHP-DEV] Fw: [PHP - NOTES] note 28935 added to function.strftime

2003-01-28 Thread Maxim Maletsky
A user posted this note below. I do not know Catalan and cannot check it myself, however I decided not to ignore it and ask if anyone on the dev list could confirm that the user makes sense. If he does, then what? Maxim Maletsky [EMAIL PROTECTED] Forwarded by Maxim Maletsky <[EMAIL PROTECTED

Re: [PHP-DEV] Fw: [PHP - NOTES] note 28935 added to function.strftime

2003-01-28 Thread Derick Rethans
On Tue, 28 Jan 2003, Maxim Maletsky wrote: > > A user posted this note below. > > I do not know Catalan and cannot check it myself, however I decided not > to ignore it and ask if anyone on the dev list could confirm that the > user makes sense. > > If he does, then what? It wouldn't be a bug

Re: [PHP-DEV] Fw: [PHP - NOTES] note 28935 added to function.strftime

2003-01-28 Thread Maxim Maletsky
Derick Rethans <[EMAIL PROTECTED]> wrote... : > On Tue, 28 Jan 2003, Maxim Maletsky wrote: > > > > > A user posted this note below. > > > > I do not know Catalan and cannot check it myself, however I decided not > > to ignore it and ask if anyone on the dev list could confirm that the > > user

Re: [PHP-DEV] Re: Register Shutdown Function for Apache

2003-01-28 Thread Brian Moon
It also does not send the headers if there is not content. http://spidey.dealnews.com/";); exit(); ?> Document Contains No Data. Brian. dealnews.com - Original Message - From: "Brian Moon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Joseph Tate" <[EMAIL PROTECTED]> Cc: "Php-De

RE: [PHP-DEV] Re: Register Shutdown Function for Apache

2003-01-28 Thread Joseph Tate
Then, could we add a sapi_flush()/ob_flush() call at the end of apache_php_module_main after calling the normal register_shutdown_functions? What else might have problems? Joseph > -Original Message- > From: Brian Moon [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 28, 2003 11:23 AM

RE: [PHP-DEV] Re: Register Shutdown Function for Apache

2003-01-28 Thread Zeev Suraski
At 19:54 28/01/2003, Joseph Tate wrote: Then, could we add a sapi_flush()/ob_flush() call at the end of apache_php_module_main after calling the normal register_shutdown_functions? Yeah, something along these lines. What else might have problems? Might is a powerful word :) Zeev -- PHP De

Re: [PHP-DEV] Re: Register Shutdown Function for Apache

2003-01-28 Thread Brian Moon
Give me a patch and I will tell you. ;) Brian Moon dealnews.com - Original Message - From: "Zeev Suraski" <[EMAIL PROTECTED]> To: "Joseph Tate" <[EMAIL PROTECTED]> Cc: "Brian Moon" <[EMAIL PROTECTED]>; "Php-Dev List" <[EMAIL PROTECTED]>; "PHP Group" <[EMAIL PROTECTED]> Sent: Tuesday, Jan

Re: [PHP-DEV] Fw: [PHP - NOTES] note 28935 added to function.strftime

2003-01-28 Thread nicos
Yes, you should remove that note. -- Regards. M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. "Maxim Maletsky" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > > Derick Rethans <[EMAIL PROTECTED]> wrote... : > > > On Tue, 28 Jan 2003,