summaryrefslogtreecommitdiff
path: root/ext/oci8
Commit message (Expand)AuthorAgeFilesLines
* Remove revision from OCI8 extensionPeter Kokot2018-06-101-1/+0
* Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-5/+1
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-282-9/+9
* Remove duplicated testsGabriel Caruso2018-02-222-147/+0
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2087-87/+87
* Remove duplicated informations in testsGabriel Caruso2018-02-191-4/+1
* Fix some compile results warningsGabriel Caruso2018-02-181-1/+1
* Remove trailing whitespace in inc filesGabriel Caruso2018-02-105-22/+22
* Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-041-2/+2
* Use int instead of integer in type errorsGabriel Caruso2018-02-044-5/+5
* Removed useless SEPARATE_STRING() (zend_string_extend() performs separation a...Dmitry Stogov2018-01-181-2/+1
* Simplified conversionDmitry Stogov2018-01-171-8/+5
* Use SERPARATE_ARRAYDmitry Stogov2018-01-171-1/+1
* Trailing whitespaces on ext/*Gabriel Caruso2018-01-041-9/+9
* Trailing whitespacesGabriel Caruso2018-01-036-298/+298
* Merge branch 'PHP-7.2'Xinchen Hui2018-01-031-1/+1
|\
| * Happy new year (Update copyright to 2018)Lior Kaplan2018-01-021-1/+1
| * year++Xinchen Hui2018-01-028-8/+8
* | year++Xinchen Hui2018-01-028-8/+8
* | Persistent resources are "thread-local".Dmitry Stogov2017-11-011-0/+12
* | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-274-13/+13
|/
* Fixed valgrind issueTianfang Yang2017-10-163-13/+30
* Bumped ext/oci8 versionDmitry Stogov2017-10-041-1/+1
* Use dereferenced valueDmitry Stogov2017-10-031-5/+5
* Fixed compilation errorsDmitry Stogov2017-10-031-5/+5
* Restored code for BOOL variablesDmitry Stogov2017-10-021-0/+6
* Fixed few ext/oci8 bugsDmitry Stogov2017-09-205-81/+96
* Prepare for PECL releaseTianfang Yang2017-08-141-2/+8
* Sync OCI8 on PHP 7.x branchesTianfang Yang2017-08-1310-108/+116
* Expose oci_unregister_taf_callback()Christopher Jones2017-07-267-23/+67
* Update copyright year to 2017Peter Kokot2017-07-241-1/+1
* Update PHP 5 version to 7 in header commentsPeter Kokot2017-07-241-2/+2
* Add oci8_failover.c to config.w32, follow up for commit 1b797f7aLior Kaplan2017-07-191-1/+1
* Bump OCI8 version for recent patchChristopher Jones2017-07-143-7/+22
* Add bug #74625 to package.xmlChristopher Jones2017-06-211-0/+2
* Add IN bind case to bug74625.phptChristopher Jones2017-06-211-12/+49
* Fixed bug #74625 (Integer overflow in oci_bind_array_by_name).Ingmar Runge2017-06-212-15/+44
* Remove use of obsolete create_function()Christopher Jones2017-06-216-6/+6
* Update OCI8 version test and package.xmlChristopher Jones2017-06-212-9/+9
* Bump OCI8 versionChristopher Jones2017-06-202-2/+19
* add test for bug #70700Chuck Burgess2017-06-201-0/+183
* oci8 - Implementation of Oracle TAF CallbackKoenigsKind2017-06-207-4/+250
* Fixed uninitialized data causing random crash (Dmitry)Christopher Jones2017-04-122-5/+21
* Fixed uninitialized dataDmitry Stogov2017-03-231-0/+4
* Update copyright headers to 2017Sammy Kaye Powers2017-01-048-8/+8
* Fixed bug #71148 (Bind reference overwritten on PHP 7)Christopher Jones2016-10-178-33/+261
* Prepare for OCI8 PECL releaseChristopher Jones2016-08-182-12/+10
* Remove unused OCI8 macrosChristopher Jones2016-08-161-14/+0
* Remove obsolete Id tagsChristopher Jones2016-08-094-9/+0
* Bump version in OCI8 testChristopher Jones2016-08-091-3/+3