Revision tags: RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
b905e40e |
| 12-Sep-2002 |
Thies C. Arntzen |
@- OCIResult() could return garbage if called on empty result-sets. (thies) # fix #19364
|
Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1 |
|
#
48389cc2 |
| 20-Aug-2002 |
Edin Kadribasic |
Fixed build with Oracle 8.0.x (bug #18973).
|
#
7a8330ac |
| 13-Aug-2002 |
Rasmus Lerdorf |
Single-line comments please
|
Revision tags: dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4 |
|
#
136240ae |
| 14-Apr-2002 |
Thies C. Arntzen |
fix crash bug introduced by last commit
|
#
12541a48 |
| 13-Apr-2002 |
Thies C. Arntzen |
ocibind: avoid warning in debug mode if an outbound variable is NULL
|
#
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 ...
|