changelog               Sun Feb  9 20:32:42 2003 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1261 php4/ChangeLog:1.1262
--- php4/ChangeLog:1.1261       Sat Feb  8 20:31:24 2003
+++ php4/ChangeLog      Sun Feb  9 20:32:42 2003
@@ -1,3 +1,303 @@
+2003-02-09  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      sapi/nsapi/nsapi.c:
+      MFH (ws fixes, but merged to ease any fix patch merging)
+
+    * sapi/nsapi/nsapi.c:
+      style, ws
+
+    * sapi/nsapi/nsapi.c:
+      Some compilers puke on these..
+
+    * (PHP_4_3)
+      sapi/nsapi/nsapi.c:
+      MFH: Fixed _SERVER[] variables, memleaks
+
+2003-02-09  Harald Radi  <[EMAIL PROTECTED]>
+
+    * ext/rpc/rpc.c:
+      fix a memleak
+
+2003-02-09  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * ext/standard/file.c:
+      ZTS fix
+
+2003-02-09  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      We move, fix, change or add stuff
+
+    * (PHP_4_3)
+      NEWS:
+      sex with punctuation mark..
+
+2003-02-09  Kai Schröder  <[EMAIL PROTECTED]>
+
+    * ext/standard/datetime.c
+      ext/standard/datetime.c:
+      fix for #17928
+
+2003-02-09  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * ext/rpc/com/com.c
+      ext/rpc/com/com_wrapper.c
+      ext/rpc/com/variant.h:
+      Fix various little leaks and segfaults.
+      Fix scripts like this:
+      $obj = new COM('Foo');
+      $obj2 = $obj->get_object();
+      $obj2->method();  // <-- would segfault here
+
+    * ext/rpc/handler.h
+      ext/rpc/rpc.c:
+      Add get_class_name handler so that the current var_dump implementation does
+      not segfault.
+      Add a generic rpc_object_from_data() function for generating rpc objects
+      from C code (as discussed with Harald).
+
+    * ext/rpc/rpc_proxy.c:
+      Fix some warnings
+
+2003-02-09  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * main/SAPI.c
+      sapi/apache/mod_php4.c
+      sapi/thttpd/thttpd.c:
+      use SUCCESS/FAILURE instead of 0/-1
+
+2003-02-09  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS:
+      Bug fixing news.
+
+    * NEWS:
+      New features.
+
+    * ext/standard/basic_functions.c
+      ext/standard/file.c
+      ext/standard/file.h
+      main/php_streams.h
+      main/streams.c:
+      Added feature request #9173 (added stream_get_line(), this function will
+      read either the specified number of bytes or until the ending string is
+      found).
+
+    * ext/standard/file.c:
+      Added feature request #17983 (optional parameter to mkdir() that makes
+      directory creation recursive).
+      Fixed prototype for file() function.
+
+2003-02-09  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      order, style..
+
+2003-02-09  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/standard/file.c:
+      Added feature request #14097 (option allowing file() command not to include
+      line endings in it's output. As well as another option, which allows blank
+      lines to be excluded from the output).
+
+2003-02-09  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/dba/config.m4:
+      break: First one not needed, second missing.
+
+2003-02-09  Shane Caraveo  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      news entry for previous commit
+
+2003-02-09  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      ext/mime_magic/mime_magic.c
+      ext/standard/aggregation.c
+      ext/standard/basic_functions.c
+      ext/standard/image.c
+      main/SAPI.c
+      main/output.c:
+      MFH: fixed compile failures when ZLIB/PCRE are compiled as shared in same
+      build.
+
+    * ext/mime_magic/mime_magic.c
+      ext/standard/aggregation.c
+      ext/standard/basic_functions.c
+      ext/standard/image.c
+      main/SAPI.c
+      main/output.c:
+      Fixed compile failures when ZLIB / PCRE are compiled as shared
+      extensions in same build.
+
+    * ext/standard/aggregation.c:
+      Let this compile even if PCRE is compiled as shared in same build.
+
+    * ext/pcre/config.m4:
+      Fixed bug #22131, enable use of shared lib with pcre.
+
+2003-02-09  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ext/gd/libgd/gd.c:
+      Kill some warnings
+
+    * ext/gd/gd_bundled.dsp:
+      XBM for win
+
+2003-02-09  Kai Schröder  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/file/003-win32.phpt:
+      shane added is_executable() for windows last night
+
+    * ext/standard/tests/file/003.phpt:
+      reverting to version 1.5; shane added is_executable() for windows last
+      night
+
+    * ext/standard/tests/general_functions/007.phpt
+      ext/standard/tests/general_functions/007.phpt:
+      newlines changed
+
+    * ext/standard/tests/general_functions/getopt.phpt
+      ext/standard/tests/general_functions/getopt.phpt:
+      getopt() is currently not available on Windows
+
+    * (PHP_4_3)
+      ext/standard/tests/file/001-win32.phpt
+      ext/standard/tests/file/001.phpt:
+      there are no symlinks on Windows
+
+    * ext/standard/tests/file/001-win32.phpt
+      ext/standard/tests/file/001.phpt:
+      
+      there are no symlinks on Windows
+
+    * ext/standard/tests/file/003-win32.phpt
+      ext/standard/tests/file/003.phpt:
+      is_executable() does not exist on Windows
+
+    * ext/standard/tests/file/003-win32.phpt
+      ext/standard/tests/file/003-win32.phpt
+      ext/standard/tests/file/003.phpt:
+      
+      file 003-win32.phpt was initially added on branch PHP_4_3.
+
+    * ext/standard/tests/time/002.phpt
+      ext/standard/tests/time/002.phpt:
+      die() to skip second message
+
+    * ext/standard/datetime.c
+      ext/standard/datetime.c:
+      MSVC's mktime() does not examine the existence of a daylight-saving-time
+      zone
+
+    * ext/standard/tests/time/003.phpt
+      ext/standard/tests/time/003.phpt:
+      Windows doesn't know timezone CET
+
+    * ext/standard/tests/time/002.phpt
+      ext/standard/tests/time/002.phpt:
+      skip for Windows (does not support dates prior to midnight, January 1,
+      1970)
+
+    * ext/standard/tests/time/002-win32.phpt:
+      Windows does not support dates prior to midnight, January 1, 1970
+
+    * ext/standard/tests/time/mktime.phpt:
+      test for mktime()
+
+2003-02-09  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/mssql/php_mssql.c
+      ext/mssql/php_mssql.c:
+      - Whitespace fixes
+
+2003-02-09  Kai Schröder  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/time/mktime.phpt
+      ext/standard/tests/time/mktime.phpt:
+      
+      file mktime.phpt was initially added on branch PHP_4_3.
+
+    * ext/standard/tests/time/002-win32.phpt
+      ext/standard/tests/time/002-win32.phpt:
+      
+      file 002-win32.phpt was initially added on branch PHP_4_3.
+
+2003-02-09  Frank M. Kromann  <[EMAIL PROTECTED]>
+
+    * ext/mssql/php_mssql.c
+      ext/mssql/php_mssql.c:
+      cleanup variable initializations
+
+    * ext/mssql/php_mssql.c
+      ext/mssql/php_mssql.c:
+      Fixing coredump when no php.ini file is used
+
+    * ext/mssql/config.m4
+      ext/mssql/php_mssql.h:
+      MFB
+
+2003-02-09  Yasuo Ohgaki  <[EMAIL PROTECTED]>
+
+    * ext/pgsql/pgsql.c:
+      Fixed one more improper row offset handling.
+
+2003-02-09  Frank M. Kromann  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      ext/mssql/php_mssql.h:
+      DBFLT4 is not defined in FreeTDS. Needed for real data types
+
+    * (PHP_4_3)
+      ext/mssql/config.m4:
+      Fixing autodetect of FreeTDS
+
+2003-02-09  Yasuo Ohgaki  <[EMAIL PROTECTED]>
+
+    * ext/pgsql/pgsql.c:
+      Fixed improper result offset handling.
+      Prevent error when connection is broken. (optional)
+
+2003-02-09  Frank M. Kromann  <[EMAIL PROTECTED]>
+
+    * ext/mssql/php_mssql.c
+      ext/mssql/php_mssql.c
+      ext/mssql/php_mssql.h
+      ext/mssql/php_mssql.h:
+      Bug #21707 problem with real
+
+    * ext/gd/gd.dsp
+      ext/gd/gd_bundled.dsp:
+      Syncronize with branch
+
+    * (PHP_4_3)
+      ext/gd/gd.dsp:
+      Fixing build with GD 2.0.11
+
+    * (PHP_4_3)
+      ext/gd/gd_bundled.dsp:
+      Adding missing HAVE_GD_STRINGFTEX define
+
+    * (PHP_4_3)
+      ext/gd/gd.dsp
+      ext/gd/gd_bundled.dsp:
+      Adding some missing defines to enable functions.
+      Fixing bug #22130
+
+2003-02-09  Shane Caraveo  <[EMAIL PROTECTED]>
+
+    * ext/standard/basic_functions.c
+      ext/standard/filestat.c
+      ext/standard/php_filestat.h:
+      is_executable() now available on win32
+      stats can now get information provided by access()
+
+    * run-tests2.php:
+      whitespace changes
+
 2003-02-08  Sascha Schumann  <[EMAIL PROTECTED]>
 
     * ext/gettext/gettext.c:


Reply via email to