From 2a503f107d03bf0b5a7f50335b52cbde5063f6d7 Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Sat, 17 May 2008 06:52:55 +0000 Subject: [PATCH] fix Id substitutions for now, needs to be looked into more later git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259857 c90b9560-bf6c-de11-be94-00142212c4b1 --- internals2/buildsys/configunix.xml | 7 +++---- internals2/buildsys/configwin.xml | 12 +++++------- internals2/buildsys/skeleton.xml | 5 ++--- 3 files changed, 10 insertions(+), 14 deletions(-) diff --git a/internals2/buildsys/configunix.xml b/internals2/buildsys/configunix.xml index 4f227fa693..fba773a6d0 100644 --- a/internals2/buildsys/configunix.xml +++ b/internals2/buildsys/configunix.xml @@ -1,5 +1,5 @@ - + Talking to the UNIX build system: config.m4 @@ -26,10 +26,9 @@ An example config.m4 file -$ - + Talking to the Windows build system: config.w32 @@ -15,10 +15,9 @@ An example config.w32 file -$ counter's config.w32 file -$ - + The ext_skel script @@ -28,8 +28,7 @@ php-5.2.2/ext$ ./ext_skel (not yet implemented) --no-help don't try to be nice and create comments in the code and helper functions to test if the module compiled -]]> - +]]> Generally, when developing a new extension the only parameters you will be interested in are --extname and --no-help. Unless you are already experienced with the