[PHP-DEV] [PATCH] Parse "-d / --define" for php-cgi / php-fastcgi

2006-04-12 Thread dAniel hAhler
Hello, please find attached a tiny patch to parse "-d" and "--define" command line arguments for fastcgi/cgi sapi. This allows overriding php.ini defaults in a very convient way in the wrapper script that gets usually used (at least in a fastcgi/suexec setup). The patch is against PHP_5_1, beca

Re: [PHP-DEV] Re: PCRE error handling patch

2006-04-12 Thread Marcus Boerger
Hello Lukas, Wednesday, April 12, 2006, 6:17:13 PM, you wrote: > Andrei Zmievski wrote: >> 5.1.4? > I have the following items as future todos: > 1. new functions: ext/date: date_sun_info (derick) > 2. Switch for disabling/enabling materialized cursors in mysqli (georg) > 3. fix __

Re: [PHP-DEV] Re: PCRE error handling patch

2006-04-12 Thread Marcus Boerger
Hello Andrei, no namespaces in 5.2 (.) that is for head. Wednesday, April 12, 2006, 8:01:41 PM, you wrote: > The problem is that with 5.2 you'll get all kinds of old threads > resurrected, because people think that it's time to add some new > features.. Like namespaces. > -Andrei > On Apr

Re: [PHP-DEV] Re: PCRE error handling patch

2006-04-12 Thread Jani Taskinen
I have this thing called "delete" in my MUA which I can use to get rid of unwanted noise. :) --Jani On Wed, 12 Apr 2006, Andrei Zmievski wrote: The problem is that with 5.2 you'll get all kinds of old threads resurrected, because people think that it's time to add some new featur

Re: [PHP-DEV] Re: PCRE error handling patch

2006-04-12 Thread Andrei Zmievski
The problem is that with 5.2 you'll get all kinds of old threads resurrected, because people think that it's time to add some new features.. Like namespaces. -Andrei On Apr 12, 2006, at 9:48 AM, Jani Taskinen wrote: I could not agree more. +1 for 5.2. We can't wait for 6.0 forever to get

Re: [PHP-DEV] Re: PCRE error handling patch

2006-04-12 Thread Jani Taskinen
On Wed, 12 Apr 2006, Lukas Smith wrote: Andrei Zmievski wrote: 5.1.4? I have the following items as future todos: 1. new functions: ext/date: date_sun_info (derick) 2. Switch for disabling/enabling materialized cursors in mysqli (georg) 3. fix __toString() (marcus) Wasn't that f

[PHP-DEV] Re: PCRE error handling patch

2006-04-12 Thread Lukas Smith
Andrei Zmievski wrote: 5.1.4? I have the following items as future todos: 1. new functions: ext/date: date_sun_info (derick) 2. Switch for disabling/enabling materialized cursors in mysqli (georg) 3. fix __toString() (marcus) 4. add support for files >2GB (wez) 5. Add input fil

[PHP-DEV] Re: PCRE error handling patch

2006-04-12 Thread Andrei Zmievski
5.1.4? -Andrei On Apr 12, 2006, at 6:05 AM, Ilia Alshanetsky wrote: No, lets wait with it till the next PHP 5 release. Ilia On 11-Apr-06, at 12:25 PM, Andrei Zmievski wrote: I made a patch (against HEAD currently only) that makes it possible to set runtime limits on backtracking and rec

[PHP-DEV] Strange problem with the functions exec() / system()...

2006-04-12 Thread Michael Vergoz
Salut I have a strange problem with the functions exec() / system()... I have a threaded Web server which executes a script PHP executing itself another init.d script (/etc/init.d/apache start). When I stopped the Web server I can not bind() any more the port of this one. In fact I have the f