changelog               Sat Sep 21 20:34:11 2002 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1168 php4/ChangeLog:1.1169
--- php4/ChangeLog:1.1168       Fri Sep 20 20:33:33 2002
+++ php4/ChangeLog      Sat Sep 21 20:34:10 2002
@@ -1,3 +1,88 @@
+2002-09-21  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * ext/ircg/ircg.c
+      ext/ircg/php_ircg.h: (PHP) Add ircg_eval_ecmascript_params
+
+    This function turns a flat ecmascript parameter string, including escapes
+    back into an array.  5-10 times speedup when compared to user implementation.
+
+2002-09-21  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/standard/ftp_fopen_wrapper.c: - Fix ZTS build
+
+2002-09-21  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * NEWS: news about various strip_tags() fixes.
+
+    * ext/standard/tests/strings/strip_tags.phpt:
+    Added a test script for strip_tags() function.
+
+    * ext/standard/string.c:
+    Fixed bug #7472 as well as many other bugs with strip_tags implementation.
+
+2002-09-21  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * sapi/thttpd/thttpd_patch:
+    Immediately unmap /nocache/ entries, so that the mmc cache does not get
+    polluted too much.
+
+2002-09-21  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * ext/standard/array.c: ws fixes.
+
+2002-09-21  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * sapi/apache/mod_php4.c:
+    Fixed bug #15038, original patch by: [EMAIL PROTECTED]
+
+    * ext/standard/datetime.c: Fixed bug #12934
+    locatime() now returns an error message when passed a negative value.
+
+2002-09-21  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * ext/standard/formatted_print.c: Add '+' modifier.
+
+           +      A sign (+ or -) always be placed  before  a  number
+                  produced by a signed conversion.  By default a sign
+                  is used only for negative numbers. A + overrides  a
+                  space if both are used.
+
+2002-09-21  Markus Fischer  <[EMAIL PROTECTED]>
+
+    * win32/sendmail.c: - Forgot to add an extra space.
+
+2002-09-21  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/array/008.phpt:
+    Test case for array_intersect() and array_intersect_assoc()
+
+    * ext/standard/basic_functions.c
+      ext/standard/php_array.h
+      ext/standard/array.c:
+    New function added - array_intersect_assoc() similar to array_intersect()
+    but the keys are also used in the comparison. So the result is a subset of
+    the result of array_intersect().
+    Test will be committed too.
+
+2002-09-21  Tal Peer  <[EMAIL PROTECTED]>
+
+    * ext/fribidi/fribidi.c:
+    Changed version from NO_VERSION_YET to 0.1
+
+2002-09-21  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * ext/session/session.c:
+    Because track vars are always initialized, get_session_var failed
+    to work in the register_globals=1 case.
+
+    It is now possible again to store session variables in global vars.
+
+2002-09-21  Zeev Suraski  <[EMAIL PROTECTED]>
+
+    * sapi/apache2filter/php_apache.h
+      sapi/apache2filter/php_functions.c
+      sapi/apache2filter/sapi_apache2.c: Fix double initialization
+
 2002-09-20  Derick Rethans  <[EMAIL PROTECTED]>
 
     * win32/php4ts_cli.rc


Reply via email to