[PHP-DEV] PHP 4 Bug Summary Report

2007-08-06 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (627 total including feature requests) ===[*General Issues]== 42165 Open fsockopen ssl Operation now in progress (115)

Re: [PHP-DEV] 5.2.4RC1 Released

2007-08-06 Thread Antony Dovgal
On 04.08.2007 10:42, Lester Caine wrote: I'm not saying that you do nothing, but I'm not sure that complaining about the bad state of pdo_firebird is really helpful. See the other post. I am not 'complaining' about the fact that no one is willing to spend unpaid time on pdo_firebird, just

[PHP-DEV] PHP 6 Bug Summary Report

2007-08-06 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net Num Status Summary (54 total including feature requests) ===[*General Issues]== 26771 Suspended register_tick_funtions crash under threaded webservers 27372 Verified parse error

[PHP-DEV] [PATCH] Getopt with longopts and windows support - part 2

2007-08-06 Thread David Soria Parra
Hi internals, so based on a discussion of php.pecl we thought about using the php_getopt for the PHP_FUNCTION(getopt) instead of the system provided getopt. Here is the patch for that. Hopefully someone is reviewing and commiting the patch as i don't have karma. It addes main/getopt.c

[PHP-DEV] CVS Account Request: adezm

2007-08-06 Thread Zaenal Mutaqin
Committing Indonesian translation for Smarty. And I intend to translate all PHP docs to Indonesian, if not yet done by any Indonesian people. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: __static_call patch

2007-08-06 Thread Sara Golemon
Etienne Kneuss provided me a patch to handle static called class methods properly - it works fine. Now i need antother patch for: __static_call_patch __static_set __static_get where can i find it? __staticCall() is already in PHP6. __staticGet/Set/Isset/Unset don't exist (yet). -Sara --

Re: [PHP-DEV] POSIX regex [PATCH]

2007-08-06 Thread Richard Lynch
On Mon, July 30, 2007 2:22 am, Richard Lynch wrote: On Mon, July 16, 2007 7:47 am, Jani Taskinen wrote: Now only places using the POSIX regex functions (ext/ereg/ excluded) are ext/standard/browscap.c and ext/pgsql/pgsql.c. For your review, my first patch (!) along with a php test case, of