summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2007-06-18 22:03:32 +0000
committerStanislav Malyshev <stas@php.net>2007-06-18 22:03:32 +0000
commit83c89d69b64b6034ac5921dbec0b9ac079cfa46c (patch)
tree36c442efe21e9e7233797d3a06eb561a61088189
parenta5b3ddd83084bc66d0bd0653ee609d4032f6405c (diff)
downloadphp-git-83c89d69b64b6034ac5921dbec0b9ac079cfa46c.tar.gz
mysql fix
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ab886b819d..5edf60f936 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ PHP 4 NEWS
- Fixed money_format() not to accept multiple %i or %n tokens. (Stas, Ilia)
- Addded "max_input_nesting_level" php.ini option to limit nesting level of
input variables. Fix for MOPB-03-2007. (Stas)
+- Fixed INFILE LOCAL option handling with MySQL - now not allowed when
+ open_basedir or safe_mode is active (Stas)
- Fixed bug #41630 (segfault when an invalid color index is present in
the image data). (Reported by Elliot <wccoder@gmail dot com>) (Pierre)
- Fixed bug #41628 (PHP settings leak between Virtual Hosts in