diff options
author | Stefan Marr <gron@php.net> | 2011-01-09 19:57:41 +0000 |
---|---|---|
committer | Stefan Marr <gron@php.net> | 2011-01-09 19:57:41 +0000 |
commit | 478e5d1dd027c68fd1637add6d6ba0913969112a (patch) | |
tree | 3546b9063dbb64f72e6bd6b3a8648e08ef15cf07 /UPGRADING | |
parent | 7c6310852e51ac62785361df5f32e761919fbf98 (diff) | |
download | php-git-478e5d1dd027c68fd1637add6d6ba0913969112a.tar.gz |
Added trait_exists() [TRAITS] [DOC]
- also changed class_exists() to return false for traits
- added related tests, and get_declared_traits() tests in ext/s/t/co
Diffstat (limited to 'UPGRADING')
-rwxr-xr-x | UPGRADING | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -322,6 +322,7 @@ UPGRADE NOTES - PHP X.Y - Core: - get_declared_traits() - http_response_code() + - trait_exists() f. New global constants |