1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00

Make sense of these NEWS entries

This commit is contained in:
Hannes Magnusson
2009-01-19 08:50:50 +00:00
parent d60692dabc
commit f42dfac501

7
NEWS
View File

@@ -23,9 +23,10 @@ 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 time_ nanosleep and time_ sleep_ until on Windows. (Pierre)
- Added support for symlink, readlink, linkinfo and link on Windows. They are
available only when the running platform supports them. (Pierre)
- Added support for time_nanosleep() and time_sleep_until() on Windows.
(Pierre)
- Added support for symlink(), readlink(), linkinfo() and link() on Windows.
They are available only when the running platform supports them. (Pierre)
- Added support for gray levels PNG image with alpha in GD extension. (Pierre)
- Added support for salsa hashing functions in HASH extension. (Scott)
- Added DOMNode::getLineNo to get line number of parsed node. (Rob)