summaryrefslogtreecommitdiff
path: root/ext/oci8
Commit message (Expand)AuthorAgeFilesLines
* MFB: Fix #42496. Cursor leak fetching LOBsChristopher Jones2007-12-114-1/+233
* remove Oracle8 support (it should have been done long ago..)Antony Dovgal2007-11-131-41/+4
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-3/+3
* MFB New testsChristopher Jones2007-08-302-0/+255
* fix lib/lib32 checks to work with broken Solaris shellAntony Dovgal2007-08-141-3/+3
* oci8: merge changes to build with Oracle Database 11gChristopher Jones2007-08-101-3/+14
* flush persistent connection after password changeChristopher Jones2007-08-062-3/+20
* MFB: New oci8 test for oci_password_change()Christopher Jones2007-08-031-0/+94
* Treat privileged oci_pconnect() as non-persistentChristopher Jones2007-08-021-0/+5
* Bug #42173 (INTERVAL and TIMESTAMP type fixes)Christopher Jones2007-08-023-1/+296
* New test for error handlingChristopher Jones2007-08-011-0/+184
* add test (thanks Chris!)Antony Dovgal2007-07-311-0/+140
* missing part of the fix for bug #42134Antony Dovgal2007-07-311-7/+16
* fix #42134 (oci_error() returns false after oci_new_collection() fails)Antony Dovgal2007-07-316-4/+50
* Add casts to fix compilation warningsChristopher Jones2007-07-184-27/+28
* more build fixesAntony Dovgal2007-07-161-1/+1
* fix win32 buildAntony Dovgal2007-07-161-1/+1
* don't allow $PHP_OCI8 to be empty when OCI8 is enabledAntony Dovgal2007-07-131-0/+6
* check PHP version only when enabledAntony Dovgal2007-07-111-12/+13
* use correct types for scale and precisionAntony Dovgal2007-07-091-2/+2
* Bug #41917: New OCI8 tests for scale and precisionChristopher Jones2007-07-063-12/+82
* - Fix some configure --help textsfoobar2007-07-031-4/+3
* MFB: new testChristopher Jones2007-07-031-0/+1041
* MFB. Add testing stepsChristopher Jones2007-06-291-12/+87
* MFBAntony Dovgal2007-06-281-11/+20
* fix #41711 (Null temporary lobs not supported)Antony Dovgal2007-06-252-2/+344
* enable statement cache for non-persistent connections (patch by Chris Jones)Antony Dovgal2007-06-082-3/+3
* fix #41594 (Statement cache is flushed too frequently)Antony Dovgal2007-06-051-2/+2
* fix test namesAntony Dovgal2007-05-078-8/+8
* fix testsAntony Dovgal2007-05-072-2/+2
* fix testAntony Dovgal2007-05-071-1/+1
* fix spellingAntony Dovgal2007-05-041-1/+1
* fix "checking checking" noticed by MikkoAntony Dovgal2007-05-041-2/+2
* fix #10194 (crash in Oracle client when memory limit reached in the callback)Antony Dovgal2007-03-294-3/+126
* Oracle seems to return non zero terminated strings or strings with only 1 zer...Antony Dovgal2007-03-281-2/+5
* mask resource numbersAntony Dovgal2007-03-021-3/+3
* new tests by Chris and meAntony Dovgal2007-03-015-47/+414
* MFB: allocate and define descriptors dynamicallyAntony Dovgal2007-03-012-30/+98
* - avoid sprintfMarcus Boerger2007-02-241-3/+3
* output debug messages before calling OCI functionsAntony Dovgal2007-02-131-6/+6
* typofixes and other improvements by Chris JonesAntony Dovgal2007-02-123-33/+41
* fix compile failure in ZTS mode when collections support is missingAntony Dovgal2007-01-312-0/+8
* fix segfault on re-binding and re-executing a statementAntony Dovgal2007-01-313-12/+47
* improve testAntony Dovgal2007-01-301-2/+95
* fix testAntony Dovgal2007-01-291-2/+2
* fix testAntony Dovgal2007-01-291-2/+0
* fix testAntony Dovgal2007-01-191-1/+1
* fix #39988 (type argument of oci_define_by_name() is ignored)Antony Dovgal2007-01-117-2/+512
* fix #40078 (ORA-01405 when fetching NULL values using oci_bind_array_by_name())Antony Dovgal2007-01-114-5/+85