mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-8.0'
* PHP-8.0: Add Windows support for OCI 19
This commit is contained in:
commit
b59156ca8c
5 changed files with 59 additions and 1 deletions
|
@ -934,6 +934,7 @@ default_socket_timeout = 60
|
|||
;extension=exif ; Must be after mbstring as it depends on it
|
||||
;extension=mysqli
|
||||
;extension=oci8_12c ; Use with Oracle Database 12c Instant Client
|
||||
;extension=oci8_19 ; Use with Oracle Database 19 Instant Client
|
||||
;extension=odbc
|
||||
;extension=openssl
|
||||
;extension=pdo_firebird
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue