- fnmatch entry

This commit is contained in:
Pierre Joye 2009-01-20 01:45:12 +00:00
parent d0c201d3f4
commit b0c1d09cda

1
NEWS
View File

@ -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.