changelog               Fri Apr 26 20:35:26 2002 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1026 php4/ChangeLog:1.1027
--- php4/ChangeLog:1.1026       Thu Apr 25 20:41:32 2002
+++ php4/ChangeLog      Fri Apr 26 20:35:20 2002
@@ -1,3 +1,63 @@
+2002-04-26  Yasuo Ohgaki  <[EMAIL PROTECTED]>
+
+    * ext/standard/filestat.c
+      ext/standard/php_filestat.h
+      ext/standard/basic_functions.c: Fixed bug #16861.
+    touch sets wrong atime or mtime when they are not specified.
+    touch silently failed when HAVE_UTIME is not defined.
+    (This needs more consideration. Which platform does not support it?)
+
+2002-04-26  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * NEWS: - News entry about the change in php.ini-*
+
+
+    * php.ini-dist
+      php.ini-recommended:
+    Default setting for short_open_tag is better be Off.
+
+2002-04-26  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * ext/session/session.c: three less strlen invocations
+
+    * sapi/apache2filter/config.m4
+      sapi/apache/config.m4: be a bit more verbose about what is wrong
+
+2002-04-26  Harald Radi  <[EMAIL PROTECTED]>
+
+    * ext/com/com.h:
+    this patch should fix a bug where intermediate comvals were not
+    released before they were freed. this caused outproc com server
+    to belive that they still referenced even when the php process
+    already terminated.
+
+2002-04-26  Dan Kalowsky  <[EMAIL PROTECTED]>
+
+    * ext/odbc/php_odbc.c:
+    bug fix for bug #15758, a double free'ing of an ODBC connection
+
+2002-04-26  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * sapi/apache/libphp4.module.in: Fix external builds
+
+    * configure.in: reuse known values
+
+    * ext/mbstring/mbstring.h
+      ext/mbstring/php_mbregex.c: Improve use of module_globals macros
+
+2002-04-26  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * sapi/apache2filter/config.m4
+      sapi/apache/config.m4:
+    MFH: fix bug: #16791 (more reliable version check)
+
+    * sapi/apache2filter/config.m4
+      sapi/apache/config.m4: - Fix for bug: #16791. (more reliable test)
+
+2002-04-26  Tomas V.V.Cox  <[EMAIL PROTECTED]>
+
+    * pear/DB/pgsql.php: E_ALL fix when DSN is given as an array
+
 2002-04-25  jim winstead  <[EMAIL PROTECTED]>
 
     * ext/standard/url_scanner_ex.c: update generated file


Reply via email to