php-src/ext/pdo_oci
Nikita Popov 2d51c203f0 PDO: Store/pass query_string as zend_string
Rather than storing char* + size_t, use a zend_string*. Also
avoid various copies of the query string.
2020-12-14 10:43:28 +01:00
..
tests Make PDO_OCI test more resilient 2020-09-10 17:33:30 +10:00
config.m4 Remove HAVE_OCILOBISTEMPORARY and HAVE_OCICOLLASSIGN 2019-07-22 19:13:24 +02:00
config.w32 Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
CREDITS Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
oci_driver.c PDO: Store/pass query_string as zend_string 2020-12-14 10:43:28 +01:00
oci_statement.c Convert warnings to assetions in OCI PDO driver 2020-09-14 01:07:58 +02:00
pdo_oci.c Get rid of empty function entries 2020-08-01 10:07:05 +02:00
php_pdo_oci_int.h pdo_oci: Add support for setting and getting the oracle OCI 18c call timeout value. 2019-11-01 10:36:55 +01:00
php_pdo_oci.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00