changelog Sat Jul 24 20:32:54 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1695&r2=1.1696&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1695 php-src/ChangeLog:1.1696 --- php-src/ChangeLog:1.1695 Fri Jul 23 20:32:53 2004 +++ php-src/ChangeLog Sat Jul 24 20:32:53 2004 @@ -1,3 +1,31 @@ +2004-07-24 Rob Richards <[EMAIL PROTECTED]> + + * sapi/activescript/classfactory.cpp + sapi/activescript/php5activescript.dsp: + fix build for VC++ 6 + update dsp (Enable IObjectSafety) + +2004-07-24 Wez Furlong <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ext/standard/array.c: + make behavior a bit field + +2004-07-24 Sara Golemon <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> * ext/standard/tests/time/001.phpt: @@ -6945,7 +6973,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1695 2004/07/24 00:32:53 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1696 2004/07/25 00:32:53 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>