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

2008-07-04 Thread Scott MacVicar
scottmacSat Jul 5 00:34:24 2008 UTC Modified files: /php-src/ext/hash hash.c Log: MFB: Fix break caused by previous commit, warning and remove zend_get_parameters() http://cvs.php.net/viewvc.cgi/php-src/ext/hash/hash.c?r1=1.45&r2=1.46&diff_form

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

2008-07-04 Thread Scott MacVicar
scottmacSat Jul 5 00:28:16 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/hash hash.c Log: Fix break caused by previous commit, warning and remove zend_get_parameters() http://cvs.php.net/viewvc.cgi/php-src/ext/hash/hash.c?r1=1.18.2.5.2.7.2

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

2008-07-04 Thread Scott MacVicar
This causes all the mhash tests to fail as it registers a 128 character constant since REGISTER_LONG_CONSTANT does sizeof(name) for the length. Scott Pierre-Alain Joye wrote: pajoye Fri Jul 4 21:00:17 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/hash has

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

2008-07-04 Thread Pierre-Alain Joye
pajoye Fri Jul 4 21:01:26 2008 UTC Modified files: /php-src/ext/hash hash.c Log: - MFB: fix compile error with VC6 http://cvs.php.net/viewvc.cgi/php-src/ext/hash/hash.c?r1=1.44&r2=1.45&diff_format=u Index: php-src/ext/hash/hash.c diff -u php-src/ext/hash/has

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

2008-07-04 Thread Pierre-Alain Joye
pajoye Fri Jul 4 21:00:17 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/hash hash.c Log: - fix compile error with vc6 (snaps) http://cvs.php.net/viewvc.cgi/php-src/ext/hash/hash.c?r1=1.18.2.5.2.7.2.8&r2=1.18.2.5.2.7.2.9&diff_format=u Index: php-src/

[PHP-CVS] cvs: php-src /ext/posix/tests posix_strerror_error.phpt posix_strerror_variation1.phpt

2008-07-04 Thread Alexey Zakhlestin
indeyetsFri Jul 4 14:56:30 2008 UTC Modified files: /php-src/ext/posix/testsposix_strerror_error.phpt posix_strerror_variation1.phpt Log: MFB: fixed tests not to rely on actual strings of errors, as those are not defin

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/zip php_zip.h

2008-07-04 Thread Felipe Pena
felipe Fri Jul 4 14:50:07 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/zipphp_zip.h Log: - Moved protos to .c (sync with HEAD) http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.h?r1=1.10.2.3.2.4&r2=1.10.2.3.2.5&diff_format=u Index: php-src

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

2008-07-04 Thread Felipe Pena
felipe Fri Jul 4 14:43:53 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/zipphp_zip.c Log: - Reverted previous commit - Moved protos to .c (sync with HEAD) http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.38.2.11&r2=1.1.2.38.2.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/posix/tests posix_strerror_error.phpt posix_strerror_variation1.phpt

2008-07-04 Thread Alexey Zakhlestin
indeyetsFri Jul 4 14:30:36 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/posix/testsposix_strerror_error.phpt posix_strerror_variation1.phpt Log: fixed tests not to rely on actual strings of errors, as those ar

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

2008-07-04 Thread Felipe Pena
felipe Fri Jul 4 14:10:24 2008 UTC Modified files: /php-src/ext/socketssockets.c Log: MFB: - Added arginfo - Removed #include "zend_arg_defs.c" (it's unnecessary now) http://cvs.php.net/viewvc.cgi/php-src/ext/sockets/sockets.c?r1=1.197&r2=1.198&d

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

2008-07-04 Thread Felipe Pena
felipe Fri Jul 4 14:08:16 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/socketssockets.c Log: - Added arginfo - Removed #include "zend_arg_defs.c" (it's unnecessary now) http://cvs.php.net/viewvc.cgi/php-src/ext/sockets/sockets.c?r1=1.171.

[PHP-CVS] cvs: php-src /win32/build Makefile

2008-07-04 Thread Rob Richards
rrichards Fri Jul 4 11:09:07 2008 UTC Modified files: /php-src/win32/buildMakefile Log: - Removed ntest and utest - Removed -U flag to `make test' just to test once each test http://cvs.php.net/viewvc.cgi/php-src/win32/build/Makefile?r1=1.46&r2=

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/mcrypt mcrypt.c php_mcrypt.h /ext/mcrypt/tests bug35496.phpt bug41252.phpt bug43143.phpt mcrypt_cbc.phpt mcrypt_cbf.phpt mcrypt_decrypt

2008-07-04 Thread Pierre Joye
Hi Derick, On Fri, Jul 4, 2008 at 9:47 AM, Derick Rethans <[EMAIL PROTECTED]> wrote: >> I see no reason to revert this commit now, why do you want me to >> revert it except for making my work harder? > > Never mind, I did it myself. Don't commit to ext/mcrypt. It is not acceptable to have one p

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/mcrypt mcrypt.c php_mcrypt.h /ext/mcrypt/tests bug35496.phpt bug41252.phpt bug43143.phpt mcrypt_cbc.phpt mcrypt_cbf.phpt mcrypt_decrypt

2008-07-04 Thread Derick Rethans
On Thu, 3 Jul 2008, Pierre Joye wrote: > On Thu, Jul 3, 2008 at 4:23 PM, Derick Rethans <[EMAIL PROTECTED]> wrote: > > On Thu, 3 Jul 2008, Pierre-Alain Joye wrote: > > > >> pajoyeThu Jul 3 13:50:15 2008 UTC > >> > >> Modified files: (Branch: PHP_5_3) > >> /php-s

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mcrypt mcrypt.c php_mcrypt.h /ext/mcrypt/tests bug35496.phpt bug41252.phpt bug43143.phpt mcrypt_cbc.phpt mcrypt_cbf.phpt mcrypt_decrypt.phpt

2008-07-04 Thread Derick Rethans
derick Fri Jul 4 07:47:19 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mcrypt mcrypt.c php_mcrypt.h /php-src/ext/mcrypt/tests bug35496.phpt bug41252.phpt bug43143.phpt mcrypt_cbc.phpt mcrypt_cbf.phpt