mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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
This commit is contained in:
parent
dcd8de00d8
commit
c2a8bdd09f
1 changed files with 14 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<sect1 id="zend.intro">
|
||||
<title>Introduction</title>
|
||||
<abstract>
|
||||
|
@ -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.
|
||||
</para>
|
||||
<warning>
|
||||
<para>
|
||||
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.
|
||||
</para>
|
||||
<para>
|
||||
More recent information may be found in the various README files that
|
||||
come with the PHP source and the
|
||||
<ulink url="&url.zend.internals;">Internals"</ulink>
|
||||
section on the Zend website.
|
||||
</para>
|
||||
</warning>
|
||||
</sect1>
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
Loading…
Reference in a new issue