[PHP-CVS] cvs: php-src /ext/standard base64.c /ext/standard/tests/url bug47174.phpt

2009-01-25 Thread Ilia Alshanetsky
iliaa Sun Jan 25 18:27:58 2009 UTC Modified files: /php-src/ext/standard/tests/url bug47174.phpt /php-src/ext/standard base64.c Log: MFB: Improved fix for bug #47174 added a test

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

2009-01-21 Thread Ilia Alshanetsky
iliaa Wed Jan 21 15:45:45 2009 UTC Modified files: /php-src/ext/standard base64.c Log: MFB: Fixed bug #47174 (base64_decode() interprets pad char in mid string as terminator)

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

2007-11-05 Thread Jani Taskinen
janiMon Nov 5 12:07:28 2007 UTC Modified files: /php-src/ext/standard base64.c Log: - ws + cs + nuke a warning http://cvs.php.net/viewvc.cgi/php-src/ext/standard/base64.c?r1=1.53r2=1.54diff_format=u Index: php-src/ext/standard/base64.c diff -u

[PHP-CVS] cvs: php-src /ext/standard base64.c basic_functions.h info.c

2007-07-20 Thread Jani Taskinen
janiSat Jul 21 01:23:37 2007 UTC Modified files: /php-src/ext/standard base64.c basic_functions.h info.c Log: - Fix compile warnings http://cvs.php.net/viewvc.cgi/php-src/ext/standard/base64.c?r1=1.52r2=1.53diff_format=u Index:

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

2006-10-26 Thread Andrei Zmievski
andrei Thu Oct 26 17:33:33 2006 UTC Modified files: /php-src/ext/standard base64.c url.c Log: Make url encoding/decoding functions use binary strings only. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/base64.c?r1=1.49r2=1.50diff_format=u Index:

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

2006-09-24 Thread Sara Golemon
pollita Mon Sep 25 01:27:11 2006 UTC Modified files: /php-src/ext/standard base64.c Log: base64 functions are basicly binary-only ops http://cvs.php.net/viewvc.cgi/php-src/ext/standard/base64.c?r1=1.48r2=1.49diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard base64.c base64.h /ext/standard/tests/strings bug37244.phpt

2006-06-26 Thread Hannes Magnusson
bjori Mon Jun 26 22:17:43 2006 UTC Added files: /php-src/ext/standard/tests/strings bug37244.phpt Modified files: /php-src/ext/standard base64.c base64.h Log: MFB: bug #37244 (base64_decode violates RFC 3548) -Add test

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

2006-05-21 Thread Marcus Boerger
helly Sun May 21 13:25:16 2006 UTC Modified files: /php-src/ext/standard base64.c Log: - Drop unneccesary check and change to safe_emalloc http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/base64.c?r1=1.46r2=1.47diff_format=u Index:

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

2005-08-25 Thread Ilia Alshanetsky
iliaa Thu Aug 25 23:32:53 2005 EDT Modified files: /php-src/ext/standard base64.c Log: MFH: Fixed bug #34214 (base64_decode() does not properly ignore whitespace) http://cvs.php.net/diff.php/php-src/ext/standard/base64.c?r1=1.43r2=1.44ty=u Index:

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

2004-03-06 Thread Ilia Alshanetsky
iliaa Sat Mar 6 14:06:04 2004 EDT Modified files: /php-src/ext/standard base64.c Log: Fixed bug #27460 (base64_decode() does not handle extra padding). http://cvs.php.net/diff.php/php-src/ext/standard/base64.c?r1=1.41r2=1.42ty=u Index:

[PHP-CVS] cvs: php-src /ext/standard base64.c /ext/standard/tests/strings bug24312.phpt

2003-06-24 Thread Ilia Alshanetsky
iliaa Tue Jun 24 11:23:17 2003 EDT Added files: /php-src/ext/standard/tests/strings bug24312.phpt Modified files: /php-src/ext/standard base64.c Log: Fixed bug #24312 (base64_decode() does not skip 0xF0-0xFF characters) Patch by: