mirror of
https://github.com/php/php-src.git
synced 2026-04-27 10:16:41 +02:00
- release 1.3
This commit is contained in:
@@ -20,12 +20,11 @@
|
||||
</maintainer>
|
||||
</maintainers>
|
||||
<release>
|
||||
<version>1.2</version>
|
||||
<date>2006-03-04</date>
|
||||
<version>1.3</version>
|
||||
<date>2006-04-25</date>
|
||||
<license>PHP</license>
|
||||
<state>stable</state>
|
||||
<notes>* Fixed tiger algorithm generating wrong results on big endian platforms.
|
||||
+ Added MD2 to supported algorithms.
|
||||
<notes>* Fixed PHP bug #37192 - cc may complain about non-constant initializers in hash_adler.c
|
||||
</notes>
|
||||
<deps>
|
||||
<dep type="php" rel="ge" version="4.0.0"/>
|
||||
|
||||
+19
-3
@@ -28,7 +28,7 @@
|
||||
</lead>
|
||||
<date>2006-00-00</date>
|
||||
<version>
|
||||
<release>1.2</release>
|
||||
<release>1.3</release>
|
||||
<api>1.0</api>
|
||||
</version>
|
||||
<stability>
|
||||
@@ -37,8 +37,7 @@
|
||||
</stability>
|
||||
<license uri="http://www.php.net/license">PHP</license>
|
||||
<notes><![CDATA[
|
||||
* Fixed tiger algorithm generating wrong results on big endian platforms.
|
||||
+ Added MD2 to supported algorithms.
|
||||
* Fixed PHP bug #37192 - cc may complain about non-constant initializers in hash_adler.c
|
||||
]]>
|
||||
</notes>
|
||||
<contents>
|
||||
@@ -108,6 +107,23 @@
|
||||
<providesextension>hash</providesextension>
|
||||
<extsrcrelease />
|
||||
<changelog>
|
||||
<release>
|
||||
<version>
|
||||
<release>1.2</release>
|
||||
<api>1.0</api>
|
||||
</version>
|
||||
<stability>
|
||||
<release>stable</release>
|
||||
<api>stable</api>
|
||||
</stability>
|
||||
<date>2006-03-04</date>
|
||||
<license uri="http://www.php.net/license">PHP</license>
|
||||
<notes><![CDATA[
|
||||
* Fixed tiger algorithm generating wrong results on big endian platforms.
|
||||
+ Added MD2 to supported algorithms.
|
||||
]]>
|
||||
</notes>
|
||||
</release>
|
||||
<release>
|
||||
<version>
|
||||
<release>1.1</release>
|
||||
|
||||
Reference in New Issue
Block a user