summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8.c
Commit message (Expand)AuthorAgeFilesLines
* OCI8: fix prototypes for oci_field_*(). They can take a column index or name.Christopher Jones2014-03-191-5/+5
* Fixed Bug #66875 (Improve performance of multi-row OCI_RETURN_LOB queries)Christopher Jones2014-03-101-0/+4
* Add Oracle PL/SQL BOOLEAN type support to oci_bind_by_name()Christopher Jones2014-02-101-2/+6
* Bump yearXinchen Hui2014-01-031-1/+1
* OCI8 build change: Fix source variable definition for C89 compatibilityChristopher Jones2013-12-121-1/+3
* Bump mininum requirements for PHP OCI8 2.0 to PHP 5.2 and OracleChristopher Jones2013-10-071-37/+3
* OCI8 2.0: Added a new oci_set_db_operation() user space function for the "DB ...Christopher Jones2013-09-301-0/+16
* OCI8: Fix alloc function and DLL generationChristopher Jones2013-09-271-1/+1
* More OCI8 DTrace probe updates.Christopher Jones2013-09-261-12/+25
* Remove obsolete flagChristopher Jones2013-09-061-1/+0
* Update DTrace probesChristopher Jones2013-09-061-0/+6
* Make oci_set_*($connection,...) errors retrievable via oci_error($connection).Christopher Jones2013-09-051-50/+64
* Cast time_t since some "dtrace -G" invocations fail on time_t argumentsChristopher Jones2013-09-031-1/+1
* Allow OCI8 to be DTrace-enabled independently of core PHP's DTraceChristopher Jones2013-08-301-24/+32
* OCI8 whitespace: remove tabs embedded in codeChristopher Jones2013-08-301-1/+1
* OCI8 2.0: add oci8-check-connection probe and do some renamingChristopher Jones2013-08-271-4/+18
* Leave it to DTrace FBT to trace underlying library callsChristopher Jones2013-08-261-72/+72
* unify stdint type usageMichael Wallner2013-08-061-8/+1
* OCI8 extension: Allow Implicit Result Set statement resources to inherit the ...Christopher Jones2013-07-261-5/+3
* Fix --enable-maintainer-zts mode in OCI8 2.0Christopher Jones2013-07-251-2/+2
* Initial PHP OCI8 2.0.0-dev commit.Christopher Jones2013-07-241-237/+356
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed bug #63307 (Unused variable in oci8.c)Christopher Jones2012-10-181-1/+1
* Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Sync to 5.3 and check additional cases for #55748Christopher Jones2011-11-181-1/+16
* OCI8: Fixed bug #59985 (show normal warning text for OCI_NO_DATA). Sync NEWS.Christopher Jones2011-11-101-1/+1
* Improve OCI8 NLS env creation error messages (#58925)Christopher Jones2011-11-071-0/+9
* OCI8: improve initialization error message (See bug 60154)Christopher Jones2011-10-311-1/+4
* oci8 - Increase Oracle error message length for 11.2.0.3+Christopher Jones2011-10-251-6/+11
* Fix cast warning seen on some platformsChristopher Jones2011-07-251-2/+17
* Patch r313663 and r313665 to allow PECL builds to work with earlier releasesChristopher Jones2011-07-251-0/+12
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-3/+3
* Fix TSRMLS for Windows buildChristopher Jones2011-06-111-1/+1
* Add oci_client_version() returning the runtime Oracle client library version ...Christopher Jones2011-06-101-0/+36
* Sync OCI8 branches. Allow 'pecl install' to work on both PHP 5.3 & 5.4Christopher Jones2011-06-071-4/+24
* - Year++Felipe Pena2011-01-011-1/+1
* Improve startup failure error messagesChristopher Jones2010-11-101-0/+6
* Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). ...Christopher Jones2010-08-071-14/+0
* Fix bug #52186 (phpinfo shows 10.1 or 11.1 when installed with ORACLE_HOME 10...Christopher Jones2010-06-251-8/+15
* - fix build (declaration must be first)Pierre Joye2010-05-031-2/+2
* Fixed bug #51291 (oci_error doesn't report last error when called two times)Christopher Jones2010-03-241-6/+8
* Bug #47281 ( is limited in size of characters). Also remove redundant code l...Christopher Jones2010-01-071-3/+1
* Fixed bug #49560 (oci8: using LOBs causes slow PHP shutdown)Christopher Jones2010-01-061-14/+10
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* 1. Introduce connection attribute functions:Christopher Jones2009-10-061-1/+124
* PECL Bug #16842 (oci_error return false when NO_DATA_FOUND is raised)Christopher Jones2009-10-011-0/+6
* MFH: Mac OSX customization for initialization error messageChristopher Jones2009-03-161-12/+14
* MFH: Bug #47243 (Crash at shutdown on Windows)Christopher Jones2009-03-091-42/+33
* MFH: PECL Bug #16035 (oci_connect without ORACLE_HOME defined causes segfault)Christopher Jones2009-03-091-59/+65