From: Date: Wed, 17 Oct 2001 00:11:34 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: POST_PARAMETER_PARSING_API~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8922acc53fc1c9dd699e671ab9d88a338e3af1e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 13357c75c4..92f8412faa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2001-10-16 Frank M. Kromann + + * ext/fbsql/php_fbsql.c + ext/fbsql/php_fbsql.h: Adding new functions to retreive LOB data. + + fbsql_set_lob_mode() is used to switch from FBSQL_LOB_DIRECT to FBSQL_LOB_HANDLE + + when LOBS are retreived as FBSQL_LOB_HANDLE the user must call fbsql_read_blob() or fbsql_read_clob() to get the data. + +2001-10-16 Jani Taskinen + + * ext/standard/basic_functions.c: fixed proto + +2001-10-16 Edin Kadribasic + + * ext/standard/http_fopen_wrapper.c: + Meged fix for bug #13083 into the release branch. + +2001-10-16 Stig Bakken + + * configure.in + main/php_version.h: * fix version number + 2001-10-15 Edin Kadribasic * ext/standard/http_fopen_wrapper.c: