| a666285 |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year
/php-src/ext/standard/md5.c
|
| 8775a37 |
|
01-Jan-2012 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/standard/md5.c
|
| 4737910 |
|
06-Jun-2011 |
Felipe Pena <felipe@php.net> |
- Added new parameter parsing option (p - for valid path (string without null byte in the middle)) # The tests will be fixed in the next commits
/php-src/ext/standard/md5.c
|
| 0203cc3 |
|
01-Jan-2011 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/standard/md5.c
|
| dd8e59d |
|
26-Apr-2010 |
Kalle Sommer Nielsen <kalle@php.net> |
Removed safe_mode * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
/php-src/ext/standard/md5.c
|
| 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.c
|
| 08659c2 |
|
31-Dec-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 3 of 3.
/php-src/ext/standard/md5.c
|
| 3ea9c13 |
|
08-Feb-2008 |
Dmitry Stogov <dmitry@php.net> |
Improved md5() implementation (Solar Designer)
/php-src/ext/standard/md5.c
|
| d1dded8 |
|
31-Dec-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 2 of 2.
/php-src/ext/standard/md5.c
|
| 8931a76 |
|
27-May-2007 |
Nuno Lopes <nlopess@php.net> |
make make_digest() output a 16-byte string so that it wont break the internal PHP API (it was breaking the SOAP extension)
/php-src/ext/standard/md5.c
|
| 8588db4 |
|
27-May-2007 |
foobar <sniper@php.net> |
- Fixed bug #41511 (Compile failure under IRIX 6.5.30 building md5.c)
/php-src/ext/standard/md5.c
|
| 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.c
|
| 4223aa4 |
|
01-Jan-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump year.
/php-src/ext/standard/md5.c
|
| 5bd9322 |
|
01-Jan-2006 |
foobar <sniper@php.net> |
bump year and license version
/php-src/ext/standard/md5.c
|
| 23e671a |
|
03-Aug-2005 |
foobar <sniper@php.net> |
- Bumber up year
/php-src/ext/standard/md5.c
|
| 91b587f |
|
15-Apr-2005 |
Uwe Schindler <thetaphi@php.net> |
Remove include_path support from md5_file/sha1_file again
/php-src/ext/standard/md5.c
|
| 9cde55f |
|
15-Apr-2005 |
Uwe Schindler <thetaphi@php.net> |
use streams api for md5_file and sha1_file. Added parameter use_include_path similar to other PHP file functions. Documentation update outstanding
/php-src/ext/standard/md5.c
|
| c4e788b |
|
15-Apr-2005 |
Uwe Schindler <thetaphi@php.net> |
fix various solaris problems by replacing stdio with posix io where possible
/php-src/ext/standard/md5.c
|
| dbeb415 |
|
08-Jan-2004 |
Andi Gutmans <andi@php.net> |
- A belated happy holidays and PHP 5
/php-src/ext/standard/md5.c
|
| f68c7ff |
|
10-Jun-2003 |
James Cox <imajes@php.net> |
updating license information in the headers.
/php-src/ext/standard/md5.c
|
| 91766d4 |
|
20-Feb-2003 |
Derick Rethans <derick@php.net> |
- Fixed copy and paste bug
/php-src/ext/standard/md5.c
|
| b4b33b1 |
|
20-Feb-2003 |
Derick Rethans <derick@php.net> |
- Also add the optional raw output parameter to md5_file and sha1_file.
/php-src/ext/standard/md5.c
|
| ead7521 |
|
20-Feb-2003 |
Derick Rethans <derick@php.net> |
- No need to add the \0 ourselves, the estrndup in STRINGL takes care of that for us.
/php-src/ext/standard/md5.c
|
| d95c41e |
|
18-Feb-2003 |
Derick Rethans <derick@php.net> |
- Added new parameter to sha1() and md5() which return the digest as binary data. (Original patch by Michael Bretterklieber <mbretter@jawa.at>) - Added test cases for sha1() and md5() based on the testvectors in RFC 1321 and RFC 3174. @- Added new parameter to sha1() and md5() which return the digest as @ binary data. (Michael Bretterklieber <mbretter@jawa.at>, Derick)
/php-src/ext/standard/md5.c
|
| b506f5c |
|
31-Dec-2002 |
Sebastian Bergmann <sebastian@php.net> |
Bump year.
/php-src/ext/standard/md5.c
|
| 149ad05 |
|
24-Aug-2002 |
Marcus Boerger <helly@php.net> |
php_error_docref #New conversion available at: http://docref.txt.marcus-boerger.de
/php-src/ext/standard/md5.c
|
| 1630e17 |
|
28-Jul-2002 |
Derick Rethans <derick@php.net> |
- Copy and paste error -> unify error messages
/php-src/ext/standard/md5.c
|
| 90613d2 |
|
28-Feb-2002 |
Sebastian Bergmann <sebastian@php.net> |
Maintain headers.
/php-src/ext/standard/md5.c
|
| 3893351 |
|
11-Dec-2001 |
Sebastian Bergmann <sebastian@php.net> |
Update headers.
/php-src/ext/standard/md5.c
|
| 38472b4 |
|
06-Dec-2001 |
Hartmut Holzgraefe <hholzgra@php.net> |
proto fix
/php-src/ext/standard/md5.c
|
| e7ef504 |
|
03-Dec-2001 |
Frank M. Kromann <fmk@php.net> |
Make php_MD5* functions available from shared extensions
/php-src/ext/standard/md5.c
|
| 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.c
|
| c033288 |
|
25-Sep-2001 |
Jeroen van Wolffelaar <jeroen@php.net> |
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
/php-src/ext/standard/md5.c
|
| 78747bd |
|
09-Sep-2001 |
Derick Rethans <derick@php.net> |
- Don't wrap lines... this is annoying while coding.
/php-src/ext/standard/md5.c
|
| c0404f4 |
|
11-Aug-2001 |
Zeev Suraski <zeev@php.net> |
Whitespace
/php-src/ext/standard/md5.c
|
| 81e2cf0 |
|
06-Jun-2001 |
Rasmus Lerdorf <rasmus@php.net> |
Fix folding and clean up some extensions
/php-src/ext/standard/md5.c
|
| 25c3a3a |
|
05-Jun-2001 |
Rasmus Lerdorf <rasmus@php.net> |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
/php-src/ext/standard/md5.c
|
| eb6ba01 |
|
26-Feb-2001 |
Andi Gutmans <andi@php.net> |
- Fix copyright notices with 2001
/php-src/ext/standard/md5.c
|
| 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.c
|
| 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.c
|
| 3701bc4 |
|
05-Jun-2000 |
Andi Gutmans <andi@php.net> |
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
/php-src/ext/standard/md5.c
|
| e043439 |
|
18-May-2000 |
Zeev Suraski <zeev@php.net> |
Update the license with the new clause 6
/php-src/ext/standard/md5.c
|
| 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.c
|
| 86fa2aa |
|
19-Feb-2000 |
Zeev Suraski <zeev@php.net> |
the pipe is breaking all the time
/php-src/ext/standard/md5.c
|
| 43ae2bf |
|
01-Jan-2000 |
Sascha Schumann <sas@php.net> |
Happy Y2K patch! Happy new year (or the new millennium, depending on whether you start counting at 0 or 1).
/php-src/ext/standard/md5.c
|
| a1ad287 |
|
18-Dec-1999 |
Zeev Suraski <zeev@php.net> |
- The tree compiles again
/php-src/ext/standard/md5.c
|
| 2d0b84e |
|
17-Dec-1999 |
Zeev Suraski <zeev@php.net> |
More work on php3_ annihilation...
/php-src/ext/standard/md5.c
|
| 7a1fff1 |
|
24-Sep-1999 |
Sascha Schumann <sas@php.net> |
Use new Zend API.
/php-src/ext/standard/md5.c
|
| c5724cb |
|
16-Jul-1999 |
Zeev Suraski <zeev@php.net> |
License update
/php-src/ext/standard/md5.c
|
| 39691be |
|
16-May-1999 |
Sascha Schumann <sas@php.net> |
conv_proto *.[ch]
/php-src/ext/standard/md5.c
|
| 0818d96 |
|
24-Apr-1999 |
Zeev Suraski <zeev@php.net> |
A lot of cleanups... Removed old thread-safe code and other redundant code and files
/php-src/ext/standard/md5.c
|
| 6f7c0ed |
|
23-Apr-1999 |
Zeev Suraski <zeev@php.net> |
Remove tls.[ch]
/php-src/ext/standard/md5.c
|
| 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.c
|