-
Notifications
You must be signed in to change notification settings - Fork 4
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
3 changed files
with
49 additions
and
6 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
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 |
---|---|---|
|
@@ -13,19 +13,21 @@ Internationalization API Specification. | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2023-08-29</date> | ||
<time>14:25:28</time> | ||
<date>2023-08-30</date> | ||
<time>01:11:17</time> | ||
<version> | ||
<release>0.1.2</release> | ||
<api>0.1.2</api> | ||
<release>0.1.3</release> | ||
<api>0.1.3</api> | ||
</version> | ||
<stability> | ||
<release>alpha</release> | ||
<api>alpha</api> | ||
</stability> | ||
<license uri="https://opensource.org/license/bsd-3-clause/">BSD-3-Clause</license> | ||
<notes><![CDATA[ | ||
Fix: ensure build directories are created for each source directory, fixing an issue where the extension could not be installed using pecl. | ||
Fix: reduce duplication of code (and eliminate build warnings) by splitting MINIT for each class into separate functions. | ||
Fix: allow installation of extension on PHP 8.3. | ||
Fix: fixes a build warning for switch statements with no default branch. | ||
]]></notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -223,6 +225,22 @@ Fix: ensure build directories are created for each source directory, fixing an i | |
<providesextension>ecma_intl</providesextension> | ||
<extsrcrelease/> | ||
<changelog> | ||
<release> | ||
<date>2023-08-29</date> | ||
<time>14:25:28</time> | ||
<version> | ||
<release>0.1.2</release> | ||
<api>0.1.2</api> | ||
</version> | ||
<stability> | ||
<release>alpha</release> | ||
<api>alpha</api> | ||
</stability> | ||
<license uri="https://opensource.org/license/bsd-3-clause/">BSD-3-Clause</license> | ||
<notes><![CDATA[ | ||
Fix: ensure build directories are created for each source directory, fixing an issue where the extension could not be installed using pecl. | ||
]]></notes> | ||
</release> | ||
<release> | ||
<date>2023-08-27</date> | ||
<time>23:45:00</time> | ||
|
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