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

2008-06-02 Thread Pierre Joye
hi Jani, On Mon, Jun 2, 2008 at 10:46 AM, Jani Taskinen <[EMAIL PROTECTED]> wrote: > janiMon Jun 2 08:46:41 2008 UTC > > Modified files: (Branch: PHP_5_3) >/php-src/ext/ldap ldap.c > Log: > - Revert crap Don't revert that, I use it to test valid builds on window

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

2008-06-02 Thread Pierre Joye
On Mon, Jun 2, 2008 at 1:23 PM, Jani Taskinen <[EMAIL PROTECTED]> wrote: > janiMon Jun 2 11:23:16 2008 UTC > > Modified files: (Branch: PHP_5_3) >/php-src/ext/ldap ldap.c > Log: > - Revert pointless patch: a) the version is already there, see line above, > b) one

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

2008-06-02 Thread Matt Wilmas
mattwil Mon Jun 2 11:20:59 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard array.c Log: MFH: Initialize with length instead of 0 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.33&r2=1.308.2.21.2.37.2.34&dif

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

2008-06-02 Thread Jani Taskinen
janiMon Jun 2 11:23:16 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/ldap ldap.c Log: - Revert pointless patch: a) the version is already there, see line above, b) one branch commits are idiotic to begin with, we have three active branches! Thi

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

2008-06-02 Thread Antony Dovgal
tony2001Mon Jun 2 10:27:42 2008 UTC Modified files: /php-src/ext/standard array.c Log: fix uninitialized variable http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.452&r2=1.453&diff_format=u Index: php-src/ext/standard/array.c dif

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard array.c string.c var_unserializer.re ZendEngine2 zend_API.c zend_API.h zend_builtin_functions.c zend_object_handlers.c

2008-06-02 Thread Antony Dovgal
Please do not forget to run Valgrind when you commit patches like this (i.e. affecting the basics of the engine). If you're a Windows user, you can either wait for gcov.php.net reports or ask me about it (I do valgrind runs every day anyway). On 27.05.2008 14:29, Matt Wilmas wrote: mattwil

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

