Re: [PHP-DEV] PHP 5.2 Branched

2006-05-10 Thread Wez Furlong
Oooo. Would be nice if that could make it into the manual. --Wez. On 5/10/06, Sara Golemon <[EMAIL PROTECTED]> wrote: > I'd like to add a function that returns tsrm_thread_id(). > It would be present in ZTS builds only, and could be used > by code that needs to generate "unique" identifiers. >

Re: [PHP-DEV] PHP 5.2 Branched

2006-05-10 Thread Sara Golemon
I'd like to add a function that returns tsrm_thread_id(). It would be present in ZTS builds only, and could be used by code that needs to generate "unique" identifiers. I'm open for ideas on what to name it; sys_get_thread_id() or something? How about zend_thread_id()? (Present since 5.0.0) I

Re: [PHP-DEV] PHP 5.2 Branched

2006-05-08 Thread Pierre
On 5/8/06, Antony Dovgal <[EMAIL PROTECTED]> wrote: Agree, we need to enable it by default, otherwise including it in the core doesn't make much sense. Please read my answers in this thread and my post from today about the current filter status. --Pierre -- PHP Internals - PHP Runtime Devel

Re: [PHP-DEV] PHP 5.2 Branched

2006-05-08 Thread Antony Dovgal
On 07.05.2006 20:27, Derick Rethans wrote: On Sun, 7 May 2006, Rasmus Lerdorf wrote: Ilia Alshanetsky wrote: > Well that can still work, we can access the data from PG(http_globals) > without having to duplicate the data at the onset. Not if we don't enable the extension which is what we are t

Re: [PHP-DEV] PHP 5.2 Branched

2006-05-07 Thread Derick Rethans
On Sun, 7 May 2006, Rasmus Lerdorf wrote: > Ilia Alshanetsky wrote: > > Well that can still work, we can access the data from PG(http_globals) > > without having to duplicate the data at the onset. > > Not if we don't enable the extension which is what we are talking about. Well, we should enabl

Re: [PHP-DEV] PHP 5.2 Branched

2006-05-07 Thread Rasmus Lerdorf
Ilia Alshanetsky wrote: Well that can still work, we can access the data from PG(http_globals) without having to duplicate the data at the onset. Not if we don't enable the extension which is what we are talking about. -Rasmus -- PHP Internals - PHP Runtime Development Mailing List To unsubsc

Re: [PHP-DEV] PHP 5.2 Branched

2006-05-07 Thread Ilia Alshanetsky
On 7-May-06, at 11:53 AM, Rasmus Lerdorf wrote: Ilia Alshanetsky wrote: On 7-May-06, at 11:02 AM, Rasmus Lerdorf wrote: Ilia Alshanetsky wrote: I am +0 on these two extensions, hence the "to be discussed", as long as they are not enabled by default I see no problem with symlinking them in

Re: [PHP-DEV] PHP 5.2 Branched

2006-05-07 Thread Pierre
Hello, On 5/7/06, Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: What impact would it have on the speed of input processing if it is always there, but not doing anything? I'd prefer to avoid adding extra overhead for something that does nothing by default, we have enough performance issues as is i

Re: [PHP-DEV] PHP 5.2 Branched

2006-05-07 Thread Rasmus Lerdorf
Ilia Alshanetsky wrote: On 7-May-06, at 11:02 AM, Rasmus Lerdorf wrote: Ilia Alshanetsky wrote: I am +0 on these two extensions, hence the "to be discussed", as long as they are not enabled by default I see no problem with symlinking them in. I'd like to see the json extension enabled by d

Re: [PHP-DEV] PHP 5.2 Branched

2006-05-07 Thread Ilia Alshanetsky
On 7-May-06, at 11:02 AM, Rasmus Lerdorf wrote: Ilia Alshanetsky wrote: I am +0 on these two extensions, hence the "to be discussed", as long as they are not enabled by default I see no problem with symlinking them in. I'd like to see the json extension enabled by default. It's a trivi

Re: [PHP-DEV] PHP 5.2 Branched

2006-05-07 Thread Derick Rethans
On Sun, 7 May 2006, Rasmus Lerdorf wrote: > Ilia Alshanetsky wrote: > > I am +0 on these two extensions, hence the "to be discussed", as long as > > they are not enabled by default I see no problem with symlinking them in. ... > And I think the filter extension should be enabled as well, but wit

Re: [PHP-DEV] PHP 5.2 Branched

