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

2009-05-19 Thread Kalle Sommer Nielsen
kalle Tue May 19 17:47:06 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mcrypt mcrypt.c Log: MFH: Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/mcrypt/mcrypt.c?r1=1.91.2.3.2.11.2.16r2=1.91.2.3.2.11.2.17diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mcrypt mcrypt.c /ext/mcrypt/tests bug46010.phpt

2008-09-07 Thread Felipe Pena
felipe Sun Sep 7 22:57:37 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/mcrypt/tests bug46010.phpt Modified files: /php-src/ext/mcrypt mcrypt.c Log: - MFH: Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode)

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

2008-08-09 Thread Felipe Pena
felipe Sun Aug 10 05:38:07 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mcrypt mcrypt.c Log: - New parameter parsing API http://cvs.php.net/viewvc.cgi/php-src/ext/mcrypt/mcrypt.c?r1=1.91.2.3.2.11.2.10r2=1.91.2.3.2.11.2.11diff_format=u Index:

[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

[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-src/ext/mcrypt

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

[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-03 Thread Pierre-Alain Joye
pajoye Thu Jul 3 13:50:15 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

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

2008-07-03 Thread Derick Rethans
On Thu, 3 Jul 2008, Pierre-Alain Joye wrote: pajoyeThu Jul 3 13:50:15 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

[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-03 Thread Pierre Joye
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-src/ext/mcrypt mcrypt.c php_mcrypt.h

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

2008-07-03 Thread Rob Richards
rrichards Thu Jul 3 19:40:15 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mcrypt mcrypt.c Log: fix key container access http://cvs.php.net/viewvc.cgi/php-src/ext/mcrypt/mcrypt.c?r1=1.91.2.3.2.11.2.7r2=1.91.2.3.2.11.2.8diff_format=u Index:

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

2008-07-01 Thread Felipe Pena
felipe Tue Jul 1 19:43:42 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mcrypt mcrypt.c Log: - Added arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/mcrypt/mcrypt.c?r1=1.91.2.3.2.11.2.5r2=1.91.2.3.2.11.2.6diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mcrypt mcrypt.c /ext/mcrypt/tests mcrypt_enc_self_test.phpt

2008-05-18 Thread David Soria Parra
dsp Sun May 18 17:08:56 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mcrypt mcrypt.c /php-src/ext/mcrypt/tests mcrypt_enc_self_test.phpt Log: Make mcrypt_enc_self_test() return value compatible with documentation and mcrypt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mcrypt mcrypt.c /ext/mcrypt/tests mcrypt_enc_self_test.phpt

2008-05-18 Thread David Soria Parra
dsp Sun May 18 19:48:40 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mcrypt mcrypt.c /php-src/ext/mcrypt/tests mcrypt_enc_self_test.phpt Log: Revert.