mirror of
https://github.com/php/php-src.git
synced 2026-03-26 01:02:25 +01:00
Prep for release
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
</maintainers>
|
||||
|
||||
<release>
|
||||
<version>0.1</version>
|
||||
<state>beta</state>
|
||||
<date>2005-11-00</date>
|
||||
<version>1.0</version>
|
||||
<state>stable</state>
|
||||
<date>2005-12-06</date>
|
||||
<notes>
|
||||
Initial Release
|
||||
* md4, md5
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include "php_hash_types.h"
|
||||
|
||||
#define PHP_HASH_EXTNAME "hash"
|
||||
#define PHP_HASH_EXTVER "0.1"
|
||||
#define PHP_HASH_EXTVER "1.0"
|
||||
#define PHP_HASH_RESNAME "Hash Context"
|
||||
|
||||
#define PHP_HASH_HMAC 0x0001
|
||||
|
||||
Reference in New Issue
Block a user