From: Date: Sun, 25 Jul 2004 00:32:53 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~383 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9638a4a503b6355260980931ea0c480cb0c795d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3d550ff131..a662d49012 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2004-07-24 Rob Richards + + * sapi/activescript/classfactory.cpp + sapi/activescript/php5activescript.dsp: + fix build for VC++ 6 + update dsp (Enable IObjectSafety) + +2004-07-24 Wez Furlong + + * sapi/activescript/config.w32: + Enable IObjectSafety so that we can be used in the M$ scripting control. + Thanks to Rob for checking this out. + +2004-07-24 Andrey Hristov + + * ext/standard/array.c: + make behavior a bit field + +2004-07-24 Sara Golemon + + * ext/standard/ftp_fopen_wrapper.c: + Oh by the way, only use proxy mode for reading... + + * NEWS + ext/standard/ftp_fopen_wrapper.c + ext/standard/http_fopen_wrapper.c: + Add proxy support to ftp using http wrapper + 2004-07-23 Andi Gutmans * ext/standard/tests/time/001.phpt: