diff options
author | Marcus Boerger <helly@php.net> | 2005-11-17 23:43:53 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-11-17 23:43:53 +0000 |
commit | 15d89ffd288b4eaa88defd2a8669f013e436ff7d (patch) | |
tree | 6e05169fd3ef4e24c7853f9985ae53f0a51704cf | |
parent | 5a0cf29863c317cbac7d43154daacbde984f60a7 (diff) | |
download | php-git-15d89ffd288b4eaa88defd2a8669f013e436ff7d.tar.gz |
- Reflection was moved to its own extension
-rw-r--r-- | ext/standard/credits_ext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/credits_ext.h b/ext/standard/credits_ext.h index e34ee27a0c..87e410d3d5 100644 --- a/ext/standard/credits_ext.h +++ b/ext/standard/credits_ext.h @@ -66,6 +66,7 @@ CREDIT_LINE("PostgreSQL", "Jouni Ahto, Zeev Suraski, Yasuo Ohgaki, Chris Kings-L CREDIT_LINE("Pspell", "Vlad Krupin"); CREDIT_LINE("Readline", "Thies C. Arntzen"); CREDIT_LINE("Recode", "Kristian Köhntopp"); +CREDIT_LINE("Reflection", "Marcus Boerger, Timm Friebe, George Schlossnagle, Andrei Zmievski"); CREDIT_LINE("Sessions", "Sascha Schumann, Andrei Zmievski"); CREDIT_LINE("Shared Memory Operations", "Slava Poliakov, Ilia Alshanetsky"); CREDIT_LINE("SimpleXML", "Sterling Hughes, Marcus Boerger, Rob Richards"); |