From: Date: Fri, 16 Feb 2001 02:09:26 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.5RC1~272 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eba3660d722a471273725f15715350b8b3c16a7e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 9d134311de..c6d5fd538f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,71 @@ +2001-02-15 Egon Schmid + + * ext/standard/filestat.c: Small typo. + +2001-02-15 Sterling Hughes + + * ext/swf/php_swf.h + ext/swf/swf.c + ext/bz2/bz2.c + ext/bz2/php_bz2.h + ext/curl/curl.c + ext/curl/php_curl.h + ext/sablot/php_sablot.h + ext/sablot/sablot.c: Change e-mail address + + +2001-02-15 Thies C. Arntzen + + * ext/standard/file.c + ext/standard/iptc.c + ext/oci8/oci8.c + ext/pdf/pdf.c + ext/cpdf/cpdf.c + ext/gd/gd.c + ext/gd/gd_ctx.c + ext/hyperwave/hw.c + ext/interbase/interbase.c: + 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. + + * ext/standard/string.c: 0..255 + + * ext/xml/xml.c: + fixed SEGFAULT when using xml_set_object. Zend does not yes support + cyclic references! + +2001-02-15 Sergey Kartashoff + + * ext/mnogosearch/php_mnogo.c + ext/mnogosearch/test.php: + Added thow new mnoGoSearch agent session parameters: + UDM_PARAM_WEIGHT_FACTOR and UDM_PARAM_WORD_MATCH. + +2001-02-15 Sascha Schumann + + * configure.in + ext/standard/basic_functions.c + ext/standard/dir.c + ext/standard/php_dir.h: + There might be more systems which do not support chroot, so we check + for the existence of it. + + Additionally, if chroot is not supported, the warn_not_available function + is invoked now. + +2001-02-15 Zeev Suraski + + * ext/pgsql/pgsql.c: Fix the PostgreSQL fix... + +2001-02-15 Derick Rethans + + * ext/standard/basic_functions.c + ext/standard/dir.c + ext/standard/php_dir.h: - chroot does not work on windows + 2001-02-14 Jani Taskinen * ext/oci8/config.m4