[PHP-DEV] Re: Global Server Variables

2002-08-04 Thread Tom Sommer
"Sascha Braun" <[EMAIL PROTECTED]> wrote 001901c23ade$678a41e0$049a07d5@billsgate">news:001901c23ade$678a41e0$049a07d5@billsgate... > Can somebody tell me how to write a reference on the values of $HTTP_POST_VARS. This really isn't the right place to ask... try php.general -- * Tom Sommer * htt

[PHP-DEV] Patch for array.c - if user wants array_search will move internal pointer

2002-08-04 Thread Andrey
Hi, pasted in and attached to this mail is patch which gives the opportunity for programmer to move the internal pointer of the array when searching with array_search(). Fourth parameter (move_pointer) of type bool is added. Why I did that? Few days ago I was asked by a man on #php how when he f

[PHP-DEV] Re: New mbstring

2002-08-04 Thread Marcus Börger
In this case i suggest we wait for 4.3 branch and develop new mbstring in head after branch. marcus At 02:50 04.08.2002, Yasuo Ohgaki wrote: >Marcus Börger wrote: >>At 10:38 03.08.2002, Yasuo Ohgaki wrote: >> >>>Marcus, >>> >>>Don't forget to create patch against development version :) >>>cvs.ph

Re: [PHP-DEV] SIGALRM in Apache 2.0 on Solaris 2.8 w/PHP 4.2.2

2002-08-04 Thread Aaron Bannert
Do you have something specific in mind that might be causing this? It looks like under normal circumstances the alarms are set and the caught, but sometimes it looks like two of the signals are received in quick succession, the first clears the signal mask, and the second causes the default handle