summaryrefslogtreecommitdiff
path: root/ext/standard/crc32.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Replace usage of php_int32 and php_uint32 with int32_t and uint32_tRouven Weßling2016-02-041-2/+2
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* | master renames phase 1Anatol Belski2014-08-251-1/+1
* | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-1/+1
* | Fixed compilation warningsDmitry Stogov2014-04-221-2/+2
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - protosPierre Joye2006-02-091-0/+3
* - revert last fixPierre Joye2006-02-091-9/+7
* - #36306, crc32() function result differs on 32-bit and 64-bit platformsPierre Joye2006-02-071-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Split CRC32 table out into a header file so other code can use itRasmus Lerdorf2002-02-201-81/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Convert to use new parameter parsing API.Andrei Zmievski2001-10-261-8/+4
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-2/+2
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* 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
* Cleaning up some messSascha Schumann2000-08-211-0/+1
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-1/+4
* Add a crc32 checksum function - used by the udm_search search engineRasmus Lerdorf2000-06-211-0/+130