summaryrefslogtreecommitdiff
path: root/ext/oci8
Commit message (Expand)AuthorAgeFilesLines
* Prepare for OCI8 PECL releaseChristopher Jones2016-08-182-11/+9
* Fixed invalid handle error with Implicit Result Sets and bump OCI8 version.Christopher Jones2016-08-043-7/+23
* Mask DB usernames from expected test output for test portabilityChristopher Jones2016-07-074-4/+4
* Fix old comment cut-n-paste errorChristopher Jones2016-04-141-3/+3
* Fixed bug #71422 (Fix ORA-01438: value larger than specified precision allowe...Christopher Jones2016-04-144-7/+90
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-018-8/+8
* Update READMEChristopher Jones2015-12-131-8/+14
* Prepare for a PECL releaseChristopher Jones2015-12-122-12/+16
* Fix compile warnings about comparison of unsigned expression always being trueChristopher Jones2015-11-072-5/+1
* Bump OCI8 versionChristopher Jones2015-11-072-58/+74
* Fix bug 68298 (PHP OCI8 OCI int overflow) (Senthil)Christopher Jones2015-11-072-1/+59
* bump yearXinchen Hui2015-01-157-7/+7
* Update copyright year to 2014Lior Kaplan2014-06-181-1/+1
* OCI8: fix prototypes for oci_field_*(). They can take a column index or name.Christopher Jones2014-03-195-28/+43
* Change test package name ARRAYBINDPKG1 to a per-file unique name to aid paral...Christopher Jones2014-03-1924-113/+113
* Fixed Bug #66875 (Improve performance of multi-row OCI_RETURN_LOB queries)Christopher Jones2014-03-106-6/+28
* a few typofixesVeres Lajos2014-02-141-1/+1
* Fix mergeChristopher Jones2014-02-101-0/+1
* Add Oracle PL/SQL BOOLEAN type support to oci_bind_by_name()Christopher Jones2014-02-107-14/+282
* Bump yearXinchen Hui2014-01-037-7/+7
* OCI8 build change: Fix source variable definition for C89 compatibilityChristopher Jones2013-12-123-6/+23
* Added a LICENSE file to make it easier for PECL binary distributions to confo...Christopher Jones2013-10-223-10/+94
* Add missing test to package.xmlChristopher Jones2013-10-171-0/+1
* Prepare for OCI8 2.0.5 releaseChristopher Jones2013-10-172-8/+6
* OCI8: More test updatesChristopher Jones2013-10-162-1/+17
* OCI8: Mostly SKIPIF version updates to simplify version checks at the expense...Christopher Jones2013-10-1647-557/+168
* OCI8: sync README and package.xml descriptionsChristopher Jones2013-10-102-16/+25
* Re-enable OCI8 DLL builds with Oracle 10g & 11g client libraries onChristopher Jones2013-10-092-0/+94
* Add new tests to package.xmlChristopher Jones2013-10-071-0/+2
* Add new testsChristopher Jones2013-10-072-0/+130
* Bump mininum requirements for PHP OCI8 2.0 to PHP 5.2 and OracleChristopher Jones2013-10-078-136/+22
* OCI8 2.0: Added a new oci_set_db_operation() user space function for the "DB ...Christopher Jones2013-09-302-0/+48
* Prepare for next releaseChristopher Jones2013-09-272-5/+20
* OCI8: Fix alloc function and DLL generationChristopher Jones2013-09-273-7/+23
* More OCI8 DTrace probe updates.Christopher Jones2013-09-268-35/+93
* Build OCI8 2.0 on Windows with Oracle Database 12c libraries onlyChristopher Jones2013-09-181-61/+17
* Remove obsolete flagChristopher Jones2013-09-064-11/+1
* Update DTrace probesChristopher Jones2013-09-065-7/+16
* Add test for oci_set_* error changesChristopher Jones2013-09-061-0/+72
* Make oci_set_*($connection,...) errors retrievable via oci_error($connection).Christopher Jones2013-09-058-402/+527
* Cast time_t since some "dtrace -G" invocations fail on time_t argumentsChristopher Jones2013-09-033-3/+3
* Allow OCI8 to be DTrace-enabled independently of core PHP's DTraceChristopher Jones2013-08-305-57/+161
* OCI8: remove unused ext/oci8/config.m4 macroChristopher Jones2013-08-301-16/+0
* OCI8 whitespace: remove tabs embedded in codeChristopher Jones2013-08-303-4/+4
* OCI8 2.0: add oci8-check-connection probe and do some renamingChristopher Jones2013-08-274-10/+26
* Use "__" consistently in OCI8 DTrace probe definitions. It maps to "-" in the...Christopher Jones2013-08-261-11/+11
* Leave it to DTrace FBT to trace underlying library callsChristopher Jones2013-08-267-379/+188
* Fix unused variable warning in OCI8 2.0Christopher Jones2013-08-131-4/+4
* Merge branch '2Guploads'Michael Wallner2013-08-091-8/+1
|\
| * unify stdint type usageMichael Wallner2013-08-061-8/+1