summaryrefslogtreecommitdiff
path: root/ext/standard/crc32.c
Commit message (Expand)AuthorAgeFilesLines
* 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