]> granicus.if.org Git - php/commitdiff
- Added recent changes done in ext/posix
authorMarkus Fischer <mfischer@php.net>
Tue, 5 Mar 2002 23:57:20 +0000 (23:57 +0000)
committerMarkus Fischer <mfischer@php.net>
Tue, 5 Mar 2002 23:57:20 +0000 (23:57 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 52ed33c47102dd8a37d26c01405a20bc00f8acad..5cf8c82a3605f9f7c3dd0ac82c01ffb5f7b5ff37 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2002, Version 4.2.0
+- Clean up posix extension (no more unwanted warning messages, introduce
+  posix_errno() and posix_strerror() for fetching error messages); changed the
+  way posix_getgrnam() and posix_getgrgid() return their values (breaks BC but
+  makes more sense); do not include functions in symbol table which aren't
+  supported on host system. (Markus)
 - TIFF support for GetImageSize (Marcus)
 - The Velocis extension is no
 - Added test.php/txt to have a possibility to check ext/exif