changelog               Wed Jun 26 20:22:11 2002 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1087 php4/ChangeLog:1.1088
--- php4/ChangeLog:1.1087       Tue Jun 25 20:22:12 2002
+++ php4/ChangeLog      Wed Jun 26 20:22:08 2002
@@ -1,3 +1,109 @@
+2002-06-26  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/imap/php_imap.c: MFH: fix for bug: #17999
+
+    * ext/imap/php_imap.c: - Fixed bug: #17999
+    - The errors should always be stored, but they are not supposed to be
+      shown at request shutdown unless E_NOTICES are allowed.
+
+2002-06-26  Anil Madhavapeddy  <[EMAIL PROTECTED]>
+
+    * ext/ncurses/config.m4:
+    use LIBNAME consistently.  Useful on systems like OpenBSD where the curses
+    library is called 'curses' and not 'ncurses'
+
+    * ext/ncurses/example1.php:
+    the ncurses_getch() is in the wrong place and never gets run
+
+2002-06-26  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/odbc/config.m4: Better not pollute the EXTRA_LIBS with libpaths.
+
+2002-06-26  Marcus Börger  <[EMAIL PROTECTED]>
+
+    * main/spprintf.c: -xbuf_resize does not need to have return value
+
+2002-06-26  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * main/main.c
+      main/php_globals.h
+      php.ini-dist
+      php.ini-recommended:
+    - Implement Andrei's request for disabling memory leak reporting in debug
+      builds.
+
+    * ext/standard/credits_sapi.h: - And the SAPI too
+
+    * ext/standard/credits_ext.h: - Update credits
+
+    * ext/mime_magic/TODO: - Update TODO
+
+    * ext/mime_magic/mime_magic.c: - Nuke some TSRMLS_FETCHes
+
+2002-06-26  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * build/buildcheck.sh: silence the warning when glibtool is not found..
+
+2002-06-26  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/gd/gd.c: - Fix build
+
+    * Makefile.global:
+    - Let make clean follow symlinks (tested on Linux, IRIX, Solaris, FreeBSD
+      and Tru64)
+
+    * ext/pgsql/config.m4: - Fix typo
+
+    * ext/mcrypt/mcrypt.c: - Unify error messages
+
+    * ext/mnogosearch/php_mnogo.c
+      ext/msession/msession.c: Unify error messages
+
+2002-06-26  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * build/buildcheck.sh:
+    Prefer glibtool over libtool for Mac OS X compatibility
+
+    Submitted by: various people, including [EMAIL PROTECTED]
+
+2002-06-26  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/msql/php_msql.c
+      ext/mssql/php_mssql.c
+      ext/mysql/php_mysql.c: Unify error messages
+
+2002-06-26  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * ext/interbase/interbase.c
+      sapi/aolserver/aolserver.c:
+    Fix code which makes wrong assumptions about the return value of snprintf.
+
+    The AOLserver module did not use the return value, so simply drop it.
+
+2002-06-26  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/domxml/php_domxml.c
+      ext/dba/dba.c
+      ext/db/db.c: Unify error messages
+
+2002-06-26  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * ext/standard/var.c: - No idea why this wasn't crashing before.
+
+2002-06-26  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/cyrus/cyrus.c
+      ext/cybercash/cybercash.c
+      ext/curl/curl.c
+      ext/cpdf/cpdf.c
+      ext/com/COM.c
+      ext/ccvs/ccvs.c
+      ext/calendar/easter.c
+      ext/bcmath/bcmath.c
+      ext/aspell/aspell.c: Unify error messages
+
+    * ext/ldap/ldap.c: - Unify error messages
+
 2002-06-25  Marcus Börger  <[EMAIL PROTECTED]>
 
     * ext/gd/gd.c: map imageellipse to imagearc if missing


Reply via email to