diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-07-12 18:48:30 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-07-12 18:48:30 +0000 |
commit | 7daa1cfecc045a6977d743376da583cac5f564bb (patch) | |
tree | f9e7c662967024726bf3d5ec9af97cf41ba63f9f | |
parent | a8996a8ac64d3ef8350a1a79953c403e442d1243 (diff) | |
download | php-git-7daa1cfecc045a6977d743376da583cac5f564bb.tar.gz |
Fixed bug #28999 (fixed behaviour of exec() to work as it did in 4.X).
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |