Skip to content

Commit

Permalink
Prepare 5.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Jul 9, 2018
1 parent c6d3c07 commit 31593dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2018-03-08</date>
<date>2018-07-09</date>
<version>
<release>5.1.12dev</release>
<release>5.1.12</release>
<api>5.1.12</api>
</version>
<stability>
Expand Down Expand Up @@ -83,6 +83,11 @@
<file name="apc_015.phpt" role="test" />
<file name="apc_016.phpt" role="test" />
<file name="apc_017.phpt" role="test" />
<file name="apc_018.phpt" role="test" />
<file name="apc_019.phpt" role="test" />
<file name="apc_020.phpt" role="test" />
<file name="apc_021.phpt" role="test" />
<file name="apc_022.phpt" role="test" />
<file name="apc_099.phpt" role="test" />
<file name="apc54_014.phpt" role="test" />
<file name="apc54_018.phpt" role="test" />
Expand All @@ -91,6 +96,7 @@
<file name="apc_entry_003.phpt" role="test" />
<file name="apc_inc_perf.phpt" role="test" />
<file name="bug63224.phpt" role="test" />
<file name="bug76145.phpt" role="test" />
<file name="get_included_files_inc1.inc" role="test" />
<file name="get_included_files_inc2.inc" role="test" />
<file name="get_included_files_inc3.inc" role="test" />
Expand All @@ -108,6 +114,7 @@
<file name="iterator_007.phpt" role="test" />
<file name="iterator_008.phpt" role="test" />
<file name="iterator_009.phpt" role="test" />
<file name="iterator_010.phpt" role="test" />
<file name="server_test.inc" role="test" />
<file name="skipif.inc" role="test" />
<file name="data/abc.data" role="test" />
Expand Down
2 changes: 1 addition & 1 deletion php_apc.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include "apc.h"
#include "apc_globals.h"

#define PHP_APCU_VERSION "5.1.12-dev"
#define PHP_APCU_VERSION "5.1.12"
#define PHP_APCU_EXTNAME "apcu"

PHP_APCU_API PHP_FUNCTION(apcu_add);
Expand Down

0 comments on commit 31593dc

Please sign in to comment.