| a666285 |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year
/php-src/ext/standard/md5.h
|
| 8775a37 |
|
01-Jan-2012 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/standard/md5.h
|
| 0203cc3 |
|
01-Jan-2011 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/standard/md5.h
|
| 9ba1e81 |
|
03-Jan-2010 |
Sebastian Bergmann <sebastian@php.net> |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
/php-src/ext/standard/md5.h
|
| 08659c2 |
|
31-Dec-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 3 of 3.
/php-src/ext/standard/md5.h
|
| 3ea9c13 |
|
08-Feb-2008 |
Dmitry Stogov <dmitry@php.net> |
Improved md5() implementation (Solar Designer)
/php-src/ext/standard/md5.h
|
| d1dded8 |
|
31-Dec-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 2 of 2.
/php-src/ext/standard/md5.h
|
| b828d19 |
|
19-May-2007 |
Ilia Alshanetsky <iliaa@php.net> |
Optimized digest generation in md5() and sha1() functions by using code from ext/hash. This makes the functions 20-50% faster on short strings.
/php-src/ext/standard/md5.h
|
| 4223aa4 |
|
01-Jan-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump year.
/php-src/ext/standard/md5.h
|
| 5bd9322 |
|
01-Jan-2006 |
foobar <sniper@php.net> |
bump year and license version
/php-src/ext/standard/md5.h
|
| 23e671a |
|
03-Aug-2005 |
foobar <sniper@php.net> |
- Bumber up year
/php-src/ext/standard/md5.h
|
| ccfc46b |
|
08-Jan-2004 |
foobar <sniper@php.net> |
- Happy new year and PHP 5 for rest of the files too.. # Should the LICENSE and Zend/LICENSE dates be updated too?
/php-src/ext/standard/md5.h
|
| f68c7ff |
|
10-Jun-2003 |
James Cox <imajes@php.net> |
updating license information in the headers.
/php-src/ext/standard/md5.h
|
| b506f5c |
|
31-Dec-2002 |
Sebastian Bergmann <sebastian@php.net> |
Bump year.
/php-src/ext/standard/md5.h
|
| 90613d2 |
|
28-Feb-2002 |
Sebastian Bergmann <sebastian@php.net> |
Maintain headers.
/php-src/ext/standard/md5.h
|
| 3893351 |
|
11-Dec-2001 |
Sebastian Bergmann <sebastian@php.net> |
Update headers.
/php-src/ext/standard/md5.h
|
| e7ef504 |
|
03-Dec-2001 |
Frank M. Kromann <fmk@php.net> |
Make php_MD5* functions available from shared extensions
/php-src/ext/standard/md5.h
|
| f17f337 |
|
18-Nov-2001 |
Derick Rethans <derick@php.net> |
- Added md5_file(), which calculaties the MD5 sum of a file. (patch by: Alessandro Astarita <aleast@capri.it>) (Derick) @- Added md5_file(), which calculaties the MD5 sum of a file. @ (patch by: Alessandro Astarita <aleast@capri.it>) (Derick)
/php-src/ext/standard/md5.h
|
| eb6ba01 |
|
26-Feb-2001 |
Andi Gutmans <andi@php.net> |
- Fix copyright notices with 2001
/php-src/ext/standard/md5.h
|
| 6ce467d |
|
21-Aug-2000 |
Sascha Schumann <sas@php.net> |
Get rid of php_global.h and the associated data types UINT4/_POINTER. We use php_uint32 now globally. Also removed K&R support from md5.[ch].
/php-src/ext/standard/md5.h
|
| 83513d9 |
|
24-Jul-2000 |
David Croft <david@php.net> |
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
/php-src/ext/standard/md5.h
|
| cd754d7 |
|
03-Jul-2000 |
Sascha Schumann <sas@php.net> |
Rename macros which begin with underscore to appropiate macros. The general rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
/php-src/ext/standard/md5.h
|
| 45a5555 |
|
05-Jun-2000 |
Sascha Schumann <sas@php.net> |
Move global.h to php_global.h.
/php-src/ext/standard/md5.h
|
| bf5cb89 |
|
26-Feb-2000 |
Zeev Suraski <zeev@php.net> |
- Convert 'PHP3' to 'PHP' - Avoid declaring crypt() related salt types twice
/php-src/ext/standard/md5.h
|
| 2d0b84e |
|
17-Dec-1999 |
Zeev Suraski <zeev@php.net> |
More work on php3_ annihilation...
/php-src/ext/standard/md5.h
|
| 39691be |
|
16-May-1999 |
Sascha Schumann <sas@php.net> |
conv_proto *.[ch]
/php-src/ext/standard/md5.h
|
| 257de2b |
|
17-Apr-1999 |
Stig Bakken <ssb@php.net> |
First commit of re-structuring phase one. We have started using automake in sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up.
/php-src/ext/standard/md5.h
|