summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Fischer <mfischer@php.net>2002-03-05 23:57:20 +0000
committerMarkus Fischer <mfischer@php.net>2002-03-05 23:57:20 +0000
commit1a209b0875f320e511b1166b4f2baf6f1e16c9fb (patch)
tree958698ba4f3d392478b6ebc1adf0c92ef9a0ddb4
parentbc383c2eab2e9b9c4d51908ae6175a7877c91c72 (diff)
downloadphp-git-1a209b0875f320e511b1166b4f2baf6f1e16c9fb.tar.gz
- Added recent changes done in ext/posix
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 52ed33c471..5cf8c82a36 100644
--- 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