History log of /PHP-5.5/ext/pdo_oci/oci_statement.c (Results 26 – 50 of 53)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# e095b946 01-Jan-2007 Ilia Alshanetsky

Fixed compiler warnings


# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


# b16f925e 27-Dec-2006 Antony Dovgal

MFH


Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2
# 4e75cd55 18-Mar-2006 Antony Dovgal

Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 (also fixes bug #36764)


Revision tags: php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1
# 00df9b67 04-Nov-2005 Wez Furlong

Fixes PECL Bug #5868; wrong iters count for OCIStmtExecute


Revision tags: RELEASE_1_0RC2
# fbc6470c 01-Nov-2005 Edin Kadribasic

Fix ZTS build


# b3b9ee14 01-Nov-2005 Wez Furlong

hrmm, typo fix.


# 2baf1500 31-Oct-2005 Wez Furlong

Closes PECL Bug #5722; BLOB support was half-baked.


Revision tags: php-4.4.1
# 579c9abf 28-Oct-2005 Antony Dovgal

MFH: quick fix for #35003 (Warning: PDOStatement::fetch(): column 0 data was too large for buffer and was)


Revision tags: php-5.1.0RC4
# e9de9f3a 28-Oct-2005 Antony Dovgal

fix TSRM build


Revision tags: RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0
# fab0baa2 25-Sep-2005 Wez Furlong

refs #34630.
Real lob support for oracle will appear after the PHP 5.1 release.


Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0, RELEASE_0_9, php-5.1.0b3
# 4f22ac0c 12-Jul-2005 Wez Furlong

improve handling of bound input parameters when no maximal length value is set;
default to 4000 as the maximal length, which is the biggest size possible
without using a LONG type (if you spe

improve handling of bound input parameters when no maximal length value is set;
default to 4000 as the maximal length, which is the biggest size possible
without using a LONG type (if you specify anything larger than this, you'll end
up with ORA-1461).

Don't assume that all parameters were output parameters after execution, as
this would clobber the input values when used in a loop.

show more ...


Revision tags: php-4.4.0
# b0e70052 07-Jul-2005 Antony Dovgal

free parameter when requested to do so


Revision tags: php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4
# 47e19615 14-Feb-2005 Antony Dovgal

add markers for nice vim foldings


# 7d4bf3cc 14-Feb-2005 Antony Dovgal

free errmsg & prevent leaks


Revision tags: RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 29380a8e 07-Feb-2005 Wez Furlong

update for input/output parameters change


# d87c5ec2 06-Feb-2005 Wez Furlong

update for api changes


# 1312fe46 20-Jan-2005 Wez Furlong

Fix segfault on stmt close.
Make scrollable cursors actually work


# 84aa9020 20-Jan-2005 Wez Furlong

Generate pdo_oci.dll for modern SDKs and pdo_oci8.dll for ye-olde oci805 libs.

I'm told that oci805 is required for connectivity to oci805 servers, which are
no longer supported in more

Generate pdo_oci.dll for modern SDKs and pdo_oci8.dll for ye-olde oci805 libs.

I'm told that oci805 is required for connectivity to oci805 servers, which are
no longer supported in more recent SDK releases.

Edin: please grab:

http://download.oracle.com/otn/nt/instantclient/instantclient-basic-win32-10.1.0.3-20050113.zip
http://download.oracle.com/otn/nt/instantclient/instantclient-sdk-win32-10.1.0.3-20050113.zip

and extract them under php_build, so that you end up with php_build/instantclient10_1

show more ...


# 459b4f85 12-Jan-2005 Wez Furlong

Add support for scrollable cursors.
Enable PDO_ATTR_PREFETCH and default it to 100Kb of prefetch buffer.


# 0a42a1f4 21-Dec-2004 Wez Furlong

Errr... fix leak


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# 83472de4 31-Jul-2004 Wez Furlong

Fix some misbehaving pecls (my own included ;-)


Revision tags: RELEASE_0_1
# 86b09677 19-Jul-2004 Wez Furlong

fix for empty_string changes.
Don't forget to allocate bytes for NUL terminators


Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1
# 737bc357 25-May-2004 Antony Dovgal

fix couple of memory leaks


123