summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2004-04-19 15:15:49 +0000
committerDerick Rethans <derick@php.net>2004-04-19 15:15:49 +0000
commit3326b8790ebd876dc53a40b978cf7739039eb8f6 (patch)
tree20551bbba7a70893b184590c0d12d5a4945f24dd
parentbf937669e0c1cd997391e44dce049b836332983c (diff)
downloadphp-git-3326b8790ebd876dc53a40b978cf7739039eb8f6.tar.gz
- Is it really this hard?</jani>
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b21edd4109..56f491f31f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,12 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ????? 2004, PHP 5 Release Candidate 2
-- Changed tidy error handling to no longer use exceptions (John)
-- Add pty support to proc_open(). (Wez)
- Reimplemented zend.ze1_compatibility_mode to have better PHP 4 compliance.
(Dmitry, Andi)
+- Added pty support to proc_open(). (Wez)
- Added possibility to check in which extension an internal class was defined
in using reflection API. (Marcus)
+- Changed tidy error handling to no longer use exceptions. (John)
- Changed class and method names to use studlyCaps convention. (Marcus)
- Changed language parser to throw errors when a non-empty signature is used in
a destructor definition. (Marcus)