Commit Graph

583 Commits

Author SHA1 Message Date
Christopher Jones
fc1a0266bb MFB: Fix #42496. Cursor leak fetching LOBs 2007-12-11 06:29:38 +00:00
Antony Dovgal
c4bf9143c8 remove Oracle8 support (it should have been done long ago..) 2007-11-13 11:09:30 +00:00
Yiduo (David) Wang
95da0dc570 Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00
Dmitry Stogov
8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
Christopher Jones
c9a404eba8 MFB New tests 2007-08-30 17:34:01 +00:00
Antony Dovgal
da2a302e78 fix lib/lib32 checks to work with broken Solaris shell 2007-08-14 12:14:53 +00:00
Christopher Jones
c581da4b56 oci8: merge changes to build with Oracle Database 11g 2007-08-10 06:58:12 +00:00
Christopher Jones
bf94c89a8c flush persistent connection after password change 2007-08-06 20:31:40 +00:00
Christopher Jones
6f58b504ad MFB: New oci8 test for oci_password_change() 2007-08-03 01:55:34 +00:00
Christopher Jones
88edc2cf95 Treat privileged oci_pconnect() as non-persistent 2007-08-02 22:49:58 +00:00
Christopher Jones
95461653da Bug #42173 (INTERVAL and TIMESTAMP type fixes) 2007-08-02 19:04:21 +00:00
Christopher Jones
d9f25a2924 New test for error handling 2007-08-01 15:18:25 +00:00
Antony Dovgal
a2eef01a45 add test (thanks Chris!) 2007-07-31 21:11:22 +00:00
Antony Dovgal
c26725cc1a missing part of the fix for bug #42134 2007-07-31 21:08:38 +00:00
Antony Dovgal
ac1452b21f fix #42134 (oci_error() returns false after oci_new_collection() fails) 2007-07-31 19:19:39 +00:00
Christopher Jones
ab25af8aeb Add casts to fix compilation warnings 2007-07-18 15:09:37 +00:00
Antony Dovgal
a26699d806 more build fixes 2007-07-16 19:16:00 +00:00
Antony Dovgal
f3c571484e fix win32 build 2007-07-16 19:12:47 +00:00
Antony Dovgal
879cd8b7be don't allow $PHP_OCI8 to be empty when OCI8 is enabled 2007-07-13 09:23:46 +00:00
Antony Dovgal
5a4d3c651b check PHP version only when enabled
and replace tabs with spaces
2007-07-11 22:15:44 +00:00
Antony Dovgal
9ccab685db use correct types for scale and precision 2007-07-09 09:08:52 +00:00
Christopher Jones
46352311e1 Bug #41917: New OCI8 tests for scale and precision 2007-07-06 23:31:36 +00:00
foobar
f0f44a3652 - Fix some configure --help texts 2007-07-03 17:24:39 +00:00
Christopher Jones
8387813bd9 MFB: new test 2007-07-03 15:10:53 +00:00
Christopher Jones
1c9f242b5c MFB. Add testing steps 2007-06-29 14:28:49 +00:00
Antony Dovgal
6877ebd6b1 MFB 2007-06-28 17:27:20 +00:00
Antony Dovgal
d2d0ada9da fix #41711 (Null temporary lobs not supported) 2007-06-25 18:25:08 +00:00
Antony Dovgal
8bb463c82d enable statement cache for non-persistent connections (patch by Chris Jones) 2007-06-08 08:44:26 +00:00
Antony Dovgal
3e09aa938d fix #41594 (Statement cache is flushed too frequently) 2007-06-05 07:48:16 +00:00
Antony Dovgal
8d9be0338b fix test names 2007-05-07 16:50:40 +00:00
Antony Dovgal
97b3be772a fix tests 2007-05-07 12:09:50 +00:00
Antony Dovgal
0d77b46f36 fix test 2007-05-07 08:25:21 +00:00
Antony Dovgal
9d5afbdfc4 fix spelling 2007-05-04 11:30:27 +00:00
Antony Dovgal
f330a25c9b fix "checking checking" noticed by Mikko 2007-05-04 09:05:15 +00:00
Antony Dovgal
9d57173cdf fix #10194 (crash in Oracle client when memory limit reached in the callback)
preallocate the required buffer, so that it would fail earlier.
2007-03-29 09:30:25 +00:00
Antony Dovgal
ee1a525351 Oracle seems to return non zero terminated strings or strings with only 1 zero at the end in Unicode mode
surely u_strlen() doesn't like it, so lets use OCIStringSize() and avoid u_strlen()
2007-03-28 23:05:36 +00:00
Antony Dovgal
7f4d7749e1 mask resource numbers 2007-03-02 09:12:13 +00:00
Antony Dovgal
42645d14a9 new tests by Chris and me 2007-03-01 23:28:51 +00:00
Antony Dovgal
aadee72682 MFB: allocate and define descriptors dynamically 2007-03-01 23:28:13 +00:00
Marcus Boerger
20a40063c5 - avoid sprintf 2007-02-24 16:25:58 +00:00
Antony Dovgal
94ab958454 output debug messages before calling OCI functions 2007-02-13 20:19:50 +00:00
Antony Dovgal
5ea43ad90c typofixes and other improvements by Chris Jones 2007-02-12 09:36:11 +00:00
Antony Dovgal
3c10602950 fix compile failure in ZTS mode when collections support is missing 2007-01-31 12:45:56 +00:00
Antony Dovgal
74e11c349c fix segfault on re-binding and re-executing a statement
improve the test
patch by Chris Jones
2007-01-31 10:36:20 +00:00
Antony Dovgal
fdec496b73 improve test
patch by Chris Jones
2007-01-30 11:43:07 +00:00
Antony Dovgal
47514fd793 fix test
different Oracle client versions report different error messages
2007-01-29 16:18:15 +00:00
Antony Dovgal
a4c6b4b0f3 fix test 2007-01-29 16:16:07 +00:00
Antony Dovgal
e4cd5235fd fix test 2007-01-19 19:43:25 +00:00
Antony Dovgal
1494f6f9df fix #39988 (type argument of oci_define_by_name() is ignored)
patch and tests by Chris Jones
2007-01-11 11:58:34 +00:00
Antony Dovgal
4a7093c531 fix #40078 (ORA-01405 when fetching NULL values using oci_bind_array_by_name()) 2007-01-11 11:26:36 +00:00