Skip to content

Commit

Permalink
Merge branch 'PHP-5.4' into PHP-5.5
Browse files Browse the repository at this point in the history
* PHP-5.4:
  Use the right path for the suggested PHP invocation in ext_skel.
  • Loading branch information
LawnGnome committed May 1, 2014
2 parents 0842200 + 941c39b commit eb46096
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 eb46096

Please sign in to comment.