2006-05-07 Thread Marcus Boerger
Hello Rasmus, same here, i see nothing that speaks against enabling by default. Indeed didn't we all want to have ext filter as default enabled from the start? And i can only second Rasmus that json is necessary for Web 2.0 to name the beast. marcus Sunday, May 7, 2006, 5:02:07 PM, you wrote:

Re: [PHP-DEV] PHP 5.2 Branched

2006-05-07 Thread Pierre
On Sun, 07 May 2006 08:02:07 -0700 [EMAIL PROTECTED] (Rasmus Lerdorf) wrote: > Ilia Alshanetsky wrote: > > I am +0 on these two extensions, hence the "to be discussed", as > > long as they are not enabled by default I see no problem with > > symlinking them in. > > I'd like to see the json extens

Re: [PHP-DEV] PHP 5.2 Branched

2006-05-07 Thread Rasmus Lerdorf
Ilia Alshanetsky wrote: I am +0 on these two extensions, hence the "to be discussed", as long as they are not enabled by default I see no problem with symlinking them in. I'd like to see the json extension enabled by default. It's a trivially small extension with no external deps and pretty m

Re: [PHP-DEV] PHP 5.2 Branched

2006-05-07 Thread Ilia Alshanetsky
Yeah, feel free to MFH that patch. On 6-May-06, at 8:01 PM, Brian J. France wrote: Could the curl_multi_info_read patch be considered for the 5.2 branch? Thanks, Brian On May 6, 2006, at 6:27 PM, Ilia Alshanetsky wrote: I've just created the PHP 5.2 branch from which future 5.X release w

Re: [PHP-DEV] PHP 5.2 Branched

2006-05-07 Thread Ilia Alshanetsky
I am +0 on these two extensions, hence the "to be discussed", as long as they are not enabled by default I see no problem with symlinking them in. On 7-May-06, at 1:10 AM, Rasmus Lerdorf wrote: Ilia Alshanetsky wrote: Pending Discussion: * Add input filter extension via a symlink from pec

Re: [PHP-DEV] PHP 5.2 Branched

2006-05-07 Thread Pierre
On Sat, 06 May 2006 22:10:46 -0700 [EMAIL PROTECTED] (Rasmus Lerdorf) wrote: > Ilia Alshanetsky wrote: > > Pending Discussion: > > > > * Add input filter extension via a symlink from pecl into core as > > experimental (derick) > > * Add json extension via a symlink from pecl into core as > > exp

Re: [PHP-DEV] PHP 5.2 Branched

2006-05-07 Thread Marcus Boerger
Hello Rasmus, Sunday, May 7, 2006, 7:10:46 AM, you wrote: > Ilia Alshanetsky wrote: >> Pending Discussion: >> >> * Add input filter extension via a symlink from pecl into core as >> experimental (derick) >> * Add json extension via a symlink from pecl into core as experimental > Haven't we dis

Re: [PHP-DEV] PHP 5.2 Branched

2006-05-06 Thread Rasmus Lerdorf
Ilia Alshanetsky wrote: Pending Discussion: * Add input filter extension via a symlink from pecl into core as experimental (derick) * Add json extension via a symlink from pecl into core as experimental Haven't we discussed these two enough? Does someone actually disagree with pushing thes

Re: [PHP-DEV] PHP 5.2 Branched

2006-05-06 Thread Brian J. France
Could the curl_multi_info_read patch be considered for the 5.2 branch? Thanks, Brian On May 6, 2006, at 6:27 PM, Ilia Alshanetsky wrote: I've just created the PHP 5.2 branch from which future 5.X release will be made, so please update your local trees to this branch. The 5.1 branch is dead

Re: [PHP-DEV] PHP 5.2 Branched

2006-05-06 Thread Wez Furlong
I'd like to add a function that returns tsrm_thread_id(). It would be present in ZTS builds only, and could be used by code that needs to generate "unique" identifiers. I'm open for ideas on what to name it; sys_get_thread_id() or something? --Wez. On 5/6/06, Ilia Alshanetsky <[EMAIL PROTECTED

[PHP-DEV] PHP 5.2 Branched

2006-05-06 Thread Ilia Alshanetsky
I've just created the PHP 5.2 branch from which future 5.X release will be made, so please update your local trees to this branch. The 5.1 branch is dead to patches except for those fixing security issues or critical regressions, once 5.2.0 is released, the 5.1 branch will be discontinued.