summaryrefslogtreecommitdiff
path: root/ext/pdo_oci
Commit message (Expand)AuthorAgeFilesLines
* Fix PDO_OCI testChristopher Jones2020-12-241-3/+10
* 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
* Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-5/+6
* Sync AC_CHECK_SIZEOF m4 macro callsPeter Kokot2019-03-181-9/+13
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1533-54/+54
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-4/+6
* Fix file permissionsPeter Kokot2019-02-281-0/+0
* Remove unused package2.xml filePeter Kokot2019-02-281-72/+0
* Merge branch 'PHP-7.3' into PHP-7.4Christopher Jones2019-02-118-13/+381
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Christopher Jones2019-02-118-13/+381
| |\
| | * pdo_oci: Add client identifier and module attrsCameron Porter2019-02-118-45/+206
| | * pdo_oci: Register new attr constants and add testsCameron Porter2019-02-114-0/+169
| | * pdo_oci: Add PDO_OCI_ATTR_ACTION and CLIENT_INFOCameron Porter2019-02-112-0/+38
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-158-11/+4
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-148-21/+21
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-133-6/+6
| | * year++Xinchen Hui2018-01-025-5/+5
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-158-11/+4
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-148-21/+21
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| * | Trim trailing whitespace in source code filesPeter Kokot2018-10-132-2/+2
* | | Remove local variablesPeter Kokot2019-02-037-42/+2