From 245f225a8dd16722bfc4e184f92def3de3e56a5c Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 30 Apr 2010 03:27:43 +0000 Subject: [PATCH] Gently warn/scare users that reflection isn't yet perfect because really, it isn't. Wrote this with Yawk. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298791 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/reflection/book.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/reference/reflection/book.xml b/reference/reflection/book.xml index 9fb3002b53..9231a730c2 100644 --- a/reference/reflection/book.xml +++ b/reference/reflection/book.xml @@ -13,6 +13,13 @@ methods and extensions. Additionally, the reflection API offers ways to retrieve doc comments for functions, classes and methods. + + Please note that certain parts of the internal API + are missing the necessary code to work with the Reflection extension. + E.g., an internal PHP class might be missing reflection data for + properties. These few cases are considered bugs, however, so they + should be discovered and fixed. + &reference.reflection.setup;