[PHP-CVS-DAILY] cvs: php4 / NEWS

2002-09-21 Thread changelog

changelog   Sat Sep 21 20:35:40 2002 EDT

  Modified files:  
/php4   NEWS 
  Log:
  NEWS update
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.1128 php4/NEWS:1.1129
--- php4/NEWS:1.1128Sat Sep 21 13:48:53 2002
+++ php4/NEWS   Sat Sep 21 20:35:39 2002
@@ -1,6 +1,7 @@
 PHP 4  NEWS
 |||
 ? ? ??? 2002, Version 4.3.0
+- Fixed compilation errors when compiling with the fribidi extension (Bug #16414) 
+(Tal)
 - Fixed bugs #7472, #12120 and #12989 as well as other potential problems
   with strip_tags() function. (Ilia)
 - Upgraded PCRE to version 3.9. (Wez)





[PHP-CVS-DAILY] cvs: php4 / NEWS

2002-09-21 Thread changelog

changelog   Sat Sep 21 20:35:40 2002 EDT

  Modified files:  
/php4   NEWS 
  Log:
  NEWS update
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.1128 php4/NEWS:1.1129
--- php4/NEWS:1.1128Sat Sep 21 13:48:53 2002
+++ php4/NEWS   Sat Sep 21 20:35:39 2002
@@ -1,6 +1,7 @@
 PHP 4  NEWS
 |||
 ? ? ??? 2002, Version 4.3.0
+- Fixed compilation errors when compiling with the fribidi extension (Bug #16414) 
+(Tal)
 - Fixed bugs #7472, #12120 and #12989 as well as other potential problems
   with strip_tags() function. (Ilia)
 - Upgraded PCRE to version 3.9. (Wez)





[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2002-09-21 Thread changelog

changelog   Sat Sep 21 20:34:53 2002 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
  
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.111 ZendEngine2/ChangeLog:1.112
--- ZendEngine2/ChangeLog:1.111 Thu Sep 19 20:35:19 2002
+++ ZendEngine2/ChangeLog   Sat Sep 21 20:34:53 2002
@@ -1,3 +1,7 @@
+2002-09-21  Andi Gutmans  <[EMAIL PROTECTED]>
+
+* zend_extensions.h: - Someone screwed this up.
+
 2002-09-19  Derick Rethans  <[EMAIL PROTECTED]>
 
 * zend_ini.c: - Make Colin happy





[PHP-CVS-DAILY] cvs: php4 / ChangeLog

2002-09-21 Thread changelog

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