#
33a493cf |
| 13-Apr-2002 |
Thies C. Arntzen |
@- Mixing OCIPlogon and OCINLogon no longer leak Oracle-Sessions. (thies) |
Revision tags: php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1 |
|
#
30454e23 |
| 18-Mar-2002 |
Markus Fischer |
- Let OCIError() also return the sql statement which failed and the exact position into the statement where it failed (if applicable). Patch by Daniel Ceregatti <vi@sh.nu>. |
Revision tags: help |
|
#
90613d22 |
| 28-Feb-2002 |
Sebastian Bergmann |
Maintain headers. |
Revision tags: php-4.1.2 |
|
#
1d54bf97 |
| 10-Feb-2002 |
Thies C. Arntzen |
only rollback at script end if there is something to rollback. |
#
7f29ed57 |
| 08-Feb-2002 |
Thies C. Arntzen |
- got rid of unneded calls to OCIAttrGet when reexecuting the same query - only invalidate the define list after all rows from a REFCORSOR are read, "normal" corsors will now remember their
- got rid of unneded calls to OCIAttrGet when reexecuting the same query - only invalidate the define list after all rows from a REFCORSOR are read, "normal" corsors will now remember their column defines. this means that ocigetcolumn[name|type|..] will from now on work even after the result set has been read.
show more ...
|
Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH |
|
#
82a9fc74 |
| 30-Jan-2002 |
Thies C. Arntzen |
enable "user-interrupts" |
#
dadf411b |
| 17-Jan-2002 |
Thies C. Arntzen |
@ - Added 3 new optional parameters to OCIFetchStatement(). They control @ the number of rows to skip at the beginning of the cursor, the @ maximun numer of rows that should be fetched an
@ - Added 3 new optional parameters to OCIFetchStatement(). They control @ the number of rows to skip at the beginning of the cursor, the @ maximun numer of rows that should be fetched and the format of the @ returned array. (Thies) # sorry, no time to write the docs for this right now...
show more ...
|
Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH |
|
#
b8b0a6ac |
| 13-Dec-2001 |
Thies C. Arntzen |
typo |
Revision tags: ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers. |
Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1 |
|
#
68925208 |
| 11-Oct-2001 |
Stig Bakken |
* zend_module_entry change: apino, debug and zts are moved first, see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) |
#
a0bbfb59 |
| 06-Oct-2001 |
Derick Rethans |
- <br> -> <br /> |
Revision tags: php4, php-4.0.7RC3 |
|
#
21f2b927 |
| 26-Sep-2001 |
Jeroen van Wolffelaar |
3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now. |
Revision tags: POST_SUBST_Z_MACROS |
|
#
6cfba2a3 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
2nd phase in back-substitution those macro's I've got pretty much everything now... |
#
c0332885 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. |
Revision tags: PRE_SUBST_Z_MACROS |
|
#
810dd37b |
| 19-Sep-2001 |
Andy Sautins |
Collections core-dump fix. ocicollgetelem was using OCIInd instead of OCIInd * in call to OCICollGetElem |
#
d6cecfc2 |
| 17-Sep-2001 |
David Benson |
Change duration of temporary lobs to avoid leakage of temporary lob space (dbenson). |
#
16ef3439 |
| 16-Sep-2001 |
Andy Sautins |
Collection fix. getelem method now handles returning nulls correctly and gives warning when accessing an index that does not exist. |
#
6e4e8e94 |
| 11-Sep-2001 |
Andy Sautins |
oops. Used C++ style comments. Make C style |
#
5abba5ee |
| 11-Sep-2001 |
Andy Sautins |
Collection fix. Fix core dump when accessing an element that is not in the collection. |
#
23fea646 |
| 11-Sep-2001 |
Andy Sautins |
Handle assign/append of NULL values to collections correctly. Now works consistently with how the rest of the library operates. If the value passed in is a null string, the value is set to
Handle assign/append of NULL values to collections correctly. Now works consistently with how the rest of the library operates. If the value passed in is a null string, the value is set to null
show more ...
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding. |
Revision tags: php-4.0.7RC2 |
|
#
04c3f840 |
| 15-Aug-2001 |
Thies C. Arntzen |
mega patch to avoid recursive oci-calls as they might break oracle! php will simply exit() (!!!) once it encounters an attemp to call oracle while still in an oracle-call. this can only
mega patch to avoid recursive oci-calls as they might break oracle! php will simply exit() (!!!) once it encounters an attemp to call oracle while still in an oracle-call. this can only happen when the script gets interrupted (timeout, apache-restart) and php tries to run the cleanups even though we are in an unclean state. i will add an -ini flag soon (not before 4.0.7) which will (optional) make php not run the cleanups when in an unclean state!
show more ...
|
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE |
|
#
384c8654 |
| 11-Aug-2001 |
Thies C. Arntzen |
beautify |
#
6479bfe3 |
| 11-Aug-2001 |
Thies C. Arntzen |
use macros for accessing properties in object. |
Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE |
|
#
4c5a6cbb |
| 07-Aug-2001 |
Frank M. Kromann |
Fixing a TSRMLS_FETCH problem. |