From d4a3b4895ec1e5e9298af33751f9618ef95b71c7 Mon Sep 17 00:00:00 2001 From: Date: Tue, 20 Mar 2001 02:09:20 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) diff --git a/ChangeLog b/ChangeLog index c8844b7c42..b70b7baf64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,98 @@ +2001-03-19 David Guerizec + + * ext/midgard/php_midgard.h.in: deleted unneeded file + + * ext/midgard/config.m4 + ext/midgard/php_midgard.h: Fixed the build (hope so). + +2001-03-19 Andrei Zmievski + + * ext/standard/array.c + ext/standard/basic_functions.c + ext/standard/php_array.h: + - Added array_map() function that applies a callback to the elements + of given arrays and returns the result. It can also be used with a + null callback to transpose arrays. + +2001-03-19 Sterling Hughes + + * ext/bz2/bz2.c: Whitespace fix... + +2001-03-19 Jani Taskinen + + * ext/midgard/config.m4: Fix the build. Again. + +2001-03-19 Fredrik Öhrn + + * ext/yp/yp.c: Removed redundant initialization. + +2001-03-19 Alexander Bokovoy + + * ext/midgard/config.m4 + ext/midgard/config.m4.session: 4.0.4pl1 compability finally fixed + +2001-03-19 David Guerizec + + * ext/midgard/config.m4.session: fixed compilation with php-4.0.4 + + * ext/midgard/config.m4: fixed a compatibility problem with 4.0.4 + + * ext/midgard/php_midgard.h.in: fixed bad #endif syntax + +2001-03-19 Alexander Bokovoy + + * ext/midgard/php_midgard.h.in: + Incompabilities in SCE build fixed for 4.0.5 and 4.0.4pl1 + +2001-03-19 Ben Mansell + + * sapi/isapi/config.m4 + README.Zeus: + Altered README.Zeus to give instructions on building FastCGI. + Changed --with-zeus configure option into --with-isapi, since its more + descriptive (and since there are now different ways to configure PHP+Zeus) + + * Makefile.in + configure.in + sapi/fastcgi/CREDITS + sapi/fastcgi/Makefile.in + sapi/fastcgi/README.FastCGI + sapi/fastcgi/config.m4 + sapi/fastcgi/fastcgi.c + sapi/fastcgi/php.sym + sapi/fastcgi/php_fastcgi.h: New FastCGI server module. Based on the thttpd server module with + large chunks of code ripped from the cgi module. Also modifies + Makefile.in and configure.in in order to make it build properly. + +2001-03-19 Alexander Bokovoy + + * ext/midgard/config.m4 + ext/midgard/config.m4.session: Keep compability with 4.0.4pl1 + +2001-03-19 Emiliano Heyns + + * ext/midgard/midgard.c: return userid from mgd_auth_midgard + +2001-03-19 Alexander Bokovoy + + * ext/midgard/.cvsignore + ext/midgard/article.c + ext/midgard/attachment.c + ext/midgard/config.m4 + ext/midgard/config.m4.session + ext/midgard/midgard.c + ext/midgard/php_midgard.h + ext/midgard/snippet.c: Bringing fixed code to stable branch + + * ext/midgard/config.m4 + ext/midgard/config.m4.session: Oops. Substitution code fixed + + * ext/midgard/config.m4 + ext/midgard/config.m4.session + ext/midgard/php_midgard.h.in: + Automatically generate correct #include for cases when module + build using phpize or within main PHP4 tree + 2001-03-18 Fredrik Öhrn * ext/yp/CREDITS -- 2.50.1