Xinchen Hui
c0d060f5c0
Bump year
2014-01-03 11:04:26 +08:00
Xinchen Hui
0a7395e009
Happy New Year
2013-01-01 16:28:54 +08:00
Felipe Pena
4e19825281
- Year++
2012-01-01 13:15:04 +00:00
Christopher Jones
57536d31eb
Add explicit casts to remove some of Pierre's snapshot build warnings
2011-07-27 00:04:47 +00:00
Felipe Pena
0203cc3d44
- Year++
2011-01-01 02:17:06 +00:00
Christopher Jones
2b024611de
Bug #51691 (Unnecessary realloc causes crashes in PHP trunk tests with interned strings). Updated tests check some other edge cases
2010-04-29 05:07:16 +00:00
Christopher Jones
fd42b5064c
Initialize vars to prevent valgrind warnings in some cases
2010-04-24 00:44:56 +00:00
Christopher Jones
9cd79b40c5
Fixed Bug #51577 (Uninitialized memory reference with oci_bind_array_by_name)
2010-04-16 20:36:40 +00:00
Kalle Sommer Nielsen
7ef4cdf471
Remove a couple TSRMLS_FETCH() calls around ext/main/sapi
2010-04-13 11:02:15 +00:00
Christopher Jones
5e8e34bac8
Fixed bug #49560 (oci8: using LOBs causes slow PHP shutdown)
...
- Improved descriptor refcounting to remove unneeded items sooner
- Replaced n^2 list traversal during descriptor list destruction
2010-01-06 18:58:16 +00:00
Sebastian Bergmann
9ba1e81665
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
2010-01-03 09:23:27 +00:00
Christopher Jones
2769ae0444
1. Introduce connection attribute functions:
...
oci_set_module_name
oci_set_action
oci_set_client_info
oci_set_client_identifier
These functions set values that are visible and used by the
database. They aid tracing, authentication and auditing.
2. Introduce connection attribute function:
oci_set_edition
Oracle 11g R2 "editions" allow multiple versions of DB objects
to exist at one time. By setting different editions, two
different versions of an application can run concurrently,
making upgrades or A/B testing easier.
3. Introduce OCI_NO_AUTO_COMMIT as an alias for the OCI_DEFAULT
constant (which is not the default value) used by oci_execute().
4. Allow the oci_set_prefetch value to be 0. This is important in
some cases using REF CURSORS in Oracle 11gR2.
5. Set the DRIVER_NAME attribute of Oracle Database 11gR2
connections to aid application tracing. The value used is to
"PHP OCI8" followed by the OCI8 version number. Note the
version number may get truncated in DB views such as
v$session_connect_info.
6. Generate an error if an invalid resource type is used in
oci_bind_by_name
[DOC] Documentation will be added for the changes
2009-10-06 22:36:32 +00:00
Christopher Jones
1781af46ec
MFH: Bug #46994 (CLOB size does not update when using CLOB IN OUT param in stored procedure)
2009-03-11 16:47:14 +00:00
Christopher Jones
10ff16d21b
MFH: Make non-public prototype match the type passed at call
2009-03-09 20:58:51 +00:00
Sebastian Bergmann
08659c2dcd
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:15:49 +00:00
Christopher Jones
b8e1d4d4e5
MFB: OCI8: Remove macros obsoleted by rev 1.55.2.3.2.11.2.1 when Oracle 8 support was dropped
2008-06-05 23:43:10 +00:00
Christopher Jones
08eaa56798
MFH
...
Code:
- Do scope-end release for oci_pconnect (oci8.old_oci_close_semantics=1 gives old behavior)
- Fix session reuse with 10.2 client libs
- Fix the Ping macro version check for 10.2
- Add type check associated with zend_list_find
- Code connection re-organized for reuse
- Format comments
- WS changes
- Prepare for new PECL release
Tests:
- Add new tests
- Rationalize password tests
- Revert use of __DIR__ so tests will work with PHP 5.2
- Update some skipifs to make tests more portable
2008-04-18 00:05:27 +00:00
Antony Dovgal
aa555ca0a9
MFH
2008-04-02 14:56:21 +00:00
Christopher Jones
bb03788897
revert stmt release on connection error change (and sync with PHP 6)
2008-03-25 17:38:07 +00:00
Christopher Jones
c401491ca0
Further improvements to error handling
2008-03-22 01:27:50 +00:00
Christopher Jones
af6734c1ff
MFH Fix bug #41069 (db link crash). Also allow SQLT_AFC (aka CHAR datatype) in oci_bind_by_name
2008-03-04 21:46:24 +00:00
Christopher Jones
b4b099ae19
MFH: OCI8: fix bug #44008 (OCI-Lob->close) & bug #44206 (ref cursor leak)
2008-02-25 23:50:51 +00:00
Christopher Jones
87dcb8df8e
Merge DRCP & FAN support. PHP6 sync will happen later
2008-01-31 01:33:30 +00:00
Sebastian Bergmann
d1dded8751
MFH: Bump copyright year, 2 of 2.
2007-12-31 07:17:19 +00:00
Christopher Jones
02ecdf0821
MFB: Fix #42496 . Cursor leak fetching LOBs
2007-12-11 06:46:16 +00:00
Christopher Jones
f894c6ece7
MFH: Bug #42173 (INTERVAL and TIMESTAMP type fixes)
2007-08-02 19:04:37 +00:00
Antony Dovgal
9efa1d8914
MFH: fix #42134 (oci_error() returns false after oci_new_collection() fails)
2007-07-31 19:21:08 +00:00
Christopher Jones
d2219c0a1a
MFH: add casts to fix compilation warnings
2007-07-18 15:10:42 +00:00
Antony Dovgal
a87f7117ff
MFH: enable statement cache for non-persistent connections (patch by Chris Jones)
2007-06-08 08:44:39 +00:00
Antony Dovgal
ecd42f9774
MFH: fix #41594 (Statement cache is flushed too frequently)
2007-06-05 07:49:00 +00:00
Antony Dovgal
37b4db2d00
allocate descriptors dynamically
2007-03-01 22:27:44 +00:00
Antony Dovgal
4f6f150490
MFH: fix segfault on rebindinging and rexecuting a statement with LOBs
...
fix compile failure in ZTS mode when collections support is missing
2007-01-31 13:55:43 +00:00
Antony Dovgal
de3c2038af
PHP4 compatibility
2007-01-25 09:31:23 +00:00
Antony Dovgal
f361d9e4f0
MFH: fix #39988 (type argument of oci_define_by_name() is ignored)
...
patch and tests by Chris Jones
2007-01-11 12:01:08 +00:00
Antony Dovgal
12d54fa683
MFH: fix #40078 (ORA-01405 when fetching NULL values using oci_bind_array_by_name())
2007-01-11 11:27:52 +00:00
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
2007-01-01 09:36:18 +00:00
Antony Dovgal
7dc7882745
MFH
2006-12-25 21:47:02 +00:00
Ilia Alshanetsky
7efb0a14f4
Use safe_emalloc()
2006-12-25 21:41:04 +00:00
Antony Dovgal
7563d4f573
fix possible issue with negative values in oci_set_prefetch
...
(reported by Chris Jones)
2006-11-10 20:13:36 +00:00
Antony Dovgal
4106eee7c7
fix segfault in ZTS mode when statements containing sub-statements are destroyed in wrong order
2006-11-10 16:33:41 +00:00
Antony Dovgal
3bd0f950da
fix win32 build
2006-10-13 14:26:34 +00:00
Antony Dovgal
d087c87ffe
MFH: use connection charset when reading LOB data
2006-10-12 10:04:12 +00:00
Antony Dovgal
3a48a290a0
MFH: fix PECL bug #8816 (issue in php_oci_statement_fetch with more than one piecewise column)
...
patch by jeff at badtz-maru dot com
2006-10-09 09:34:55 +00:00
Antony Dovgal
7800711d34
MFH: fix leak when binding a variable to the same placeholder several times
2006-09-12 11:42:44 +00:00
Antony Dovgal
75b8cd741b
last portion of z/Z fixes
2006-08-31 16:15:24 +00:00
Antony Dovgal
08a9ab02ba
minor improvements
2006-08-22 11:09:12 +00:00
Antony Dovgal
70e59e2999
MFH: fix PECL bug #8112 (OCI8 persistent connections misbehave when Apache process times out)
2006-08-21 16:41:13 +00:00
Antony Dovgal
3a0f857173
minor CS/WS fixes
2006-08-15 13:08:34 +00:00
Antony Dovgal
c9c05bece9
add support for NCLOBs
...
fix #35973 (Error ORA-24806 occurs when trying to fetch a NCLOB field)
2006-08-09 15:24:27 +00:00
Antony Dovgal
946594bb6b
MFH: fix #38161 (oci_bind_by_name() returns garbage when Oracle didn't set the variable)
2006-08-09 12:15:43 +00:00