From 619537208b20ee38179a0e994ee011855f99d497 Mon Sep 17 00:00:00 2001 From: Date: Mon, 12 Jun 2000 02:14:47 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) diff --git a/ChangeLog b/ChangeLog index ef5b8f2f9c..5000c2ef9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,93 @@ +2000-06-11 Rasmus Lerdorf + + * build/rules.mk + build/rules_pear.mk: Fix overlooked core->main change + +2000-06-11 Zeev Suraski + + * ext/mysql/php_mysql.c + php4.dsp + php4dll.dsp + php4dllts.dsp + php4ts.dsp + sapi/apache/php4apache.dsp + sapi/isapi/php4isapi.dsp + sapi/nsapi/php4nsapi.dsp: Fix Windows .dsp's + +2000-06-11 Sascha Schumann + + * Makefile.in + configure.in + main/Makefile.in + php4dll.dsp + php4dllts.dsp: Change directory name from core to main. + + * Makefile.in + build/rules.mk + build/rules_pear.mk + configure.in + main/Makefile.in + php4dll.dsp + php4dllts.dsp: + Prepare move of the top-level source files to the core directory. + +2000-06-11 Andi Gutmans + + * NEWS: - Update NEWS + + * ext/standard/cyr_convert.c: + - Untested but it should fix the problem with cyr_convert() not being + - binary safe and destroying other values in the script + + * ext/swf/swf.c: - Make shockwave work with virtual_dir (a bit ugly). + - swf_openfile doesn't return any values. This seems to mean that you can + - only have one file open at a time. + +2000-06-11 Egon Schmid + + * ext/interbase/interbase.c: Added argument type. + +2000-06-11 Stig Venaas + + * ext/standard/array.c: + Forgot to set_compare_func in the new array functions, had only tested + with older source. + +2000-06-11 Sascha Schumann + + * acinclude.m4 + configure.in: Separate creating config_vars.mk and generating Makefiles. + + This change enables you to regenerate Makefiles by running config.status. + + * build/fastgen.sh: Remove unnecessary second cat invocation + +2000-06-11 Thies C. Arntzen + + * main/main.c: (set_time_limit) converted to new API. + +2000-06-11 Sascha Schumann + + * config.guess + config.sub + ltconfig + ltmain.sh: Upgrade to Libtool 1.3.5. + +2000-06-11 Sterling Hughes + + * ext/swf/swf.c: oops. + + +2000-06-11 Jouni Ahto + + * ext/skeleton/create_stubs + ext/ext_skel: + - Avoid generating unnecessary switch statemets. + - Add a test if argument was given (if it is optional) before trying to + fetch a resource and a note that something should be done if it wasn't. + - Some cosmetic fixes in the code generated. + - Some other small fixes in the code generated, already forgotten. + 2000-06-10 Andrei Zmievski * ext/pcre/php_pcre.c: One more place. -- 2.40.0