We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12aae66 commit 9d6c7a0Copy full SHA for 9d6c7a0
package.xml
@@ -36,6 +36,8 @@
36
* Add support for PHP-8.1 Enums
37
* merges #173
38
* fixes #171
39
+* Add support for APCu
40
+ * merges #162, #93
41
]]></notes>
42
<contents>
43
<dir name="/">
@@ -183,6 +185,7 @@
183
185
<file name="138.phpt" role="test" />
184
186
<file name="139.phpt" role="test" />
187
<file name="140.phpt" role="test" />
188
+ <file name="apcu.phpt" role="test" />
189
<file name="bug002.phpt" role="test" />
190
<file name="bug006.phpt" role="test" />
191
<file name="bug011.phpt" role="test" />
0 commit comments