#
10722125 |
| 23-Dec-2003 |
Antony Dovgal |
add oci_fetch_assoc(), oci_fetch_object(), oci_fetch_array() & oci_fetch_row() change ocifetchinto() to use php_oci_fetch_row()
|
#
7aac9069 |
| 23-Dec-2003 |
Antony Dovgal |
huge patch change almost all func names to match naming conventions keep ocifetchinto & *buffering for awhile - they will be rewritten soon old names are kept as aliases
|
#
cf45beed |
| 23-Dec-2003 |
Antony Dovgal |
do not delete connection ids, we need them
|
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1 |
|
#
c002553d |
| 16-Dec-2003 |
Antony Dovgal |
fix bug #26133 (thanks to Harald) rename constant and add library check to config.m4 add info lines to see if Collection & Temp Lob support enabled or not add OCI_THREADED to use thread s
fix bug #26133 (thanks to Harald) rename constant and add library check to config.m4 add info lines to see if Collection & Temp Lob support enabled or not add OCI_THREADED to use thread safe OCI mode with ZTS (should fix bug #26558)
show more ...
|
#
c0e519e6 |
| 16-Dec-2003 |
Antony Dovgal |
fix warning, concerned to second _oci_close_server() call
|
#
e0a0e9d8 |
| 16-Dec-2003 |
Harald Radi |
fix non-zts build errors
|
#
85b4b63a |
| 16-Dec-2003 |
Harald Radi |
@- fixed #20006, #22674 and #24531 (harald) @- added ZTS connection pooling support to the oci extension @ connections will now be pooled per process and not @ per thread anymore. the n
@- fixed #20006, #22674 and #24531 (harald) @- added ZTS connection pooling support to the oci extension @ connections will now be pooled per process and not @ per thread anymore. the number of persistent and active @ connections is now also shown in the phpinfo() output (harald)
show more ...
|
#
18096396 |
| 15-Dec-2003 |
Antony Dovgal |
add new functions: ocitelllob(); [ OCI_Lob->tell(); ] - ftell(); analogue for Lobs ociwritelob(); [ OCI_Lob->write(); ] - fwrite(); analogue for Lobs ocitruncatelob(); [ OCI_Lob->tru
add new functions: ocitelllob(); [ OCI_Lob->tell(); ] - ftell(); analogue for Lobs ociwritelob(); [ OCI_Lob->write(); ] - fwrite(); analogue for Lobs ocitruncatelob(); [ OCI_Lob->truncate(); ] - ftruncate(); analogue for Lobs ocieraselob(); [ OCI_Lob->erase(); ] - erases specified part of a Lob (for BLOBs it means zero-filling, for CLOBs - space-filling) ociflushlob(); [ OCI_Lob->flush(); ] - flushes Lob buffer (if buffering was enabled before) ocisetbufferinglob(); [ OCI_Lob->setBuffering(); ] - turns on/off buffering for the current Lob ocigetbufferinglob(); [ OCI_Lob->getBuffering(); ] - gets buffering' current state ocirewindlob(); [ OCI_Lob->rewind(); ] - rewind(); analogue for Lobs ocireadlob(); [ OCI_Lob->read(); ] - fread(); analogue for Lobs ocieoflob(); [ OCI_Lob->eof(); ] - feof(); analogue for Lobs ociseeklob(); [ OCI_Lob->seek(); ] - fseek(); analogue for Lobs ocilobgetlength(); [ OCI_Lob->getLength(); ] - filesize(); analogue for Lobs ociappendlob(); - appends data from a Lob to another Lob ocicopylob(); - copies data from a Lob to another Lob ociisequallob(); - compares 2 Lobs and checks if they are equal TODO cleanup and other minor fixes
show more ...
|
#
db562682 |
| 06-Nov-2003 |
Sascha Schumann |
WS
|
#
5a32c21f |
| 06-Nov-2003 |
Sascha Schumann |
Fix a format string Nuke a sprintf (slooow) And embed the charset as part of the hashed details (persistent conn key), because the function otherwise happily returns incompatibl
Fix a format string Nuke a sprintf (slooow) And embed the charset as part of the hashed details (persistent conn key), because the function otherwise happily returns incompatible connections. (e.g. US7ASCII vs. UTF8; the client-side charset is not alterable once a connection has been established.)
show more ...
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7 |
|
#
8767205a |
| 31-Aug-2003 |
Zeev Suraski |
Fix Win32 linkage problems
|
Revision tags: php-4.3.3, php-4.3.3RC4 |
|
#
9ac579c2 |
| 12-Aug-2003 |
Andrey Hristov |
proto fixes(Mehdi Achour)
|
#
93bcd55e |
| 12-Aug-2003 |
Ilia Alshanetsky |
emalloc -> safe_emalloc
|
Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5 |
|
#
538d58dd |
| 03-Aug-2003 |
Zeev Suraski |
Use new infrastructure. There are bound to be some messups, please report build/runtime bugs!
|
Revision tags: BEFORE_ARG_INFO, php-4.3.3RC2 |
|
#
eef52f54 |
| 22-Jul-2003 |
Thies C. Arntzen |
@ - Added optional Parameter to OCIWriteTemporaryLob which allows to @ specify the type of LOB you want to be written (OCI_TEMP_CLOB, OCI_TEMP_BLOB) @ (Patch by Novicky Marek <novicky@aar
@ - Added optional Parameter to OCIWriteTemporaryLob which allows to @ specify the type of LOB you want to be written (OCI_TEMP_CLOB, OCI_TEMP_BLOB) @ (Patch by Novicky Marek <novicky@aarongroup.cz>) (Thies)
show more ...
|
Revision tags: php-5.0.0b1 |
|
#
f89e7e3f |
| 22-Jun-2003 |
Andrey Hristov |
proto fixes.
|
Revision tags: php-4.3.3RC1 |
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers.
|
Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b |
|
#
83a0e508 |
| 02-May-2003 |
Thies C. Arntzen |
@ - Fixed bug #23376 OCINewDescriptor
|
Revision tags: SPL_ALPHA |
|
#
17892a43 |
| 30-Apr-2003 |
foobar |
CS fix
|
#
5fbbd31c |
| 30-Apr-2003 |
foobar |
Fix compile problems with < 9.2 oracle libs
|
Revision tags: php-4.3.2RC2 |
|
#
dd0228d3 |
| 21-Apr-2003 |
foobar |
Fix bug #23198
|
Revision tags: RELEASE_0_6, RELEASE_0_5, init |
|
#
0e6fca4f |
| 18-Mar-2003 |
Stig Bakken |
* email address change
|
Revision tags: php-4.3.2RC1, php-4.3.1 |
|
#
808cb3ad |
| 29-Jan-2003 |
Maxim Maletsky |
Added myself to the maintainers list.
|
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
e4ec7372 |
| 27-Jan-2003 |
Maxim Maletsky |
This fixes "warning C4101: 'charsetid' : unreferenced local variable" on VC6
|
#
897a708c |
| 27-Jan-2003 |
Maxim Maletsky |
@- Fixed bug #17448 (Print the message when OCI_SUCCESS_WITH_INFO is returned). (Maxim)
|