forked from neoxic/php-amf3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> | ||
<name>amf3</name> | ||
<uri>https://github.com/rraptorr/php-amf3/archive/v0.2.0</uri> | ||
<uri>https://github.com/rraptorr/php-amf3/archive/v0.3.0.tar.gz</uri> | ||
<summary>PHP AMF3 extension</summary> | ||
<description> | ||
PHP AMF3 extensions offers two functions to encode/decode PHP | ||
|
@@ -23,9 +23,9 @@ | |
<email>[email protected]</email> | ||
<active>no</active> | ||
</developer> | ||
<date>2014-03-06</date> | ||
<date>2016-03-09</date> | ||
<version> | ||
<release>0.2.0</release> | ||
<release>0.3.0</release> | ||
<api>0.2.0</api> | ||
</version> | ||
<stability> | ||
|
@@ -34,7 +34,7 @@ | |
</stability> | ||
<license filesource="LICENSE">GPLv2</license> | ||
<notes> | ||
- Support for byte array decoding | ||
- Support for PHP 7 | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -51,9 +51,9 @@ | |
<file role="test" name="amf3_decode_array_nested_error.phpt"/> | ||
<file role="test" name="amf3_decode_array_reference.phpt"/> | ||
<file role="test" name="amf3_decode_bool.phpt"/> | ||
<file role="test" name="amf3_decode_byte_array.phpt"/> | ||
<file role="test" name="amf3_decode_byte_array_invalid.phpt"/> | ||
<file role="test" name="amf3_decode_byte_array_invalid_reference.phpt"/> | ||
<file role="test" name="amf3_decode_byte_array.phpt"/> | ||
<file role="test" name="amf3_decode_byte_array_reference.phpt"/> | ||
<file role="test" name="amf3_decode_date_invalid.phpt"/> | ||
<file role="test" name="amf3_decode_date.phpt"/> | ||
|
@@ -86,6 +86,7 @@ | |
<file role="test" name="amf3_encode_array_empty.phpt"/> | ||
<file role="test" name="amf3_encode_array_reference.phpt"/> | ||
<file role="test" name="amf3_encode_bool.phpt"/> | ||
<file role="test" name="amf3_encode_date_immutable.phpt"/> | ||
<file role="test" name="amf3_encode_date.phpt"/> | ||
<file role="test" name="amf3_encode_float.phpt"/> | ||
<file role="test" name="amf3_encode_int.phpt"/> | ||
|
@@ -106,7 +107,7 @@ | |
<dependencies> | ||
<required> | ||
<php> | ||
<min>5.3.0</min> | ||
<min>7.0.0</min> | ||
</php> | ||
<pearinstaller> | ||
<min>1.9.0</min> | ||
|
@@ -115,48 +116,4 @@ | |
</dependencies> | ||
<providesextension>amf3</providesextension> | ||
<extsrcrelease/> | ||
<changelog> | ||
<release> | ||
<date>2013-03-13</date> | ||
<version> | ||
<release>0.1.0</release> | ||
<api>0.1.0</api> | ||
</version> | ||
<stability> | ||
<release>beta</release> | ||
<api>beta</api> | ||
</stability> | ||
<notes> | ||
- A lot of changes, most notably support for encoding/decoding objects | ||
</notes> | ||
</release> | ||
<release> | ||
<date>2013-03-27</date> | ||
<version> | ||
<release>0.1.1</release> | ||
<api>0.1.0</api> | ||
</version> | ||
<stability> | ||
<release>beta</release> | ||
<api>beta</api> | ||
</stability> | ||
<notes> | ||
- Improve object encoding/decoding | ||
</notes> | ||
</release> | ||
<release> | ||
<date>2014-02-20</date> | ||
<version> | ||
<release>0.1.2</release> | ||
<api>0.1.0</api> | ||
</version> | ||
<stability> | ||
<release>beta</release> | ||
<api>beta</api> | ||
</stability> | ||
<notes> | ||
- Fix objects with integer property names | ||
</notes> | ||
</release> | ||
</changelog> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters