summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-07-12 18:48:30 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-07-12 18:48:30 +0000
commit7daa1cfecc045a6977d743376da583cac5f564bb (patch)
treef9e7c662967024726bf3d5ec9af97cf41ba63f9f
parenta8996a8ac64d3ef8350a1a79953c403e442d1243 (diff)
downloadphp-git-7daa1cfecc045a6977d743376da583cac5f564bb.tar.gz
Fixed bug #28999 (fixed behaviour of exec() to work as it did in 4.X).
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5dd6e85735..3661984d17 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ PHP NEWS
- Fixed bug #29019 (Database not closing). (Marcus)
- Fixed bug #29008 (array_combine() does not handle non-numeric/string keys).
(Ilia)
+- Fixed bug #28999 (fixed behaviour of exec() to work as it did in 4.X). (Ilia)
- Fixed bug #28895 (ReflectionClass::isAbstract always returns false). (Marcus)
- Fixed bug #28868 (Internal filter registry not thread safe). (Sara)
- Fixed bug #28851 (call_user_func_array has typo in error message). (Marcus)