From: Adam Harvey Date: Thu, 1 May 2014 18:21:34 +0000 (-0700) Subject: Use the right path for the suggested PHP invocation in ext_skel. X-Git-Tag: php-5.4.29RC1~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=941c39bd06aac1b7d3ce2cf3189144875f216b47;p=php Use the right path for the suggested PHP invocation in ext_skel. Fixes bug #67160 (ext_skel outputs incorrect information). --- diff --git a/ext/ext_skel b/ext/ext_skel index 2492bf73da..650dae1e57 100755 --- a/ext/ext_skel +++ b/ext/ext_skel @@ -288,7 +288,7 @@ To use your new extension, you will have to execute the following steps: 3. $ ./buildconf 4. $ ./configure --[with|enable]-$extname 5. $ make -6. $ ./php -f ext/$extname/$extname.php +6. $ ./sapi/cli/php -f ext/$extname/$extname.php 7. $ vi ext/$extname/$extname.c 8. $ make