]> granicus.if.org Git - php/commitdiff
Use the right path for the suggested PHP invocation in ext_skel.
authorAdam Harvey <aharvey@php.net>
Thu, 1 May 2014 18:21:34 +0000 (11:21 -0700)
committerAdam Harvey <aharvey@php.net>
Thu, 1 May 2014 18:22:20 +0000 (11:22 -0700)
Fixes bug #67160 (ext_skel outputs incorrect information).

ext/ext_skel

index 2492bf73da33e7096114302008ea578f3845855d..650dae1e57ad33f1a3dc199abd5ea4766f42e5eb 100755 (executable)
@@ -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