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.

Re: [PHP-DEV] Tidy and Unicode changes

2006-05-06 Thread Frank M. Kromann
Conpiles fine on Win32 now. - Frank > Thanks Andrei. > I've already changed the code to use it. The windows builds should now be > fixed. > > Nuno > > - Original Message - , > > > > There is zend_unicode_to_ascii() now. Check zend_unicode.c. It will return > > NULL if string cannot be

[PHP-DEV] CVS Account Request: akalend

2006-05-06 Thread Alexandre Kalendarev
I have announced a new PECL package. The package xmlsec realise W3C specifications security of xml documents. This package is wrapper of GNU libxmlsec (http://www.aleksey.com/xmlsec/) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Tidy and Unicode changes

2006-05-06 Thread Nuno Lopes
Thanks Andrei. I've already changed the code to use it. The windows builds should now be fixed. Nuno - Original Message - , There is zend_unicode_to_ascii() now. Check zend_unicode.c. It will return NULL if string cannot be converted to ASCII. -Andrei On Apr 28, 2006, at 1:50 PM,

Re: [PHP-DEV] Re: new function: php_get_tmpdir() - bug #35380

2006-05-06 Thread Hartmut Holzgraefe
Pierre wrote: That would really nice to have it. Temp directory detection is a pain. added the function and documentation now, but i'm not sure about the name yet, php_get_tmpdir() seems to be the better choice to me but php_tmpdir() would be more in line with the ohter info functions with ph