#
9f3110ea |
| 09-Jul-2001 |
Thies C. Arntzen |
fix newly introduced SEFAULT.
|
#
1e3553bd |
| 09-Jul-2001 |
Thies C. Arntzen |
use erealloc for zvals!
|
#
423613f4 |
| 08-Jul-2001 |
Thies C. Arntzen |
@ - Make sure that OCI8 outbound variables are always zero-terminated. (Thies)
|
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4 |
|
#
c977f298 |
| 19-Jun-2001 |
Andi Gutmans |
- Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable))
|
Revision tags: php-4.0.6RC3 |
|
#
81e2cf03 |
| 06-Jun-2001 |
Rasmus Lerdorf |
Fix folding and clean up some extensions
|
#
c3106f4c |
| 06-Jun-2001 |
Andy Sautins |
Change OCIFreeColl to OCIFreeCollection for consistency with OCINewCursor/OCIFreeCursor
|
#
25c3a3a3 |
| 05-Jun-2001 |
Rasmus Lerdorf |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
|
Revision tags: php-4.0.6RC2 |
|
#
43903875 |
| 30-May-2001 |
Sterling Hughes |
should fix compile warnings on win32
|
#
c9ce7fcf |
| 30-May-2001 |
Sterling Hughes |
fix compile
|
#
1beda9ee |
| 24-May-2001 |
Stig Bakken |
* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)
|
#
915875a6 |
| 22-May-2001 |
Andy Sautins |
- Add correct OCIObjectFree to free collections immediately ( OCI_FREECOLLECTION_FORCE ) - Added schema optional parameter to OCINewCollection to allow accessing types in other schema
- Add correct OCIObjectFree to free collections immediately ( OCI_FREECOLLECTION_FORCE ) - Added schema optional parameter to OCINewCollection to allow accessing types in other schemas. - Added OCI_TYPECODE_TABLE to OCINewCollection to allow creation of collection of TYPES as well as VARRAYS
show more ...
|
Revision tags: php-4.0.6RC1 |
|
#
a085b708 |
| 04-May-2001 |
Thies C. Arntzen |
namespace-protect "open"
|
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.
|