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 |
Revision tags: php-4.3.7RC1, RELEASE_0_1_1 |
|
#
04c35e3d |
| 20-May-2004 |
Wez Furlong |
re-jig error handling, and make it co-operate with the PDO error handling system. Implement $dbh->exec() for OCI. |
#
cf4127b6 |
| 17-May-2004 |
Wez Furlong |
Allow PDO OCI to build under unix. Don't build by default under win32. |
#
1b1ced53 |
| 17-May-2004 |
Wez Furlong |
OCI driver for PDO, supporting bound input and output parameters. Will not build under unix yet. |