Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Use the right path for the suggested PHP invocation in ext_skel.
This commit is contained in:
Adam Harvey 2014-05-01 11:22:46 -07:00
commit eb46096608

View File

@ -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