Stanislav Malyshev
|
5c50be3674
|
fix instantclient detection
|
2008-10-22 19:29:24 +00:00 |
|
Stanislav Malyshev
|
f2ada381bb
|
improve OCI detection
|
2008-10-10 20:05:05 +00:00 |
|
Stanislav Malyshev
|
74c83ca209
|
revert last change
|
2008-09-03 19:21:11 +00:00 |
|
Stanislav Malyshev
|
47980ee785
|
better detection for client libraries
|
2008-09-03 18:42:12 +00:00 |
|
Pierre Joye
|
6c45fceb01
|
- MFH: fix EOL broken by previous commit
|
2008-08-01 19:09:47 +00:00 |
|
Pierre Joye
|
d5f767c0e0
|
drop 8.x support
|
2008-08-01 18:57:30 +00:00 |
|
Jani Taskinen
|
281352fe02
|
MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable all
MFH: enabled-by-default drivers. Also error out if you try to configure
MFH: a driver as static but pdo is disabled.
|
2008-07-25 13:46:24 +00:00 |
|
Pierre Joye
|
39ae248465
|
- MFH: Segfault when an exception is thrown on persistent connections
|
2008-07-22 06:51:00 +00:00 |
|
Pierre Joye
|
86a493f435
|
- SAB: #41996, Problem accessing Oracle ROWID (Martin Jansen)
|
2008-07-21 17:35:50 +00:00 |
|
Felipe Pena
|
739a4d503b
|
MFB: Fixed bug #44373 (PDO_OCI extension compile failed)
|
2008-03-08 14:03:20 +00:00 |
|
Nuno Lopes
|
61eb7ae554
|
remove unused PHP_EXTNAME_API macros.
#in preparation for the gcc 4 visibility patch
|
2008-01-03 16:20:33 +00:00 |
|
Sebastian Bergmann
|
d1dded8751
|
MFH: Bump copyright year, 2 of 2.
|
2007-12-31 07:17:19 +00:00 |
|
Christopher Jones
|
922d1fce29
|
Sync with 5.2
|
2007-12-11 06:57:39 +00:00 |
|
Dmitry Stogov
|
6c810b0d4c
|
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
|
2007-09-27 18:00:48 +00:00 |
|
Christopher Jones
|
63bfa32aee
|
New tests for getAttribute
|
2007-08-31 21:09:43 +00:00 |
|
Christopher Jones
|
af387e49ba
|
Add $dbh->getAttribute() support for ATTR_SERVER_VERSION, ATTR_SERVER_INFO, ATTR_CLIENT_VERSION, ATTR_AUTOCOMMIT. Sync WS between PHP 5 & 6 and add a couple of casts.
|
2007-08-31 21:08:48 +00:00 |
|
Christopher Jones
|
440ed3da7f
|
PDO_OCI: fix Instant Client build broken by logic correction during previous Solaris lib/lib32 fix
|
2007-08-17 13:30:36 +00:00 |
|
Antony Dovgal
|
35591acebd
|
MFH
|
2007-08-14 12:15:04 +00:00 |
|
Christopher Jones
|
decd278a8d
|
pdo_oci: MFH with Ilia's OK: changes to build with Oracle Database 11g
|
2007-08-10 07:01:47 +00:00 |
|
Christopher Jones
|
5534e4381d
|
Fix message grammar and capitalization
|
2007-08-02 19:38:08 +00:00 |
|
foobar
|
7ed3c4536d
|
MFH: Fix some configure --help texts
|
2007-07-03 17:25:43 +00:00 |
|
Christopher Jones
|
38af2c5741
|
Added basic PDO->quote() functionality to PDO_OCI
|
2007-07-03 04:32:27 +00:00 |
|
Christopher Jones
|
d6e320d849
|
Fix Bug #11345 Seg fault after NLS environment initialization error
|
2007-06-30 02:30:35 +00:00 |
|
Christopher Jones
|
82c2452bf9
|
Test for old bug fixed in some previous, unknown change
|
2007-06-29 15:01:51 +00:00 |
|
Antony Dovgal
|
1f65545121
|
fix test names
|
2007-05-07 18:03:01 +00:00 |
|
Antony Dovgal
|
ab84306fc7
|
fix #41043 (pdo_oci crash when freeing error text with persistent connection)
|
2007-04-10 20:28:49 +00:00 |
|
Antony Dovgal
|
c5732112a9
|
fix leak
readuce size of the buffer to prevent ORA-01461
|
2007-01-26 15:07:45 +00:00 |
|
Antony Dovgal
|
725217571e
|
fix PECL bug #7295 (ORA-01405: fetched column value is NULL on LOB fields)
|
2007-01-22 12:49:22 +00:00 |
|
Ilia Alshanetsky
|
e095b94609
|
Fixed compiler warnings
|
2007-01-01 19:24:50 +00:00 |
|
Sebastian Bergmann
|
4223aa4d5e
|
MFH: Bump year.
|
2007-01-01 09:36:18 +00:00 |
|
Antony Dovgal
|
b16f925e37
|
MFH
|
2006-12-27 10:31:10 +00:00 |
|
Edin Kadribasic
|
bbf97549b8
|
Remove pecl includes (Steph), except pdo_odbc which will remain broke
|
2006-05-11 21:43:59 +00:00 |
|
Wez Furlong
|
30f98ae77b
|
set min pdo dep to 1.0.3, which will be the new pecl release
|
2006-05-02 02:43:11 +00:00 |
|
Antony Dovgal
|
eab2f690fd
|
fix skip condition
|
2006-03-28 23:15:40 +00:00 |
|
Antony Dovgal
|
4e75cd5548
|
Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 (also fixes bug #36764)
|
2006-03-18 22:06:31 +00:00 |
|
Sara Golemon
|
a790d6ed3d
|
Fix copy/paste problems for instantclient
|
2006-02-16 02:03:13 +00:00 |
|
Antony Dovgal
|
96723680d0
|
MFH: fix #35907 (PDO_OCI uses hardcoded lib path $ORACLE_HOME/lib)
|
2006-01-06 11:48:19 +00:00 |
|
foobar
|
5bd93221a8
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
|
foobar
|
3e669bc950
|
MFH: nuke php3 legacy
|
2005-12-06 02:28:41 +00:00 |
|
Wez Furlong
|
17683295e4
|
switch to package2.xml
|
2005-12-04 22:34:26 +00:00 |
|
Wez Furlong
|
559c624806
|
Fix PECL Bug #6102; fails to configure for instant client on OSX.
In addition, make it work for the instant client install on my gentoo box.
|
2005-11-30 03:18:09 +00:00 |
|
Antony Dovgal
|
3b3f8137c3
|
MFH: plug memory leak
fix config.m4
|
2005-11-27 18:36:11 +00:00 |
|
Wez Furlong
|
339b4dbd6f
|
going stable
|
2005-11-26 21:25:39 +00:00 |
|
foobar
|
366832fbd2
|
MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :)
|
2005-11-25 16:01:41 +00:00 |
|
Wez Furlong
|
00df9b67ce
|
Fixes PECL Bug #5868; wrong iters count for OCIStmtExecute
|
2005-11-04 18:11:40 +00:00 |
|
Edin Kadribasic
|
fbc6470cb6
|
Fix ZTS build
|
2005-11-01 14:18:20 +00:00 |
|
Wez Furlong
|
872661b91d
|
prep for PECL release
|
2005-11-01 03:04:49 +00:00 |
|
Wez Furlong
|
b3b9ee1467
|
hrmm, typo fix.
|
2005-11-01 03:04:25 +00:00 |
|
Wez Furlong
|
2baf1500e0
|
Closes PECL Bug #5722; BLOB support was half-baked.
|
2005-10-31 02:11:27 +00:00 |
|
Antony Dovgal
|
579c9abfb3
|
MFH: quick fix for #35003 (Warning: PDOStatement::fetch(): column 0 data was too large for buffer and was)
|
2005-10-28 15:02:09 +00:00 |
|