mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Use the right path for the suggested PHP invocation in ext_skel.
This commit is contained in:
commit
d5712d6ba4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue