mysql fix

This commit is contained in:
Stanislav Malyshev 2007-06-18 22:06:33 +00:00
parent b925a9248b
commit 6d754185df

2
NEWS
View File

@ -28,6 +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 PECL bug #11216 (crash in ZipArchive::addEmptyDir when a directory
already exists). (Pierre)