]> granicus.if.org Git - php/commitdiff
wrapped the lines to be max. 80 chars as some people still use antique..
authorfoobar <sniper@php.net>
Thu, 15 May 2003 12:48:15 +0000 (12:48 +0000)
committerfoobar <sniper@php.net>
Thu, 15 May 2003 12:48:15 +0000 (12:48 +0000)
NEWS

diff --git a/NEWS b/NEWS
index cc00511a9880e2390c864df77c62b13c2fe5c03d..dfa7746e8bd747d1c09e4bc84d1d082886da92c4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Apr 2003, Version 4.3.2
+?? May 2003, Version 4.3.2
 - Syncronized bundled GD library with GD 2.0.12. (Ilia)
 - Removed support for GDLIB version 1.x.x (php_gd.dll) on Windows. (Edin)
 - Enabled read-only GIF support in the bundled GDLIB (php_gd2.dll) on Windows.
@@ -29,7 +29,8 @@ PHP 4                                                                      NEWS
   --enable-memory-limit. (Andrey)
 - Added improved JPEG 2000 support for getimagesize(). (Marcus, Adam Wright)
 - Added XBM and WBMP support for getimagesize(). (Marcus)
-- Added KOI8-R, CP866, and CP1251 support for htmlentities(). (Antony Dovgal, Moriyoshi)
+- Added KOI8-R, CP866, and CP1251 support for htmlentities(). 
+  (Antony Dovgal, Moriyoshi)
 - Added domdocument->free() to free XML-documents from memory. (Rob Richards)
 - Fixed spurious fsync calls during socket communication. (Sascha)
 - Fixed a possible vhost issue in thttpd. (Sascha, dgl@dgl.cx)
@@ -37,10 +38,12 @@ PHP 4                                                                      NEWS
 - Fixed a lot of memory leaks in domxml. (Rob Richards, Chregu)
 - Fixed a bug in GD's truecolor TTF handling. (Derick)
 - Fixed several 64-bit problems. (Dave)
-- Fixed several errors in hwapi extension. Objects weren't handled properly. (Uwe)
+- Fixed several errors in hwapi extension. Objects weren't handled properly.
+  (Uwe)
 - Fixed bug #23606 (Unable to build --with-db4 (db4.1.25)). (Marcus)
 - Fixed bug #23567 (pfsockopen() returns dead connections). (Wez)
-- Fixed bug #23527 (PostScript Type 1 fonts do not render properly). (nid@home.se, Ilia)
+- Fixed bug #23527 (PostScript Type 1 fonts do not render properly).
+  (nid@home.se, Ilia)
 - Fixed bug #23371 (configure falsely detects c-client using SSL). (Jani)
 - Fixed bug #23340 (fopen on multiple URLs causes memory corruption). (Wez)
 - Fixed bug #23298 (serialize cuts off floats & doubles). (Ilia)
@@ -54,38 +57,48 @@ PHP 4                                                                      NEWS
   (Jay, Marcus, Moriyoshi)
 - Fixed bug #23152 ($http_response_header empty on invalid URLs). (Ilia)
 - Fixed bug #23102 (integer overflow in exif_iif_add_value()). (Ilia)
-- Fixed bug #23099 (ext/interbase: "libgds.so: undefined reference to 'crypt'"). (Jani)
+- Fixed bug #23099 (ext/interbase: libgds.so: undefined reference to 'crypt').
+  (Jani)
 - Fixed bug #23093 (highlight_string() crashed with __FUNCTION__). (Jani)
 - Fixed bug #23080 (socket_strerror() crashes on win32). (Moriyoshi)
-- Fixed bug #23071 (when DST in effect, date("T") crashed PHP). (Scott MacVicar, Jani)
+- Fixed bug #23071 (when DST in effect, date("T") crashed PHP).
+  (Scott MacVicar, Jani)
 - Fixed bug #23069 (tempnam creates readonly file [win32]). (Wez)
 - Fixed bug #23009 (pg_select with timestamp). (Marcus, Jay)
 - Fixed bug #23008 (ldap_start_tls() not available on Windows). (Edin)
