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
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
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
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
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
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
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
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
Contribute to the PHPT project(s)
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
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
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 ...
-
13 matches
Mail list logo