]> granicus.if.org Git - php/commitdiff
- add ::open to the safemode check entry
authorPierre Joye <pajoye@php.net>
Wed, 14 Mar 2007 15:10:37 +0000 (15:10 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 14 Mar 2007 15:10:37 +0000 (15:10 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 590096f92a5af6341948613f9f29d3a81837c287..6ad0d78c0a314c23d51869f08ca9524e64af444b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,8 @@ PHP                                                                        NEWS
   . Added SplFileInfo::getLinkTarget(), SplFileInfo::getRealPath().
 - Added --ri switch to CLI which allows to check extension information. (Marcus)
 - Added tidyNode::getParent() method (John, Nuno)
-- Added openbasedir and safemode checks in zip:// stream wrapper (Pierre)
+- Added openbasedir and safemode checks in zip:// stream wrapper and 
+  ZipArchive::open (Pierre)
 - Fixed possible relative path issues in zip_open and TS mode (old API) (Pierre)
 - Fixed zend_llist_remove_tail (Michael Wallner, Dmitry)
 - Fixed a thread safety issue in gd gif read code (Nuno, Roman Nemecek)