2008-06-02 Thread Pierre-Alain Joye
pajoye Mon Jun 2 10:25:55 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/ldap ldap.c Log: - reintroduce the x.y.z version string info (a bit nicer to make the other guy happier) - silent warning (windows only and don't remove it, thanks) http://cv

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

2008-06-02 Thread Jani Taskinen
Pierre Joye wrote: hi Jani, On Mon, Jun 2, 2008 at 10:46 AM, Jani Taskinen <[EMAIL PROTECTED]> wrote: janiMon Jun 2 08:46:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/ldap ldap.c Log: - Revert crap Don't revert that, I use it to test valid buil

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

2008-06-02 Thread Matt Wilmas
mattwil Mon Jun 2 11:20:17 2008 UTC Modified files: /php-src/ext/standard array.c Log: Initialize with length instead of 0 (and thanks Antony for finding) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.453&r2=1.454&diff_format=u Index: ph

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

2008-06-02 Thread Jani Taskinen
janiMon Jun 2 08:46:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/ldap ldap.c Log: - Revert crap # Someone should remove Pierre's karma too.. http://cvs.php.net/viewvc.cgi/php-src/ext/ldap/ldap.c?r1=1.161.2.3.2.11.2.10&r2=1.161.2.3.2.11.2

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

2008-06-02 Thread Antony Dovgal
tony2001Mon Jun 2 10:27:55 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard array.c Log: fix uninitialized variable http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.32&r2=1.308.2.21.2.37.2.33&diff_f

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/hash hash.c hash_sha.c php_hash.h php_hash_sha.h /ext/hash/tests sha224.phpt

2008-06-02 Thread Scott MacVicar
scottmacMon Jun 2 12:24:23 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/hash/tests sha224.phpt Modified files: /php-src/ext/hash hash.c hash_sha.c php_hash.h php_hash_sha.h Log: Add sha224 support. http://cvs.php.net

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.phar /ext/phar/phar pharcommand.inc

2008-06-02 Thread Marcus Boerger
helly Mon Jun 2 13:24:15 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.phar /php-src/ext/phar/phar pharcommand.inc Log: - Fix issue with -y parameter hanlding http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar.phar?r1=1.7.2.4&r2

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

2008-06-02 Thread Marcus Boerger
helly Mon Jun 2 13:33:45 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.phar Log: - Fix issue with -y parameter hanlding http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar.phar?r1=1.7.2.5&r2=1.7.2.6&diff_format=u Index: php-src/ext/phar/p

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar phar.phar /ext/phar/phar pharcommand.inc

2008-06-02 Thread Marcus Boerger
helly Mon Jun 2 13:39:54 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar.phar /php-src/ext/phar/phar pharcommand.inc Log: - Fix issue with -y parameter hanlding (fix typo) http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar.phar?r1

[PHP-CVS] cvs: php-src /ext/pcre config0.m4

2008-06-02 Thread Jani Taskinen
janiMon Jun 2 14:12:04 2008 UTC Modified files: /php-src/ext/pcre config0.m4 Log: - Simplify a bit and make a bit more readable http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/config0.m4?r1=1.52&r2=1.53&diff_format=u Index: php-src/ext/pcre/config0.m4 diff

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

2008-06-02 Thread Jani Taskinen
janiMon Jun 2 14:12:20 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcre config0.m4 Log: MFH: simplify, readability http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/config0.m4?r1=1.38.2.3.2.10.2.2&r2=1.38.2.3.2.10.2.3&diff_format=u Index: php-src/

[PHP-CVS] cvs: php-src(PHP_5_3) / configure.in

2008-06-02 Thread Jani Taskinen
janiMon Jun 2 14:13:04 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcconfigure.in Log: - PCRE is always there, no need for this check anymore http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.18&r2=1.579.2.52.2.77.2.19&diff_for

[PHP-CVS] cvs: php-src /ext/hash hash.c hash_sha.c php_hash.h php_hash_sha.h /ext/hash/tests sha224.phpt

2008-06-02 Thread Scott MacVicar
scottmacMon Jun 2 14:13:49 2008 UTC Modified files: /php-src/ext/hash hash.c hash_sha.c php_hash.h php_hash_sha.h /php-src/ext/hash/tests sha224.phpt Log: MFB: Add sha224 support. http://cvs.php.net/viewvc.cgi/php-src/ext/hash/hash.c?r1=1.41&r

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/hash/tests sha224.phpt

2008-06-02 Thread Scott MacVicar
scottmacMon Jun 2 14:14:26 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/hash/tests sha224.phpt Log: Correct test name http://cvs.php.net/viewvc.cgi/php-src/ext/hash/tests/sha224.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u Index: php-src/ext/h

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

2008-06-02 Thread Marcus Boerger
helly Mon Jun 2 15:49:03 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar phar_object.c Log: - Need to use a proper inheritance check http://cvs.php.net/viewvc.cgi/php-src/ext/phar/phar_object.c?r1=1.266.2.15&r2=1.266.2.16&diff_format=u Index: ph

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar Makefile.frag

2008-06-02 Thread Marcus Boerger
helly Mon Jun 2 15:50:42 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar Makefile.frag Log: - Remove checked-in or older version of phar.phar as we might not be able to open it http://cvs.php.net/viewvc.cgi/php-src/ext/phar/Makefile.frag?r1=1.1

[PHP-CVS] cvs: php-src(PHP_5_3) / configure.in

2008-06-02 Thread Marcus Boerger
helly Mon Jun 2 16:58:19 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcconfigure.in Log: - MFH Fix style http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.19&r2=1.579.2.52.2.77.2.20&diff_format=u Index: php-src/configure.in diff

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

2008-06-02 Thread Jani Taskinen
Pierre Joye wrote: On Mon, Jun 2, 2008 at 1:23 PM, Jani Taskinen <[EMAIL PROTECTED]> wrote: janiMon Jun 2 11:23:16 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/ldap ldap.c Log: - Revert pointless patch: a) the version is already there, see line above

[PHP-CVS] cvs: php-src / configure.in

2008-06-02 Thread Marcus Boerger
helly Mon Jun 2 16:29:25 2008 UTC Modified files: /php-srcconfigure.in Log: - Fix style http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.656&r2=1.657&diff_format=u Index: php-src/configure.in diff -u php-src/configure.in:1.656 php-src/configure.in: