A "Zend Extension" is using stuff from Zend/zend_extension.h, this tutorial is

about regular PHP extensions/modules.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289836 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Johannes Schlüter 2009-10-21 21:33:00 +00:00
parent c77f983ff1
commit eba70810ef

View file

@ -3,7 +3,7 @@
<sect1 xml:id="internals2.buildsys.skeleton" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>The ext_skel script</title>
<para>
A Zend extension is composed of several files common to all extensions. As
A PHP extension is composed of several files common to all extensions. As
the details of many of those files are similar from extension to extension,
it can be laborious to duplicate the content for each one. Fortunately, there
is a script which can do all of the initial setup for you. It's called