diff options
author | Pierre Joye <pajoye@php.net> | 2009-01-20 01:45:12 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2009-01-20 01:45:12 +0000 |
commit | b0c1d09cda82d9d57eaebda5a2ab061f8f283ccd (patch) | |
tree | 99810c6cd567cc3180932a32ab14894ee1282ed4 | |
parent | d0c201d3f462367f87f1211dc4fc6f35c21af876 (diff) | |
download | php-git-b0c1d09cda82d9d57eaebda5a2ab061f8f283ccd.tar.gz |
- fnmatch entry
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |