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 ee50fcf commit 1195de8Copy full SHA for 1195de8
NEWS
@@ -13,6 +13,9 @@ PHP NEWS
13
. Fixed bug #75290 (debug info of Closures of internal functions contain
14
garbage argument names). (Andrea)
15
16
+- OCI8:
17
+ . Fixed incorrect reference counting. (Dmitry, Tianfang Yang)
18
+
19
- litespeed:
20
. Fixed bug #75248 (Binary directory doesn't get created when building
21
only litespeed SAPI). (petk)
ext/oci8/php_oci8.h
@@ -43,7 +43,7 @@
43
*/
44
#undef PHP_OCI8_VERSION
45
#endif
46
-#define PHP_OCI8_VERSION "2.1.7"
+#define PHP_OCI8_VERSION "2.1.8"
47
48
extern zend_module_entry oci8_module_entry;
49
#define phpext_oci8_ptr &oci8_module_entry
0 commit comments