summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2007-06-18 22:35:30 +0000
committerfoobar <sniper@php.net>2007-06-18 22:35:30 +0000
commit0475096ea1679ee3ff97dea82613c61183bae7c4 (patch)
tree22ac8666a3507cc9d407fc673eeb3b4be17dc53d /NEWS
parent6d754185df26d9e3882baa02e6b64e4216471fd2 (diff)
downloadphp-git-0475096ea1679ee3ff97dea82613c61183bae7c4.tar.gz
rephrase
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 85dd77e9b3..cfe741898d 100644
--- a/NEWS
+++ b/NEWS
@@ -28,8 +28,8 @@ PHP NEWS
- Fixed money_format() not to accept multiple %i or %n tokens. (Stas, Ilia)
- Fixed zend_alter_ini_entry() memory_limit interruption vulnerability.
(Ilia)
-- Fixed INFILE LOCAL option handling with MySQL - now not allowed when
- open_basedir or safe_mode is active (Stas)
+- Fixed INFILE LOCAL option handling with MySQL extensions not to be allowed
+ when open_basedir or safe_mode is active. (Stas)
- Fixed PECL bug #11216 (crash in ZipArchive::addEmptyDir when a directory
already exists). (Pierre)