Skip to content

Commit 1195de8

Browse files
committed
Bumped ext/oci8 version
1 parent ee50fcf commit 1195de8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ PHP NEWS
1313
. Fixed bug #75290 (debug info of Closures of internal functions contain
1414
garbage argument names). (Andrea)
1515

16+
- OCI8:
17+
. Fixed incorrect reference counting. (Dmitry, Tianfang Yang)
18+
1619
- litespeed:
1720
. Fixed bug #75248 (Binary directory doesn't get created when building
1821
only litespeed SAPI). (petk)

ext/oci8/php_oci8.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
*/
4444
#undef PHP_OCI8_VERSION
4545
#endif
46-
#define PHP_OCI8_VERSION "2.1.7"
46+
#define PHP_OCI8_VERSION "2.1.8"
4747

4848
extern zend_module_entry oci8_module_entry;
4949
#define phpext_oci8_ptr &oci8_module_entry

0 commit comments

Comments
 (0)