From: Marcus Boerger Date: Thu, 17 Nov 2005 23:43:53 +0000 (+0000) Subject: - Reflection was moved to its own extension X-Git-Tag: RELEASE_0_9_3~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15d89ffd288b4eaa88defd2a8669f013e436ff7d;p=php - Reflection was moved to its own extension --- 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");