We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8468e85 commit 1b72569Copy full SHA for 1b72569
package.xml
@@ -28,9 +28,9 @@
28
<email>nikic@php.net</email>
29
<active>yes</active>
30
</lead>
31
- <date>2022-09-19</date>
+ <date>2023-11-11</date>
32
<version>
33
- <release>5.1.23dev</release>
+ <release>5.1.23</release>
34
<api>5.1.18</api>
35
</version>
36
<stability>
php_apc.h
@@ -33,7 +33,7 @@
#include "apc.h"
#include "apc_globals.h"
-#define PHP_APCU_VERSION "5.1.23-dev"
+#define PHP_APCU_VERSION "5.1.23"
37
#define PHP_APCU_EXTNAME "apcu"
38
39
PHP_APCU_API zend_bool apc_is_enabled(void);
0 commit comments