summaryrefslogtreecommitdiff
path: root/ext/pdo_oci
Commit message (Expand)AuthorAgeFilesLines
* Add API to fetch bool value for PDO attribute valuesGeorge Peter Banyard2021-03-171-2/+3
* Use standard PDO way for fetching integer attribute valuesGeorge Peter Banyard2021-03-171-1/+12
* php_pdo_register_driver() might failGeorge Peter Banyard2021-01-191-1/+3
* Refactor PDO's last inserted ID handler to use and return zend_stringGeorge Peter Banyard2021-01-191-1/+1
* Refactor PDO doer handler to use zend_stringGeorge Peter Banyard2021-01-191-2/+2
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Fix misleading indentation warning in pdo_ociNikita Popov2021-01-151-4/+5
* Fix pdo_oci - declare quotedlen in oci_driver.cShivam Mathur2021-01-091-0/+1
* Refactor PDO's quoter handler to return a zend_stringGeorge Peter Banyard2021-01-071-15/+15
* Voidify PDO's fetch_error handlerGeorge Peter Banyard2021-01-061-3/+1
* Boolify PDO's preparer handlerGeorge Peter Banyard2021-01-061-4/+4
* Voidify PDO's closer handlerGeorge Peter Banyard2021-01-061-3/+1
* Boolify PDO's quoter handlerGeorge Peter Banyard2021-01-061-3/+3
* Boolify PDO's set_attribute driver functionGeorge Peter Banyard2021-01-061-24/+24
* Boolify PDO's transaction handlersGeorge Peter Banyard2021-01-061-10/+10
* Formalize pdo_dbh_check_liveness_func() return type to zend_resultGeorge Peter Banyard2021-01-061-1/+1
* Merge branch 'PHP-8.0'Christopher Jones2020-12-241-3/+10
|\
| * Fix PDO_OCI testChristopher Jones2020-12-241-3/+10
* | Fix PDO_OCI buildChristopher Jones2020-12-241-2/+2
* | Rewrite PDO result bindingNikita Popov2020-12-221-16/+18
* | PDO: Store/pass query_string as zend_stringNikita Popov2020-12-141-9/+7
* | Add GC support for PDO driver dataNikita Popov2020-10-121-3/+4
|/
* Convert warnings to assetions in OCI PDO driverGeorge Peter Banyard2020-09-141-13/+3
* Squash compile warnings the easy wayChristopher Jones2020-09-102-4/+8
* Make PDO_OCI test more resilientChristopher Jones2020-09-102-5/+5
* Fix premature test terminationChristopher Jones2020-09-101-16/+41
* Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-091-2/+2
* Fix #80027 Terrible performance using $query->fetch on queries with many bind...Matteo Beccati2020-08-311-0/+5
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-096-0/+6
* Get rid of empty function entriesMáté Kocsis2020-08-011-7/+1
* Remove proto comments from C filesMax Semenik2020-07-061-8/+4
* Fix [-Wundef] warning in PDO OCI extensionGeorge Peter Banyard2020-05-203-5/+5
* PDO_OCI: Add test of the phpinfo outputCameron Porter2020-03-041-0/+27
* Change argument error message formatMáté Kocsis2020-02-261-1/+1
* Make type error messages more consistentMáté Kocsis2020-02-171-1/+1
* Reindent phpt filesNikita Popov2020-02-0315-356/+356
* Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-1/+1
* Fix #78880: Final spelling fixesMáté Kocsis2020-01-161-3/+3
* Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-2/+2
* Fix #78880: Spelling error reportChristoph M. Becker2019-12-211-1/+1
* pdo_oci: Add support for setting and getting the oracle OCI 18c call timeout ...Cameron Porter2019-11-016-1/+145
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-255-10/+0
* Fix double free of DSN credentialsNikita Popov2019-09-091-2/+2
* Remove HAVE_OCILOBISTEMPORARY and HAVE_OCICOLLASSIGNPeter Kokot2019-07-221-28/+0
* Report errors from stream read and write operationsNikita Popov2019-07-221-2/+2
* Remove conditional calls of always available macrosPeter Kokot2019-07-141-4/+1
* Simplify PHP_CHECK_PDO_INCLUDES callsPeter Kokot2019-07-081-16/+1
* PDO: support username & password specified in DSNSjon Hortensius2019-07-021-2/+12
* Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-8/+8
* Allow exceptions in __toString()Nikita Popov2019-06-052-3/+16