-- Fixed bug #23004 (When ftp_close() is called, send QUIT to the ftp server). (Ilia)
+- Fixed bug #23004 (When ftp_close() is called, send QUIT to the ftp server).
+  (Ilia)
 - Fixed bug #22989 (sendmail not found by configure). (igyu@ionsphere.org)
 - Fixed bug #22987 (missing perror() check in configure). (Jani)
 - Fixed bug #22965 (Crash in gd lib's ImageFillToBorder()). (Ilia)
 - Fixed bug #22939 (crash in imap_header_info()). (Ilia)
-- Fixed bug #22844 (Changing bool value via -d or ini_set(), On would be Off). (Ilia)
-- Fixed bug #22786 (Crash when trying to call DomAttribute's set_namespace method). (Chregu)
+- Fixed bug #22844 (Changing bool value via -d or ini_set(), On would be Off).
+  (Ilia)
+- Fixed bug #22786 (Crash when trying to call DomAttribute's 
+  set_namespace method). (Chregu)
 - Fixed bug #22775 (Fatal errors exit with status 0 with CGI/CLI). (Jani)
 - Fixed bug #22774 (PHP crashes when exiting (long XML doc)). (Rob Richards)
-- Fixed bug #22751 (Compile error in gdcache.c when external libgd is used). (Jani)
+- Fixed bug #22751 (Compile error in gdcache.c when external libgd is used).   
+  (Jani)
 - Fixed bug #22721 (Poor file() performance on systems without mmap). (Wez)
-- Fixed bug #22709 (Crash in interbase when database unavailable). (Vladimir Michl)
+- Fixed bug #22709 (Crash in interbase when database unavailable).
+  (Vladimir Michl)
 - Fixed bug #22681 (Crash when reading from invalid file pointer). (Ilia)
 - Fixed bug #22672 (User not logged under Apache2). (Ian) 
 - Fixed bug #22616 (Wrong order of -lssl and -lcrypto with IMAP). (Jani)
 - Fixed bug #22613 (imagettfbox() does not add the kerning distance to the
   running position). (Ilia)
 - Fixed bug #22585 (Do not terminate the script on minor errors). (Ilia)
-- Fixed bug #22550 (overflow protection for upload_max_filesize ini option). (Ilia)
+- Fixed bug #22550 (overflow protection for upload_max_filesize ini option).
+  (Ilia)
 - Fixed bug #22544 (writing transparency to truecolor png images). (Ilia)
 - Fixed bug #22538 (failed stat on stdio/stdin/stderr streams). (Wez, Ilia)
 - Fixed bug #22530 (append_child does not unlink node). (Chregu)
-- Fixed bug #22520 (mcrypt_generic_deinit() was not available on Windows). (Edin)
+- Fixed bug #22520 (mcrypt_generic_deinit() was not available on Windows).
+  (Edin)
 - Fixed bug #22508 (Added protection against circular HTML redirects). (Ilia)
-- Fixed bug #22473 (ISAPI Secure Server variables not available). (Christian Swoboda)
+- Fixed bug #22473 (ISAPI Secure Server variables not available).
+  (Christian Swoboda)
 - Fixed bug #22402 (opening of ftp for read/write could fail due to invalid
   return code handling). (Ilia)
 - Fixed bug #22384 (FNM_CASEFOLD is not available). (Hartmut)
@@ -99,19 +112,23 @@ PHP 4                                                                      NEWS
 - Fixed bug #22312 (crash on failed connection when curl_getinfo() was called).
   (Phil Oleson <poleson@verio.net>)
 - Fixed bug #22308 (optimized passthru, code is now ~40 times faster). (Ilia)
-- Fixed bug #22306 (pg_lo_seek($h, 0, PGSQL_SEEK_SET) succeeds but returns false). (Jani)
+- Fixed bug #22306 (pg_lo_seek($h, 0, PGSQL_SEEK_SET) succeeds but
+  returns false). (Jani)
 - Fixed bug #22301 (htmlspecialchars() crashes Apache on Tru64). (Ilia)
-- Fixed bug #22299 (gethostbyname() with non-existing domain crashed on MacOSX). (Jani)
+- Fixed bug #22299 (gethostbyname() with non-existing domain crashed on MacOSX).
+  (Jani)
 - Fixed bug #22283 (possible crash when opening relative URLs). (Ilia)
 - Fixed bug #22238 (stream_select() clobbers fifos under win9x). (Wez)
 - Fixed bug #22234 (copy() fails if source file has 0 length). (Moriyoshi)
