changelog               Wed Sep 11 20:33:38 2002 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1158 php4/ChangeLog:1.1159
--- php4/ChangeLog:1.1158       Tue Sep 10 20:33:19 2002
+++ php4/ChangeLog      Wed Sep 11 20:33:37 2002
@@ -1,3 +1,95 @@
+2002-09-11  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * ext/standard/filestat.c: My compiler likes it like this.
+
+    * ext/standard/array.c: Fix ZTS build.
+
+2002-09-11  Sterling Hughes  <[EMAIL PROTECTED]>
+
+    * ext/swf/swf.c:
+    virtual filepath fix, don't know why i bother, the module isn't threadsafe
+    and never will be, but still...
+
+    * ext/standard/filestat.c:
+    max this use the virtual_filepath() function and feel all threadsafe and
+    wholesome inside
+
+2002-09-11  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/mysql/php_mysql.c: - Un-deprecating mysql_escape_string
+
+2002-09-11  Marcus Börger  <[EMAIL PROTECTED]>
+
+    * run-tests.php: Unlink output files even if test is skipped.
+
+2002-09-11  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/standard/array.c: - Little whitespace changes
+
+2002-09-11  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/array/007.phpt:
+    Regression test for array_diff() and array_diff_assoc(). The latter is newly
+    introduced.
+
+    * ext/standard/array.c
+      ext/standard/basic_functions.c
+      ext/standard/php_array.h:
+    New function added : array_diff_assoc() . Like array_diff() but does
+    additional checks on key values. Test script will be added too.
+
+2002-09-11  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/gd/config.m4: For now, check only when not using bundled GD lib.
+
+2002-09-11  Sander Roobol  <[EMAIL PROTECTED]>
+
+    * ext/dba/config.m4: Fix configure
+
+2002-09-11  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/gd/config.m4: Added build test. Bug: #19345
+
+    * ext/iconv/iconv.c: Fix bug: #19355 (the parameter is optional)
+
+2002-09-11  Dan Kalowsky  <[EMAIL PROTECTED]>
+
+    * ext/dba/config.m4:
+    Patch for Bug #19341 submitted by [EMAIL PROTECTED]
+
+2002-09-11  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/standard/string.c: tok tok..
+
+2002-09-11  Andrei Zmievski  <[EMAIL PROTECTED]>
+
+    * ext/pcre/php_pcre.c:
+    - Added ability to use Perl-style ${n} subpattern references in the
+      replacement string for preg_replace(). Takes care of bug #18442. 
+
+2002-09-11  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/standard/string.c: ws fix
+
+    * ext/standard/string.c: fix proto
+
+    * ext/standard/info.c
+      ext/standard/dir.c: ws fix
+
+2002-09-11  Anantha Kesari H Y  <[EMAIL PROTECTED]>
+
+    * ext/ftp/ftp.c: Removed unnecessary code that was added for NetWare
+
+    * netware/start.c: Changed the licence to the one used by PHP Group
+
+    * main/reentrancy.c: NetWare related changes/modifications
+
+2002-09-11  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * NEWS: Added note about file_exits() and friends.
+
+    * ext/standard/filestat.c: Fixed file_exists() on platforms using VCWD.
+
 2002-09-10  Edin Kadribasic  <[EMAIL PROTECTED]>
 
     * ext/standard/array.c


Reply via email to