summaryrefslogtreecommitdiff
path: root/ext/ext_skel
diff options
context:
space:
mode:
authorAdam Harvey <aharvey@php.net>2014-05-01 11:21:34 -0700
committerAdam Harvey <aharvey@php.net>2014-05-01 11:22:20 -0700
commit941c39bd06aac1b7d3ce2cf3189144875f216b47 (patch)
tree2632ad27c5effd0bc3feccaba262da951194c8e4 /ext/ext_skel
parent1c13ad7c0eccc9f560722e3bb218dbadceda5ecc (diff)
downloadphp-git-941c39bd06aac1b7d3ce2cf3189144875f216b47.tar.gz
Use the right path for the suggested PHP invocation in ext_skel.
Fixes bug #67160 (ext_skel outputs incorrect information).
Diffstat (limited to 'ext/ext_skel')
-rwxr-xr-xext/ext_skel2
1 files changed, 1 insertions, 1 deletions
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