summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFH: PECL Bug #15988 (sqlnet.ora isn't read with older Oracle libraries)Christopher Jones2009-03-091-0/+16
* MFH: Bug #46623 (phpinfo doesn't show compile time ORACLE_HOME with phpize)Christopher Jones2009-03-091-11/+5
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-95/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+95
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-95/+0
* MFH: Bug #45888 (Refcounting in ZTS mode)Christopher Jones2008-08-281-4/+8
* fix 11g crapAntony Dovgal2008-08-061-1/+1
* - MFH: fix oci8_11g when build shared (invalid extension)Pierre Joye2008-08-051-2/+2
* MFHChristopher Jones2008-07-241-2/+2
* Allow PECL builds with PHP 4. No MTH neededChristopher Jones2008-07-171-0/+104
* MFH: [DOC] Add LOB & Collection class parameter reflectionChristopher Jones2008-07-161-34/+175
* MFHChristopher Jones2008-07-161-162/+570
* MFB: OCI8: Remove macros obsoleted by rev 1.55.2.3.2.11.2.1 when Oracle 8 sup...Christopher Jones2008-06-051-118/+18
* MFHChristopher Jones2008-04-181-271/+330
* Fix OCIPing 10.2 macroChristopher Jones2008-04-071-1/+1
* Use new version macro. Make code portable to older PHP versionsChristopher Jones2008-04-011-1/+3
* rename PHP_OCI8_VERSION in preparation for peclversioning RFC. Remove obsole...Christopher Jones2008-03-251-4/+2
* Further improvements to error handlingChristopher Jones2008-03-221-30/+73
* MFHChristopher Jones2008-03-121-372/+509
* MFH: Use STD_PHP_INI_BOOLEAN. Fix whitespace.Christopher Jones2008-02-261-9/+9
* Streamlined code and incorporated review comments. Respect oci8.ping_interval...Christopher Jones2008-02-161-177/+209