1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 01:18:19 +02:00

* Update for bug #47370.

This commit is contained in:
Moriyoshi Koizumi
2009-02-12 18:32:14 +00:00
parent d719c020e6
commit afeef64609
+1 -1
View File
@@ -12,7 +12,7 @@ PHP NEWS
properties and __get(). (Andrei)
- Added optional sorting type flag parameter to array_unique(). Default is
SORT_REGULAR. (Andrei)
SORT_STRING. (Andrei)
- Fixed a crash on extract in zip when files or directories entry names contain
a relative path. (Pierre)