mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
c77f983ff1
commit
eba70810ef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue