summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-01-20 01:45:12 +0000
committerPierre Joye <pajoye@php.net>2009-01-20 01:45:12 +0000
commitb0c1d09cda82d9d57eaebda5a2ab061f8f283ccd (patch)
tree99810c6cd567cc3180932a32ab14894ee1282ed4
parentd0c201d3f462367f87f1211dc4fc6f35c21af876 (diff)
downloadphp-git-b0c1d09cda82d9d57eaebda5a2ab061f8f283ccd.tar.gz
- fnmatch entry
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 86f45b1d23..275f283f25 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,7 @@ PHP NEWS
- Changed open_basedir to allow tightening in runtime contexts. (Sara)
- Changed PHP/Zend extensions to use flexible build IDs. (Stas)
+- Added support for fnmatch() on Windows. (Pierre)
- Added support for time_nanosleep() and time_sleep_until() on Windows.
(Pierre)
- Added support for symlink(), readlink(), linkinfo() and link() on Windows.