summaryrefslogtreecommitdiff
path: root/ext/pdo_oci
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-305-5/+5
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-158-11/+4
* | | Trim trailing whitespace in testsGabriel Caruso2018-10-149-22/+22
* | | 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
* | | Removing last unusedLetargie2018-09-261-3/+0
* | | Last few changes :Letargie2018-09-262-48/+54
* | | csLetargie2018-09-211-9/+9
* | | Changes :Letargie2018-09-212-128/+172
* | | Add the PDOStatement::getColumnMeta() function to the pdo_oci driverLetargie2018-09-202-1/+448
* | | Change some permissions from 755 to 644Peter Kokot2018-08-283-0/+0
|/ /
* | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-4/+4
* | Remove unused Git attributes identPeter Kokot2018-07-259-14/+0
* | Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-051-2/+2
* | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2013-13/+13
* | year++Xinchen Hui2018-01-025-5/+5
* | Turn "pdo_stmt_methods" into constants.Dmitry Stogov2017-12-142-2/+2
* | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | Move constants into read-only data segmentDmitry Stogov2017-12-143-4/+4
* | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-2/+2
|/
* Merge branch 'PHP-7.1' into PHP-7.2Tianfang Yang2017-08-221-5/+46
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Tianfang Yang2017-08-221-5/+46
| |\
| | * Fixed bug #74631 (PDO_PCO with PHP-FPM: OCI environment initialized before PH...Ingmar Runge2017-08-221-5/+46
| * | Merge branch 'PHP-7.0' into PHP-7.1Christopher Jones2017-06-201-12/+26
| |\ \ | | |/
| | * PDO_OCI: support IC 12.2 in configure optionChristopher Jones2017-06-201-12/+26
* | | Fixed Bug #74537 (Align --with-pdo-oci configure option with --with-oci8 syntax)Christopher Jones2017-06-201-57/+54
* | | Merge branch 'PHP-7.1'Christopher Jones2017-06-201-0/+124
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Christopher Jones2017-06-201-0/+124
| |\ \ | | |/
| | * add test for bug #60994Chuck Burgess2017-06-201-0/+124