diff options
| author | Derick Rethans <derick@php.net> | 2004-04-08 16:19:58 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2004-04-08 16:19:58 +0000 |
| commit | 1f932c30d64b436d287733b3b07fc693c7ab83d8 (patch) | |
| tree | 3a2d082445c9060bd8125aeeef90c515c8a5fae7 | |
| parent | b91a947d5eb427cd61c982061d1c3c4498dc6824 (diff) | |
| download | php-git-1f932c30d64b436d287733b3b07fc693c7ab83d8.tar.gz | |
- Added reworded destructor change
| -rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ PHP NEWS ?? ????? 2004, PHP 5 Release Candidate 2 - Reimplemented zend.ze1_compatibility_mode to have better PHP 4 compliance. (Dmitry, Andi) +- Changed language parser to throw errors when a non-empty signature is used in + a destructor definition. (Marcus) - Changed HTTP file uploads not to throw E_WARNINGs and E_NOTICEs. The error value in the $_FILES global should be used for error handling. (Derick) - Changed SQLite extension to use studlyCaps convention in its OO API. (Marcus) |
