| a666285 |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year
/php-src/ext/standard/sha1.c
|
| 8775a37 |
|
01-Jan-2012 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/standard/sha1.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/sha1.c
|
| 0203cc3 |
|
01-Jan-2011 |
Felipe Pena <felipe@php.net> |
- Year++
/php-src/ext/standard/sha1.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/sha1.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/sha1.c
|
| 08659c2 |
|
31-Dec-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 3 of 3.
/php-src/ext/standard/sha1.c
|
| d1dded8 |
|
31-Dec-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 2 of 2.
/php-src/ext/standard/sha1.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/sha1.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/sha1.c
|
| 4223aa4 |
|
01-Jan-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump year.
/php-src/ext/standard/sha1.c
|
| 5bd9322 |
|
01-Jan-2006 |
foobar <sniper@php.net> |
bump year and license version
/php-src/ext/standard/sha1.c
|
| 23e671a |
|
03-Aug-2005 |
foobar <sniper@php.net> |
- Bumber up year
/php-src/ext/standard/sha1.c
|
| 91b587f |
|
15-Apr-2005 |
Uwe Schindler <thetaphi@php.net> |
Remove include_path support from md5_file/sha1_file again
/php-src/ext/standard/sha1.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/sha1.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/sha1.c
|
| dbeb415 |
|
08-Jan-2004 |
Andi Gutmans <andi@php.net> |
- A belated happy holidays and PHP 5
/php-src/ext/standard/sha1.c
|
| f68c7ff |
|
10-Jun-2003 |
James Cox <imajes@php.net> |
updating license information in the headers.
/php-src/ext/standard/sha1.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/sha1.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/sha1.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/sha1.c
|
| b506f5c |
|
31-Dec-2002 |
Sebastian Bergmann <sebastian@php.net> |
Bump year.
/php-src/ext/standard/sha1.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/sha1.c
|
| 1630e17 |
|
28-Jul-2002 |
Derick Rethans <derick@php.net> |
- Copy and paste error -> unify error messages
/php-src/ext/standard/sha1.c
|
| bffe4cf |
|
28-Jul-2002 |
Stefan Esser <sesser@php.net> |
Added sha1, sha1_file functions.
/php-src/ext/standard/sha1.c
|