Re: [PHP-DEV] Fw: [PHP-CVS] cvs: php-src(PHP_5_3) /main .cvsignore config.w32.h

2008-07-06 Thread Pierre Joye
hi, On Mon, Jul 7, 2008 at 4:35 AM, Steph Fox <[EMAIL PROTECTED]> wrote: > > Hi all, > > I cvs remove'd this file and then realized it was retained for .dsp > compatibility. (It's not used in the cl build system.) > > Is anyone still using the old build system? Or can we ditch the old Windows > pr

Re: [PHP-DEV] [RFC] Closures: updated proposal and patch

2008-07-06 Thread Stanislav Malyshev
Hi! >function replace_spaces ($text) { static $replacement = function ($matches) { return str_replace ($matches[1], ' ', ' ').' '; }; return preg_replace_callback ('/( +) /', $replacement, $text); } That is using static would result in creating the function only on

[PHP-DEV] Fw: [PHP-CVS] cvs: php-src(PHP_5_3) /main .cvsignore config.w32.h

2008-07-06 Thread Steph Fox
Hi all, I cvs remove'd this file and then realized it was retained for .dsp compatibility. (It's not used in the cl build system.) Is anyone still using the old build system? Or can we ditch the old Windows project files now? - Steph - Original Message - From: "Steph Fox" <[EMAI

Re: [PHP-DEV] win32 snaps back

2008-07-06 Thread Pierre Joye
On Sun, Jul 6, 2008 at 8:49 PM, Lukas Kahwe Smith <[EMAIL PROTECTED]> wrote: > > On 06.07.2008, at 20:49, Pierre Joye wrote: > >> On Sun, Jul 6, 2008 at 8:29 PM, Lukas Kahwe Smith <[EMAIL PROTECTED]> >> wrote: >>> >>> On 06.07.2008, at 13:09, Pierre Joye wrote: >>> >>> In the current state, ma

[PHP-DEV] [RFC] Zend Signal Handling

2008-07-06 Thread Lucas Nealan
Hi Internals, I am proposing the following RFC to improve signal handling in the Zend Engine: http://wiki.php.net/rfc/zendsignals The purpose of zend internal deferred signal handling is to improve the stability of PHP and extensions when running under any forking SAPI. Additionally heavy users

Re: [PHP-DEV] win32 snaps back

2008-07-06 Thread Lukas Kahwe Smith
On 06.07.2008, at 20:49, Pierre Joye wrote: On Sun, Jul 6, 2008 at 8:29 PM, Lukas Kahwe Smith <[EMAIL PROTECTED]> wrote: On 06.07.2008, at 13:09, Pierre Joye wrote: In the current state, many extensions are maintained by the active PHP developers and not by the original authors, that's w

Re: [PHP-DEV] win32 snaps back

2008-07-06 Thread Pierre Joye
On Sun, Jul 6, 2008 at 8:29 PM, Lukas Kahwe Smith <[EMAIL PROTECTED]> wrote: > > On 06.07.2008, at 13:09, Pierre Joye wrote: > > >> In the current state, many extensions are maintained by the active PHP >> developers and not by the original authors, that's why I would prefer >> a solution not relat

Re: [PHP-DEV] win32 snaps back

2008-07-06 Thread Lukas Kahwe Smith
On 06.07.2008, at 13:09, Pierre Joye wrote: In the current state, many extensions are maintained by the active PHP developers and not by the original authors, that's why I would prefer a solution not related to the CREDITS or header info. Until the new issues tracker is in place, we can "manua

[PHP-DEV] CVS Account Request: hadas

2008-07-06 Thread Hadas Goldfarb
Contribute to the PHPT project(s) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] win32 snaps back

2008-07-06 Thread Pierre Joye
On Sun, Jul 6, 2008 at 12:50 PM, Marcus Boerger <[EMAIL PROTECTED]> wrote: > Hello Pierre, > > Saturday, July 5, 2008, 10:00:22 PM, you wrote: > >> hi, > >> On Sat, Jul 5, 2008 at 9:34 PM, Johannes Schlüter <[EMAIL PROTECTED]> wrote: >>> Hi, >>> >>> On Sat, 2008-07-05 at 18:33 +0200, Pierre Joye wr

Re: [PHP-DEV] [RFC] Modify resolution order of count_elements handler

2008-07-06 Thread Marcus Boerger
Hello Etienne, Wednesday, July 2, 2008, 1:57:06 PM, you wrote: > Hi, > I'd like to fix the resolution order of Countable::count() vs > count_elements handler. > Currently, things are done like this: > 1) check if the object implements countable, if so, call it's method > 2) if not, check if cou

Re: [PHP-DEV] win32 snaps back

2008-07-06 Thread Marcus Boerger
Hello Pierre, Saturday, July 5, 2008, 10:00:22 PM, you wrote: > hi, > On Sat, Jul 5, 2008 at 9:34 PM, Johannes Schlüter <[EMAIL PROTECTED]> wrote: >> Hi, >> >> On Sat, 2008-07-05 at 18:33 +0200, Pierre Joye wrote: >>> The win32 snaps were broken since the 24th of June. Except the 5.3 >>> apache2

Re: [PHP-DEV] new PostgreSQL API

2008-07-06 Thread Hartmut Holzgraefe
Hello Tatsuo-san Can anybody review my patches? I need to commit the patches and want to work on 5.3 and 6.0. i've started looking into the patch yesterday, there are still some small issues with it though ... i'll provide you with more detailed comments later today or early tomorrow ... -