From c2a8bdd09f5d4e0f0ed28090049e315c77aea8fc Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sat, 14 Jan 2006 22:13:41 +0000 Subject: [PATCH] added a warning about the current state of the zendapi documentation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205288 c90b9560-bf6c-de11-be94-00142212c4b1 --- internals/zendapi/intro.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/internals/zendapi/intro.xml b/internals/zendapi/intro.xml index 9f7dd0d143..0d15e8f66c 100644 --- a/internals/zendapi/intro.xml +++ b/internals/zendapi/intro.xml @@ -1,5 +1,5 @@ - + Introduction @@ -20,6 +20,19 @@ As soon as this point is reached, it's time to touch the heart of PHP and take a look at its core, the C code that makes PHP go. + + + This information is currently rather outdated, + parts of it only cover early stages of the ZendEngine 1.0 API + as it was used in early versions of PHP 4. + + + More recent information may be found in the various README files that + come with the PHP source and the + Internals" + section on the Zend website. + +