Browse Source

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Use the right path for the suggested PHP invocation in ext_skel.
pull/668/head
Adam Harvey 12 years ago
parent
commit
d5712d6ba4
  1. 2
      ext/ext_skel

2
ext/ext_skel

@ -320,7 +320,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

Loading…
Cancel
Save