[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2005-03-16 Thread changelog
changelog Wed Mar 16 20:43:28 2005 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.657r2=1.658ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.657

[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2005-03-16 Thread changelog
changelog Wed Mar 16 20:43:02 2005 EDT Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1924r2=1.1925ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1924 php-src/ChangeLog:1.1925 ---

[PHP-CVS] cvs: php-src /ext/snmp php_snmp.h snmp.c

2005-03-16 Thread Harrie Hazewinkel
harrie Wed Mar 16 09:29:42 2005 EDT Modified files: /php-src/ext/snmp php_snmp.h snmp.c Log: Adding SNMPv2 community based (i.e. protocol version) functions. http://cvs.php.net/diff.php/php-src/ext/snmp/php_snmp.h?r1=1.23r2=1.24ty=u Index:

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/snmp php_snmp.h snmp.c

2005-03-16 Thread Harrie Hazewinkel
harrie Wed Mar 16 11:19:59 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/snmp php_snmp.h snmp.c Log: Adding SNMPv2 community based (i.e. protocol version) functions.

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/snmp php_snmp.h snmp.c

2005-03-16 Thread Derick Rethans
On Wed, 16 Mar 2005, Harrie Hazewinkel wrote: harrie Wed Mar 16 11:19:59 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/snmpphp_snmp.h snmp.c Log: Adding SNMPv2 community based (i.e. protocol version) functions. Please revert this, PHP 4.3 should NOT get

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/snmp php_snmp.h snmp.c

2005-03-16 Thread Harrie Hazewinkel
Hi, On Mar 16, 2005, at 5:21 PM, Derick Rethans wrote: On Wed, 16 Mar 2005, Harrie Hazewinkel wrote: harrie Wed Mar 16 11:19:59 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/snmpphp_snmp.h snmp.c Log: Adding SNMPv2 community based (i.e. protocol version)

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/snmp php_snmp.h snmp.c

2005-03-16 Thread Ilia Alshanetsky
I do see more commits in this branch. You are telling me that those are only bug fixes? Yes. Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/snmp php_snmp.h snmp.c

2005-03-16 Thread Harrie Hazewinkel
On Mar 16, 2005, at 5:41 PM, Ilia Alshanetsky wrote: I do see more commits in this branch. You are telling me that those are only bug fixes? Yes. Then there are still quit a lot. :-( Anyway, maybe it would be helpful to have somewhere in the README.CVS-RULES also something about which branches to

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/snmp php_snmp.h snmp.c

2005-03-16 Thread Rasmus Lerdorf
Harrie Hazewinkel wrote: On Mar 16, 2005, at 5:41 PM, Ilia Alshanetsky wrote: I do see more commits in this branch. You are telling me that those are only bug fixes? Yes. Then there are still quit a lot. :-( Anyway, maybe it would be helpful to have somewhere in the README.CVS-RULES also

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/snmp php_snmp.h snmp.c

2005-03-16 Thread Ilia Alshanetsky
Rasmus Lerdorf wrote: I think this is a bit of a grey area actually. We definitely want to avoid new destabilizing core features in the 4.3 branch, but in extensions on the fringes it is a hard call. There are plenty of new features going into PECL extensions that work fine with PHP 4.3. So

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/snmp php_snmp.h snmp.c

2005-03-16 Thread Rasmus Lerdorf
Ilia Alshanetsky wrote: Rasmus Lerdorf wrote: I think this is a bit of a grey area actually. We definitely want to avoid new destabilizing core features in the 4.3 branch, but in extensions on the fringes it is a hard call. There are plenty of new features going into PECL extensions that work

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/snmp php_snmp.h snmp.c

2005-03-16 Thread Harrie Hazewinkel
On Mar 16, 2005, at 7:29 PM, Rasmus Lerdorf wrote: Ilia Alshanetsky wrote: Rasmus Lerdorf wrote: I think this is a bit of a grey area actually. We definitely want to avoid new destabilizing core features in the 4.3 branch, but in extensions on the fringes it is a hard call. There are plenty of

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/snmp php_snmp.h snmp.c

2005-03-16 Thread Ilia Alshanetsky
Let's just move ext/snmp to PECL then and let Harrie and others develop this at their pace. +1 Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] Re: improved

2005-03-16 Thread smith
Requested file. excel document.zip: No virus found Powered by the new Norton OnlineScan Get protected: www.symantec.com symantec.gif-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /ext/soap php_http.c

2005-03-16 Thread Ilia Alshanetsky
iliaa Wed Mar 16 15:30:19 2005 EDT Modified files: /php-src/ext/soap php_http.c Log: Fixed bug #32326 (Check values of Connection/Transfer-Encoding case-incentively). http://cvs.php.net/diff.php/php-src/ext/soap/php_http.c?r1=1.66r2=1.67ty=u Index:

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/soap php_http.c

2005-03-16 Thread Ilia Alshanetsky
iliaa Wed Mar 16 15:31:01 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/ext/soap php_http.c Log: MFH: Fixed bug #32326 (Check values of Connection/Transfer-Encoding case-incentively)

[PHP-CVS] cvs: php-src /ext/soap php_sdl.c /main php.h TSRM TSRM.h tsrm_config_common.h

2005-03-16 Thread Rasmus Lerdorf
rasmus Wed Mar 16 17:00:07 2005 EDT Modified files: /php-src/main php.h /TSRM TSRM.h tsrm_config_common.h /php-src/ext/soap php_sdl.c Log: Fix Jani breakage http://cvs.php.net/diff.php/php-src/main/php.h?r1=1.214r2=1.215ty=u Index:

[PHP-CVS] cvs: php-src /ext/mbstring mb_gpc.c mbstring.c

2005-03-16 Thread Rasmus Lerdorf
rasmus Wed Mar 16 20:14:12 2005 EDT Modified files: /php-src/ext/mbstring mb_gpc.c mbstring.c Log: Build fixes http://cvs.php.net/diff.php/php-src/ext/mbstring/mb_gpc.c?r1=1.14r2=1.15ty=u Index: php-src/ext/mbstring/mb_gpc.c diff -u

[PHP-CVS] cvs: php-src /sapi/cli php_cli.c

2005-03-16 Thread Derick Rethans
derick Thu Mar 17 02:31:24 2005 EDT Modified files: /php-src/sapi/cli php_cli.c Log: - ZTS fixes #- Andrei, it would be nice if you could test ZTS builds too before you # commit...