changelog               Tue Feb 11 20:31:44 2003 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1263 php4/ChangeLog:1.1264
--- php4/ChangeLog:1.1263       Mon Feb 10 20:31:22 2003
+++ php4/ChangeLog      Tue Feb 11 20:31:44 2003
@@ -1,3 +1,198 @@
+2003-02-11  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * configure.in:
+      supply mandir to makefile
+
+2003-02-11  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      main/SAPI.c:
+      MFH: reverted my patch & applying a new patch by Stefan Esser
+
+2003-02-11  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS:
+      Bug fixing news.
+
+    * ext/imap/php_imap.c:
+      Fixed bug #22048 (crash in imap_headers when the e-mail contains an
+      abnormally large number of special characters).
+
+    * NEWS:
+      New function news.
+
+    * ext/standard/basic_functions.c
+      ext/standard/php_string.h
+      ext/standard/string.c:
+      Added strpbrk(), which is essentially a wrapper around C's strpbrk function
+      that allows searching through a string for a character list.
+
+2003-02-11  Stefan Esser  <[EMAIL PROTECTED]>
+
+    * main/SAPI.c:
+      size matters not.
+
+    * main/SAPI.c:
+      8 + 20 + 1 + 1 = 30
+      
+      There was no Bufferoverflow on 64bit systems.
+      
+      And the "fix" broke the header code on systems with old style snprintf.
+
+2003-02-11  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * configure.in
+      build/buildcheck.sh:
+      - Fixed some weird crashes causd by the new default behaviour
+        of libtool 1.4.3
+      - Require libtool 1.4.3 or newer from now on.
+
+2003-02-11  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * sapi/cli/php_cli.c:
+      Make that clear
+
+    * sapi/cli/php.1:
+      Document -H added by Ilia
+
+    * main/spprintf.c:
+      speed up
+
+2003-02-11  Melvyn Sopacua  <[EMAIL PROTECTED]>
+
+    * ext/xslt/TODO:
+      Update time
+
+2003-02-11  Ian Holsman  <[EMAIL PROTECTED]>
+
+    * sapi/apache2handler/.cvsignore
+      sapi/apache2handler/CREDITS
+      sapi/apache2handler/README
+      sapi/apache2handler/apache_config.c
+      sapi/apache2handler/config.m4
+      sapi/apache2handler/php.sym
+      sapi/apache2handler/php4apache2.dsp
+      sapi/apache2handler/php_apache.h
+      sapi/apache2handler/php_functions.c
+      sapi/apache2handler/sapi_apache2.c:
+      initial checkin of the apache2 SAPI using a handler instead of filters.
+      TBD: src highlighting
+           better post handling
+
+2003-02-11  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * sapi/cli/php_cli.c:
+      Added -H option to CLI binary. This option can be used to hide any
+      arguments
+      including the script name passed to the CLI binary.
+
+2003-02-11  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS
+      NEWS:
+      fugbix news
+
+2003-02-11  Zeev Suraski  <[EMAIL PROTECTED]>
+
+    * ext/rpc/rpc.c:
+      Fix random crashes
+
+2003-02-11  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * ext/mbstring/mbstring.c:
+      Fixed ZTS build
+
+2003-02-11  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/readline/config.m4:
+      - There's no point in allowing using both --with-readline and
+      --with-libedit
+        the same time. Prefer --with-readline.
+      - Use PHP_ADD_LIBRARY when there is no path available.
+
+    * (PHP_4_3)
+      NEWS:
+      Moved one entry from HEAD here..
+
+    * NEWS:
+      moved entry to branch NEWS
+
+    * (PHP_4_3)
+      ext/ingres_ii/ii.c:
+      MFH: - Fixed bug: #21549 (problem with Ingres II persistent connections)
+
+    * ext/ingres_ii/ii.c:
+      - Fixed bug: #21549 (problem with Ingres II persistent connections)
+
+2003-02-11  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * sapi/apache/config.m4:
+      move check to proper place
+
+    * sapi/apache/config.m4
+      sapi/apache/mod_php4.c:
+      Detect whether BUFFs contain a fd element. IBM is hiding the actual
+      descriptor behind a void *, so we just disable this for IBM servers
+
+2003-02-11  Frank M. Kromann  <[EMAIL PROTECTED]>
+
+    * ext/mssql/php_mssql.c
+      ext/mssql/php_mssql.c:
+      Bug #20426. Convert SMALLDATETIME correct
+
+2003-02-11  Stig Bakken  <[EMAIL PROTECTED]>
+
+    * pear/Makefile.frag:
+      - clean up so Jani is not so confused
+
+2003-02-11  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * sapi/thttpd/thttpd_patch:
+      Add "log to stdout" feature
+
+2003-02-11  Harald Radi  <[EMAIL PROTECTED]>
+
+    * ext/rpc/handler.h
+      ext/rpc/rpc.c
+      ext/rpc/rpc.h:
+      clean up source and improve hashing for implicitly
+      created objects (aka return values)
+
+    * ext/rpc/com/com.c
+      ext/rpc/com/com.h:
+      improved reverse lookup of ProgID based on an IDispatch pointer
+
+2003-02-11  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * php.ini-dist
+      php.ini-recommended:
+      update regarding session.save_path
+
+    * ext/session/mod_files.c:
+      support setting the filemode using session.save_path
+
+    * ext/session/php_session.h
+      ext/session/session.c:
+      use appropiate prefixes in the ps_module structure so we don't clash
+      with syscalls
+
+2003-02-11  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      fix news entry per for file() parameter..
+
+    * (PHP_4_3)
+      NEWS:
+      dots..I love ya..
+
+    * NEWS:
+      Blah
+
+    * NEWS:
+      krhm..
+
 2003-02-10  Wez Furlong  <[EMAIL PROTECTED]>
 
     * ext/rpc/com/com_wrapper.c:


Reply via email to