summaryrefslogtreecommitdiff
path: root/ext/standard/base64.c
Commit message (Expand)AuthorAgeFilesLines
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* remove useless checkAnatol Belski2014-09-191-4/+0
* first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* master renames phase 3Anatol Belski2014-08-251-3/+3
* master renames phase 1Anatol Belski2014-08-251-5/+5
* several fixes -Anatol Belski2014-08-161-3/+3
* Refactor base64 to returning zend_stringXinchen Hui2014-02-241-39/+33
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-2/+4
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fix memory allocation checks for base64 encodeNikita Popov2012-06-241-2/+2
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed bug #55273 (base64_decode() with strict rejects whitespace after pad)Ilia Alshanetsky2011-09-121-0/+8
* - Year++Felipe Pena2011-01-011-1/+1
* Missing bit from previous commitIlia Alshanetsky2010-11-261-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Improved fix for bug #47174 & added a testIlia Alshanetsky2009-01-251-1/+0
* Fixed bug #47174 (base64_decode() interprets pad char in mid string asIlia Alshanetsky2009-01-211-1/+8
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* clean some dead code (with static analysis help)Nuno Lopes2008-09-231-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFHJani Taskinen2007-11-051-22/+18
* MFH: Fixed compile warningsJani Taskinen2007-07-211-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #37244 (Added strict flag to base64_decode() that enforcesIlia Alshanetsky2006-05-061-24/+32
* bump year and license versionfoobar2006-01-011-3/+3
* Fixed bug #34214 (base64_decode() does not properly ignore whitespace)Ilia Alshanetsky2005-08-261-9/+0
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug #27460 (base64_decode() does not handle extra padding).Ilia Alshanetsky2004-03-061-1/+0
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fixed bug #24312 (base64_decode() does not skip 0xF0-0xFF characters)Ilia Alshanetsky2003-06-241-0/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fixed base64_encode() integer overflow issue pointed out in TODO_SEGFAULTSMoriyoshi Koizumi2003-06-041-20/+29
* Allow base64 functions to be called from an extension buils as .so/.dll (iconv)Frank M. Kromann2003-01-011-2/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* -php_error -> php_error_docrefMarcus Boerger2002-12-051-1/+1
* Fixed possible buffer overflow in php_base64_decode();Moriyoshi Koizumi2002-12-011-1/+1
* style fixfoobar2002-08-221-3/+6
* fix vim modelineWez Furlong2002-08-201-1/+1
* - Fix String is not zero-terminated error in base64_decodeDerick Rethans2002-05-011-1/+1
* thread safeMarcus Boerger2002-04-111-18/+62
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Convert to use new parameter parsing API.Andrei Zmievski2001-10-261-12/+10
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* WhitespaceZeev Suraski2001-08-111-2/+2
* - TSRMLS_FETCH workZeev Suraski2001-08-051-2/+4
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1