summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2002-12-11 08:31:56 +0000
committerGeorg Richter <georg@php.net>2002-12-11 08:31:56 +0000
commit19a13f29b0756160cd3e50de86d5ea36fe7b763a (patch)
tree00213642a44e96d5223a1ffbe1c89221e7fa477f
parent230f4ebb065accb9a08076fff06125fd63280529 (diff)
downloadphp-git-19a13f29b0756160cd3e50de86d5ea36fe7b763a.tar.gz
fixed security bug in libmysql
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ed1082fcd3..0337b4997c 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ PHP 4 NEWS
This function is only available with bundled GD. (Pierre-Alain Joye, Ilia)
? ? ??? 2002, Version 4.3.0
+- Fixed a security bug in the embedded mysql library (Georg,Stefan)
- 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.