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

2009-05-02 Thread changelog
changelog Sun May 3 01:32:39 2009 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3391r2=1.3392diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.3391

[PHP-CVS] cvs: php-src /ext/spl php_spl.c

2009-05-02 Thread Kalle Sommer Nielsen
kalle Sat May 2 06:27:08 2009 UTC Modified files: /php-src/ext/splphp_spl.c Log: Fix typo http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.155r2=1.156diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.155

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/imap/tests clean.inc imap_8bit_basic.phpt imap_append_basic.phpt imap_base64_basic.phpt imap_body_basic.phpt imap_clearflag_full_basic.phpt imap_close_basic.phpt i

2009-05-02 Thread Pierre-Alain Joye
pajoye Sat May 2 11:40:34 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/imap/tests clean.inc imap_8bit_basic.phpt imap_append_basic.phpt imap_base64_basic.phpt imap_body_basic.phpt

[PHP-CVS] cvs: php-src /ext/imap/tests clean.inc imap_8bit_basic.phpt imap_append_basic.phpt imap_base64_basic.phpt imap_body_basic.phpt imap_clearflag_full_basic.phpt imap_close_basic.phpt imap_close

2009-05-02 Thread Pierre-Alain Joye
pajoye Sat May 2 11:43:29 2009 UTC Modified files: /php-src/ext/imap/tests clean.inc imap_8bit_basic.phpt imap_append_basic.phpt imap_base64_basic.phpt imap_body_basic.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo pdo.c pdo_dbh.c

2009-05-02 Thread Ilia Alshanetsky
iliaa Sat May 2 15:58:39 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdopdo.c pdo_dbh.c Log: Fixed build, zend_parse_parameters_none() does not exist in 5.2 branch

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo pdo.c pdo_dbh.c

2009-05-02 Thread Ilia Alshanetsky
5.2 does not have zend_parse_parameters_none() function, please stick to ZEND_NUM_ARGS() in that branch. Ilia Alshanetsky On 1-May-09, at 9:38 PM, Kalle Sommer Nielsen wrote: kalle Sat May 2 01:38:36 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo pdo.c pdo_dbh.c

2009-05-02 Thread Kalle Sommer Nielsen
Hi Ilia 2009/5/2 Ilia Alshanetsky i...@prohost.org: 5.2 does not have zend_parse_parameters_none() function, please stick to ZEND_NUM_ARGS() in that branch. Why don't we merge it? Its a two line #define in zend_API.h: #define zend_parse_parameters_none() \

[PHP-CVS] cvs: php-src /ext/imap php_imap.c php_imap.h /ext/imap/tests imap_mutf7_to_utf8.phpt imap_utf8_to_mutf7_basic.phpt

2009-05-02 Thread Pierre-Alain Joye
pajoye Sat May 2 17:32:36 2009 UTC Added files: /php-src/ext/imap/tests imap_mutf7_to_utf8.phpt imap_utf8_to_mutf7_basic.phpt Modified files: /php-src/ext/imap php_imap.c php_imap.h Log: - [DOC] add

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/imap php_imap.c php_imap.h /ext/imap/tests imap_mutf7_to_utf8.phpt imap_utf8_to_mutf7_basic.phpt

2009-05-02 Thread Pierre-Alain Joye
pajoye Sat May 2 17:59:46 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/imap/tests imap_mutf7_to_utf8.phpt imap_utf8_to_mutf7_basic.phpt Modified files: /php-src/ext/imap php_imap.c php_imap.h

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2009-05-02 Thread Jani Taskinen
janiSat May 2 18:32:46 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - Extra newlines never hurt anyone.. http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.573r2=1.2027.2.547.2.965.2.574diff_format=u Index: php-src/NEWS

[PHP-CVS] cvs: php-src /ext/curl config.m4

2009-05-02 Thread Jani Taskinen
janiSat May 2 19:53:33 2009 UTC Modified files: /php-src/ext/curl config.m4 Log: - Fixed bug #48132 (configure fails to test curl ssl support if --disable-rpath is set) http://cvs.php.net/viewvc.cgi/php-src/ext/curl/config.m4?r1=1.40r2=1.41diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/curl config.m4

2009-05-02 Thread Jani Taskinen
janiSat May 2 19:53:48 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl config.m4 Log: MFH:- Fixed bug #48132 (configure fails to test curl ssl support if --disable-rpath is set)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/curl config.m4

2009-05-02 Thread Jani Taskinen
janiSat May 2 19:55:14 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/curl config.m4 Log: MFH:- Fixed bug #48132 (configure fails to test curl ssl support if --disable-rpath is set)

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

2009-05-02 Thread Jani Taskinen
janiSat May 2 21:13:39 2009 UTC Modified files: /php-src/ext/snmp snmp.c Log: - Revert bad patch (which caused bug #48133) http://cvs.php.net/viewvc.cgi/php-src/ext/snmp/snmp.c?r1=1.124r2=1.125diff_format=u Index: php-src/ext/snmp/snmp.c diff -u

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

2009-05-02 Thread Jani Taskinen
janiSat May 2 21:13:54 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/snmp snmp.c Log: MFH:- Revert bad patch (which caused bug #48133) http://cvs.php.net/viewvc.cgi/php-src/ext/snmp/snmp.c?r1=1.106.2.2.2.5.2.10r2=1.106.2.2.2.5.2.11diff_format=u