Typo fix.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194117 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dallas Wang 2005-08-21 21:24:48 +00:00
parent 811a7db395
commit 5848f27a45

View file

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<partintro>
<para>
If you are about to begin developing PHP or Zend extensions, you need
to prepare yourself for the programming environment provided by the
various APIs. This part of the documentation tries to introduce the APIs
provided by the different PHP and Zend Engine versions available.
Since most of the information available here is somwehat outdated,
Since most of the information available here is somewhat outdated,
you'll want to read various files found in the PHP source, files such
as <filename>README.SELF-CONTAINED-EXTENSIONS</filename> and
as <filename>README.SELF-CONTAINED-EXTENSIONS</filename> and
<filename>README.EXT_SKEL</filename> in addition to the manual.
</para>
</partintro>