From: Date: Thu, 27 Jul 2000 01:09:24 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7afdb7543768fcb7e854500da872579f683b0687;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 621ecca5c0..7275743b07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,128 @@ +2000-07-26 Kristian Köhntopp + + * ext/posix/posix.c: Access to global variable safe_mode fixed. + +2000-07-26 Vlad Krupin + + * ext/pspell/pspell.c: + Changed syntax of pspell_new() (one more parameter - mode) + + pspell_new() parameters that are empty ("") are now ignored + + Removed pspell_mode() and pspell_runtogether() - their + functionality moved to pspell_new() because the ability + to dynamically change those settings is not in ISPELL, and + is likely do disappear from ASPELL, according to ASPELL + author. + + Created a new constant - PSPELL_RUN_TOGETHER for pspell_new() + + fixed a bug in pspell_new() that caused non-English dictionaries + to be ignored + + removed a bogus line from pspell_new() that could result in + a memory leak + +2000-07-26 Kristian Köhntopp + + * ext/posix/config.m4 + ext/posix/php_posix.h + ext/posix/posix.c: + Added seteuid and setegid functions on request by max@valkyrie.sscf.ucsb.edu. + Also fixed the function detection for the HAVE_ functions. + +2000-07-26 Vlad Krupin + + * ext/pspell/php_pspell.h: Removed pspell_mode() and pspell_runtogether() + +2000-07-26 Rasmus Lerdorf + + * sapi/apache/mod_php4.c: + Fix symbol clash which caused a DSO problem on OpenBSD + +2000-07-26 Sascha Schumann + + * ext/standard/crypt.c: Get rid of unnecessary preprocessor constructs. + + * ext/standard/crypt.c: + Use the lcg as another entropy source for seeding the PRNG when creating + a salt for crypt(). + + * acinclude.m4 + configure.in: Clean up the mess WRT rebuilding a limited set of files. + + Earlier changes were based upon a wrong assumption (that CONFIG_FILES + could be relied upon). + +2000-07-26 Egon Schmid + + * ext/standard/basic_functions.c + ext/standard/string.c: Protos fixed. + +2000-07-26 Joey Smith + + * configure.in: + OK, got ahead of myself. Go back to where we started this morning. + +2000-07-26 Egon Schmid + + * ext/ldap/ldap.c: Proto fixed. + +2000-07-26 Stanislav Malyshev + + * ext/standard/browscap.c: Make proper object initialization + +2000-07-26 Joey Smith + + * configure.in: + OK, the fastgen stuff should be working OK, and normal configure should, too. + There is an annoying warning being generated due to null 1st arg to AC_OUTPUT, + but I don't know what to do a/b that. + +2000-07-26 Jani Taskinen + + * ext/ldap/ldap.c + ext/ldap/php_ldap.h: - Added new function: ldap_compare(). + +2000-07-26 Joey Smith + + * configure.in: Make configure work again. + CONFIG_FILES is broken again, tho. (I think). + Will work with Stig to try and figure this out. + +2000-07-26 Stig Bakken + + * pear/DB.php: + Multiple DB::connect or DB::factory calls using the same backend + should work now. + +2000-07-26 David Croft + + * NEWS: tidy up news + +2000-07-26 Jani Taskinen + + * NEWS: Just a little beutifuing. + +2000-07-26 Sterling Hughes + + * ext/standard/info.c + EXTENSIONS + NEWS: * EXTENSIONS -- update status on CURL & SWF + * NEWS -- + 1. Change wording for the ibase and sybase DB announcement. + 2. Remove second pfpro announcement, if pfpro is being released with 4.0.2 + entries about new features before 4.0.2 shouldn't be in there. + 3. Joey, that entry just doesn't seem incredibly relevant to the NEWS file, + I'll backport it if you want (or add a new entry). + * ext/standard/info.c -- Add a CREDIT_LINE() for CURL. + + * ext/curl/curl.c: Add CURLOPT_TRANSFERTEXT option to curl_setopt(). + +2000-07-26 Jon Parise + + * README.CVS-RULES: MAINTAINERS has become EXTENSIONS + 2000-07-25 Sascha Schumann * ext/mcrypt/mcrypt.c: Read from /dev/u?random until the buffer is filled.