-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added SHM::__invoke() as a shortcut to SHM::add();
Minor fixes to the PHAR stub; Release notes.
- Loading branch information
Showing
5 changed files
with
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
First PEAR2 compatible release. |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
* Fixed the PHAR stub. | ||
* Removed the warnings APC would trigger when using SHM::factory(). | ||
* Allowed registering of external adapters with the new SHM::registerAdapter() method. | ||
* Added SHM::__invoke() as a shortcut to SHM::add(). |
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 |
---|---|---|
|
@@ -11,21 +11,25 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2012-08-03</date> | ||
<time>00:53:00</time> | ||
<date>2012-09-25</date> | ||
<time>23:15:45</time> | ||
<version> | ||
<release>0.1.0</release> | ||
<release>0.1.1</release> | ||
<api>0.1.0</api> | ||
</version> | ||
<stability> | ||
<release>alpha</release> | ||
<api>alpha</api> | ||
</stability> | ||
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL License 2.1</license> | ||
<notes>First PEAR2 compatible release.</notes> | ||
<notes>* Fixed the PHAR stub. | ||
* Removed the warnings APC would trigger when using SHM::factory(). | ||
* Allowed registering of external adapters with the new SHM::registerAdapter() method. | ||
* Added SHM::__invoke() as a shortcut to SHM::add().</notes> | ||
<contents> | ||
<dir name="/"> | ||
<dir name="docs" baseinstalldir="/"> | ||
<file role="doc" name="apigen.neon"/> | ||
<file role="doc" name="doxygen.ini"> | ||
<tasks:replace from="../src" to="php_dir" type="pear-config"/> | ||
<tasks:replace from="GIT: $Id$" to="version" type="package-info"/> | ||
|
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