Skip to content

Commit

Permalink
Use the right path for the suggested PHP invocation in ext_skel.
Browse files Browse the repository at this point in the history
Fixes bug #67160 (ext_skel outputs incorrect information).
  • Loading branch information
LawnGnome committed May 1, 2014
1 parent 1c13ad7 commit 941c39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ext_skel
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 941c39b

Please sign in to comment.