-- Fixed bug #22227 (printf() field limiters broke between 4.2.3 and 4.3.0). (Moriyoshi)
+- Fixed bug #22227 (printf() field limiters broke between 4.2.3 and 4.3.0).
+  (Moriyoshi)
 - Fixed bug #22224 (implode() changes object references in array). (Moriyoshi)
 - Fixed bug #22221 (bad rows count in the result object for postgresql). (Marc)
 - Fixed bug #22207 (e notation in *printf would be missing a 0 when there is
   no exponent). (Ilia)
 - Fixed bug #22220 ("php_admin_value open_basedir none" does not work). (Jani)
-- Fixed bug #22191 (frontbase build broken with old version of frontbase). (Ilia)
+- Fixed bug #22191 (frontbase build broken with old version of frontbase). 
+  (Ilia)
 - Fixed bug #22187 (spprintf function did not handle floats correctly). (Ilia)
 - Fixed bug #22149 (incorrect insertion of session id when tabs are used to
   separate tag elements). (Ilia)
@@ -125,19 +142,27 @@ PHP 4                                                                      NEWS
   abnormally large number of special characters). (Ilia)
 - Fixed bug #22042 (pg_result_seek() would never seek to the 1st row in the
   result due to always seeking to row next to the one requested). (Ilia)
-- Fixed bug #22031 (Made curl_write() & curl_write_header() binary safe). (Ilia)
-- Fixed bug #22022 (Crash in imap_mail_compose() if the body is an empty array). (Ilia)
-- Fixed bug #22017 (date() does not support negative timestamps on win32). (Ilia)
+- Fixed bug #22031 (Made curl_write() & curl_write_header() binary safe).
+  (Ilia)
+- Fixed bug #22022 (Crash in imap_mail_compose() if the body is an empty array).
+  (Ilia)
+- Fixed bug #22017 (date() does not support negative timestamps on win32).
+  (Ilia)
 - Fixed bug #22008 (strip_tags() eliminates too much). (Moriyoshi)
 - Fixed bug #22004 (Overload extension and _call() breaks classes). (Shane)
-- Fixed bug #21998 (array_pop() did not reset the current array position). (Jani)
+- Fixed bug #21998 (array_pop() did not reset the current array position).
+  (Jani)
 - Fixed bug #21978, #21036 (win32 mail(), bcc: gets interpreted as cc:). (Sara)
 - Fixed bug #21885 (move_uploaded_file() does not ignore open_basedir). (Wez)
-- Fixed bug #21820 ("$arr['foo']" generates bogus E_NOTICE, should be E_PARSE). (Jani)
-- Fixed bug #21815 (fpassthru() ignored buffered data but complained anyway). (Wez)
-- Fixed bug #21809 (select would not always timeout during socket shutdown). (Wez)
+- Fixed bug #21820 ("$arr['foo']" generates bogus E_NOTICE, should be E_PARSE).
+  (Jani)
+- Fixed bug #21815 (fpassthru() ignored buffered data but complained anyway).
+  (Wez)
+- Fixed bug #21809 (select would not always timeout during socket shutdown).
+  (Wez)
 - Fixed bug #21751 (default output buffer could not be deleted). (Marcus)
-- Fixed bug #21725 (return behaviour differs between include and require). (Zeev)
+- Fixed bug #21725 (return behaviour differs between include and require).
+  (Zeev)
 - Fixed bug #21713 (include remote files leaks descriptors on Solaris). (Wez)
 - Fixed bug #21708 (ucwords() trouble again). (Moriyoshi)
 - Fixed bug #21689 (fgetcsv() suppresses some characters before a separator).
@@ -154,19 +179,23 @@ PHP 4                                                                      NEWS
 - Fixed bug #21523 (number_format() could cause a memory allocation for a
   negative memory size in situations where the sprintf implementation of the
   host system generated less decimal places than were requested). (Wez)
-- Fixed bug #21518 (imagecreatefromstring() crashed with invalid image files). (Ilia)
+- Fixed bug #21518 (imagecreatefromstring() crashed with invalid image files).
+  (Ilia)
 - Fixed bug #21511 (config.status warning). (Jani)
 - Fixed bug #21498 (mysql_pconnect connection problems). (Georg)
