Revision tags: php-4.0.5 |
|
#
4c823e8a |
| 30-Apr-2001 |
Andi Gutmans |
- Change macros from V_ to VCWD_ because of AIX name clash |
Revision tags: php-4.0.5RC8 |
|
#
1dc4678d |
| 25-Apr-2001 |
Andy Sautins |
Collections cleanup - Removed date specific methods. Dates work consistently with the rest of the oci8 code. - Removed unused variables from collection code.
Collections cleanup - Removed date specific methods. Dates work consistently with the rest of the oci8 code. - Removed unused variables from collection code. - RETURN_FALSE on all errors. - fix error prints to php_error.
show more ...
|
#
c03efd49 |
| 23-Apr-2001 |
Thies C. Arntzen |
fixed ZTS buidl - still some WS pollution left |
Revision tags: php-4.0.5RC7 |
|
#
ebad4ff6 |
| 19-Apr-2001 |
Jason Greene |
Change all // to /* */, fixed small whitespace. Builds on Solaris now. |
#
c42f2601 |
| 14-Apr-2001 |
Thies C. Arntzen |
enable temporary LOBs when we detect oracle 8.1 enabled by default in Win32 project! |
#
8ac2502d |
| 14-Apr-2001 |
Thies C. Arntzen |
@- Added temporary LOB support in OCI8 (Patch by David Benson) |
#
b9216bcc |
| 13-Apr-2001 |
Thies C. Arntzen |
@ - OCI8 now supports binding of collections @ (Patch by Andy Sautins <asautins@veripost.net>) |
#
cb887013 |
| 11-Apr-2001 |
Thies C. Arntzen |
never initialize oci in OCI_THREADED mode. seems to break win32. |
Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
1b7eaa76 |
| 02-Mar-2001 |
Thies C. Arntzen |
@- Fixed binding of ROWIDs in OCI8. (Thies) |
#
01ed33d1 |
| 27-Feb-2001 |
Andi Gutmans |
- Pointed out by Andrei. zval_ptr_dtor() should be used instead of the zval_del_ref() function which should be nuked. |
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001 |
#
5f4090d0 |
| 18-Feb-2001 |
Thies C. Arntzen |
- Fixed crash in OCI8 when using unitialized LOBs. (Thies) |
#
67c2eaa6 |
| 17-Feb-2001 |
Thies C. Arntzen |
make oci work again. |
#
8499b430 |
| 15-Feb-2001 |
Thies C. Arntzen |
@- Fixed some modules to allow using output-buffering. (Thies) i nuked all unneded calls to php_header() - i'm not too sure how we do handle HEAD Requests as they were only detected via
@- Fixed some modules to allow using output-buffering. (Thies) i nuked all unneded calls to php_header() - i'm not too sure how we do handle HEAD Requests as they were only detected via php_header(). but calling php_header from a module makes output-buffering unusable. NOTICE: there is some EBSDIC stuff in gd.c - i think it's obsolete.
show more ...
|
#
ecaeac58 |
| 14-Feb-2001 |
Thies C. Arntzen |
ocifreedesc() now spits a NOTICE when called the "wrong" way. |
#
20134238 |
| 12-Feb-2001 |
Thies C. Arntzen |
@- Improved OCI8 dead-session detection. (Patch by: George Schlossnagle) |
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2 |
|
#
d79071b2 |
| 07-Jan-2001 |
Thies C. Arntzen |
fix small leak in ociexecute() fixes: #8573 submitted by: tcarroll@chc-chimes.com |
Revision tags: php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3 |
|
#
31f63bee |
| 16-Nov-2000 |
Thies C. Arntzen |
don't use TLS in MINIT function. |
#
db65d0e0 |
| 13-Nov-2000 |
Thies C. Arntzen |
@- Fixed column-title buffer-overflow in OCIFetchStatement(). (Thies) fix #7784 |
#
825457ae |
| 29-Oct-2000 |
Thies C. Arntzen |
update my email. |
#
f1dcb32c |
| 25-Oct-2000 |
Andrei Zmievski |
Use zend_register_list_destructors_ex() instead. |
#
248d8527 |
| 22-Oct-2000 |
Thies C. Arntzen |
@- OCIBindByName() now does better parameter-checking. (Thies) |
#
1d582b88 |
| 21-Oct-2000 |
Daniel Beulshausen |
added missing def. |
#
7b4983c8 |
| 20-Oct-2000 |
Andrei Zmievski |
Mega-patch to get better resource information for modules. * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destruc
Mega-patch to get better resource information for modules. * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei)
show more ...
|
Revision tags: php-4.0.3 |
|
#
6b5441c3 |
| 07-Oct-2000 |
Thies C. Arntzen |
@- Fixed returning of empty LOB fields in OCI8. (Thies) |