Commit Graph

609 Commits

Author SHA1 Message Date
Christopher Jones
bd6696c639 MFB: Set extension status back to dev 2008-04-18 02:35:08 +00:00
Christopher Jones
7f3604bbab 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:04:45 +00:00
Christopher Jones
bb4c6a7267 MFB: PECL #13523 (x86_64 build) and versioning sync 2008-04-07 22:34:03 +00:00
Christopher Jones
ca31d5bc68 MFB: Fix OCIPing 10.2 macro 2008-04-07 22:33:31 +00:00
Christopher Jones
135476bdb8 MFB: Test updates 2008-04-07 22:33:08 +00:00
Antony Dovgal
3fbf99a283 decrement parent's refcount only when destroying the child, not when decrementing child's refcount 2008-04-02 14:56:03 +00:00
Christopher Jones
7e9a08adb8 Use new version macro 2008-04-01 18:38:17 +00:00
Christopher Jones
7060c9574c oci8: Sync with 5.3 - version macro updates and DRCP tweaks 2008-03-25 02:25:03 +00:00
Christopher Jones
32ed6f39de New test for existing behavior 2008-03-12 17:52:29 +00:00
Christopher Jones
7d41cd902b Cleaned up whitespace
Fixed bug #44372 (compilation with Oracle 10gR1 libraries)
http://bugs.php.net/bug.php?id=44372

Updated updated error number list to improve re-connection
behavior after a database restart.

Guard against potential internal list corruption after ping
removes old oci_pconnect() information.

Fix ini_set("oci8.connection_class", "abc") to get an appropriate
persistent connection.

Ping at oci8.ping_interval for oci_connect() and oci_new_connect()
when DRCP connections are used. This improves non-persistent
connection reliability if a database gets restarted.
2008-03-12 01:25:13 +00:00
Christopher Jones
2da1432d75 Fix bug #41069 (db link crash). Also allow SQLT_AFC (aka CHAR datatype) in oci_bind_by_name 2008-03-04 21:45:55 +00:00
Christopher Jones
f5af5850e9 Attempt greater test portability 2008-03-04 21:05:01 +00:00
Christopher Jones
95302839d6 Use STD_PHP_INI_BOOLEAN. Fix whitespace. 2008-02-26 02:18:16 +00:00
Christopher Jones
e08e6b0214 fix test noise 2008-02-26 01:04:35 +00:00
Christopher Jones
e51eeed567 OCI8: fix bug #44008 (OCI-Lob->close) & bug #44206 (ref cursor leak) 2008-02-25 23:49:51 +00:00
Christopher Jones
5aeaeac561 MFB: sync DRCP connection pooling and FAN support from PHP 5.3 2008-02-19 01:44:29 +00:00
Christopher Jones
f4a50b0823 MFB: Test existing LOB error messages 2008-02-16 03:02:24 +00:00
Christopher Jones
a189edb7e7 MHB: Bug #44113 (New collection creation can fail with OCI-22303) 2008-02-15 23:49:21 +00:00
Christopher Jones
02a2dc3e0c New test for old, suspended bug 2008-01-31 22:02:09 +00:00
Rob Richards
7d17152cc2 fix zts build 2008-01-24 14:08:45 +00:00
Christopher Jones
f55c8670af Add ifdef 2008-01-18 16:03:23 +00:00
Christopher Jones
5d493b2982 fix #41941 (oci8 extension not lib64 savvy) 2008-01-16 00:33:26 +00:00
Christopher Jones
3ad150905d Testcase for #43492 (nested cursors) 2008-01-15 20:53:56 +00:00
Christopher Jones
c19506f680 MFB: fix #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory) 2008-01-15 20:47:50 +00:00
Nuno Lopes
1dc0e94e0f MFB: remove unused PHP_EXTNAME_API macros.
#in preparation for the gcc 4 visibility patch
2008-01-03 16:18:29 +00:00
Sebastian Bergmann
9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
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