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

2008-06-02 Thread Pierre-Alain Joye
pajoye Mon Jun 2 06:48:35 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/ldap ldap.c Log: - don't use openldap/portable and build the human readable version - silent strdup redclaration warning

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 windows. If

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 branch

[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

[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!

[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.452r2=1.453diff_format=u Index: php-src/ext/standard/array.c diff

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)

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

[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.453r2=1.454diff_format=u Index:

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

[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

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

[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

[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.5r2=1.7.2.6diff_format=u Index:

[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)

[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.52r2=1.53diff_format=u Index: php-src/ext/pcre/config0.m4 diff

[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

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

[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.1r2=1.1.2.2diff_format=u Index:

[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.15r2=1.266.2.16diff_format=u Index:

[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

[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.19r2=1.579.2.52.2.77.2.20diff_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.656r2=1.657diff_format=u Index: php-src/configure.in diff -u php-src/configure.in:1.656