summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMarkus Fischer <mfischer@php.net>2002-10-28 20:32:58 +0000
committerMarkus Fischer <mfischer@php.net>2002-10-28 20:32:58 +0000
commit71ecd46bf97c69d9118e0a5a6bfe7794776e2dc0 (patch)
tree3e46dac9ad7e9c828b00ba6c720c94d50a3bf96b /NEWS
parent4ba703577b28802beb735b1422f5519ad2b9c1b9 (diff)
downloadphp-git-71ecd46bf97c69d9118e0a5a6bfe7794776e2dc0.tar.gz
- Update & keep most important things on top.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 7 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 1874885db1..78bfa6b3f6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,6 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 2002, Version 4.3.0
-- Remove $_FILES from $_REQUEST (import_request_variables is not modified),
- this didn't work properly in the first place, and added confusion.
- (Sterling)
-- Fix the socket_read() function on win32 to work in normal mode (reading to
- the end of a line), as well as binary mode. (Sterling)
- ATTENTION! "make install" will *by default* install the CLI SAPI binary in
{PREFIX}/bin/php. If you don't disable the CGI binary, it will be
installed as {PREFIX}/bin/php-cgi.
@@ -16,6 +11,13 @@ PHP 4 NEWS
. ext/icap
. sapi/fhttpd
- Moved ext/vpopmail to PECL. (James)
+- Fixed bug #17497 (mssql extension crashes if magic_quotes_runtime is on).
+ (Sterling)
+- Remove $_FILES from $_REQUEST (import_request_variables is not modified),
+ this didn't work properly in the first place, and added confusion.
+ (Sterling)
+- Fix the socket_read() function on win32 to work in normal mode (reading to
+ the end of a line), as well as binary mode. (Sterling)
- Fixed bug #20110 (added sanity check to prevent include/require functions
from trying to include directories). (Ilia)
- Fixed bug #20108 (segmentation fault on printf("%1.1s", "string")). (Ilia)