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
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
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
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.
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
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
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,
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