From eba70810ef51a3711b23c0f99eac6f2a0f0cf7d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schl=C3=BCter?= Date: Wed, 21 Oct 2009 21:33:00 +0000 Subject: [PATCH] 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 --- internals2/buildsys/skeleton.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internals2/buildsys/skeleton.xml b/internals2/buildsys/skeleton.xml index 87b6aaaf61..a4081e7019 100644 --- a/internals2/buildsys/skeleton.xml +++ b/internals2/buildsys/skeleton.xml @@ -3,7 +3,7 @@ The ext_skel script - 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