-- Fixed bug #21453 (improper handling of non-terminated < by strip_tags()). (Ilia)
+- Fixed bug #21453 (improper handling of non-terminated < by strip_tags()).
+  (Ilia)
 - Fixed bug #21445 (gd unable to open fonts). (Ilia)
-- Fixed bug #21443 (improper handling of ? surrounded by spaces in get_browser()). (Ilia)
-- Fixed bug #21442 (crash in mail() on Windows when 1st parameter is empty). (Edin)
+- Fixed bug #21443 (improper handling of ? surrounded by spaces 
+  in get_browser()). (Ilia)
+- Fixed bug #21442 (crash in mail() on Windows when 1st parameter is empty). 
+  (Edin)
 - Fixed bug #21410 (fixed handling of NULL or "" files on Win32). (Ilia)
 - Fixed bug #21378 (COM code crashes after update 4.2.1 to 4.3.0). (Harald)
 - Fixed bug #21338 (html_entity_decode() crashed when "" is passed). (Ilia)
 - Fixed bug #21310 (Solaris has issues with getcwd() needing read permissions
   on directories instead of just execute). (Wez, jflemer)
-- Fixed bug #21297 (in CLI/CGI sapis on the #! it would leave a \n when the code 
+- Fixed bug #21297 (in CLI/CGI on the #! it would leave a \n when the code 
   encounters \r\n). (Ilia)
 - Fixed bug #21268 (session_decode() returned FALSE on success). (Ilia)
 - Fixed bug #21267 (opening URLs that result in redirection to a relative
@@ -175,22 +204,29 @@ PHP 4                                                                      NEWS
 - Fixed bug #21228 (broken check for ob_gzhandler and made ob_start() return
   the correct value). (Ilia)
 - Fixed bug #21226 (parse_url handling of urls without a path). (Ilia)
-- Fixed bug #21224 (apache configure fails when using --enable-versioning). (Jani)
+- Fixed bug #21224 (apache configure fails when using --enable-versioning).
+  (Jani)
 - Fixed bug #21169 (Compile Failure and lots of warnings on UnixWare). (Derick)
 - Fixed bug #21131 (fopen() with mode 'a+' and rewind() doesn't work). (Wez)
 - Fixed bug #20857 (snmpset() failed always, patch by: rs@epost.de). (Jani)
 - Fixed bug #20802 (PHP would die silently when memory limit reached). (Ilia)
 - Fixed bug #20715 (odbc could not be compiled as shared extension). (Jani)
-- Fixed bug #20641 (Numeric/decimal datatype overflow in ext/interbase on Win32). (Daniela)
+- Fixed bug #20641 (Numeric/decimal datatype overflow in ext/interbase
+  on Win32). (Daniela)
 - Fixed bug #20503 (imagesetbrush() not available on Windows). (Edin)
 - Fixed bug #20282 (COM memory leak). (Harald)
 - Fixed bug #20256 (snprintf() not defined on some systems). (Jani)
-- Fixed bug #19919 (crash in sapi_apache_header_handler under heavy load). (George)
+- Fixed bug #19919 (crash in sapi_apache_header_handler under heavy load).
+  (George)
 - Fixed bug #19795 (Problems with strnatcmp() / strnatcasecmp()). (Moriyoshi)
-- Fixed bug #17868 (multiple <!--include--> used to include PHP files crashes). (Ilia)
-- Fixed bug #17448 (Print the message when OCI_SUCCESS_WITH_INFO is returned). (Maxim)
-- Fixed bug #17098 (make Apache2 aware that PHP scripts should not be cached). (Ilia)
-- Fixed bug #16798 (Compile failure with LOB support for Oracle version < 8.1). (Maxim)
+- Fixed bug #17868 (multiple <!--include--> used to include PHP files crashes).
+  (Ilia)
+- Fixed bug #17448 (Print the message when OCI_SUCCESS_WITH_INFO is returned).
+  (Maxim)
+- Fixed bug #17098 (make Apache2 aware that PHP scripts should not be cached). 
+  (Ilia)
+- Fixed bug #16798 (Compile failure with LOB support for Oracle version < 8.1).
+  (Maxim)
 - Fixed bug #14532 (fixed connection_status() to return 2 for timeouts). (Jani)
 - Fixed bug #14245 ('make install' fails on AIX when using --with-apxs). (Jani)
 - Fixed bug #13561 (--without-pear disabled phpize/php-config install). (Jani)