mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Bumped ext/oci8 version
This commit is contained in:
parent
ee50fcfa27
commit
1195de87ff
2 changed files with 4 additions and 1 deletions
3
NEWS
3
NEWS
|
@ -13,6 +13,9 @@ PHP NEWS
|
|||
. Fixed bug #75290 (debug info of Closures of internal functions contain
|
||||
garbage argument names). (Andrea)
|
||||
|
||||
- OCI8:
|
||||
. Fixed incorrect reference counting. (Dmitry, Tianfang Yang)
|
||||
|
||||
- litespeed:
|
||||
. Fixed bug #75248 (Binary directory doesn't get created when building
|
||||
only litespeed SAPI). (petk)
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
*/
|
||||
#undef PHP_OCI8_VERSION
|
||||
#endif
|
||||
#define PHP_OCI8_VERSION "2.1.7"
|
||||
#define PHP_OCI8_VERSION "2.1.8"
|
||||
|
||||
extern zend_module_entry oci8_module_entry;
|
||||
#define phpext_oci8_ptr &oci8_module_entry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue