version 1.1.1.1, 2012/02/21 23:47:53
|
version 1.1.1.2, 2014/06/15 20:03:41
|
Line 288 To use your new extension, you will have to execute th
|
Line 288 To use your new extension, you will have to execute th
|
3. $ ./buildconf |
3. $ ./buildconf |
4. $ ./configure --[with|enable]-$extname |
4. $ ./configure --[with|enable]-$extname |
5. $ make |
5. $ make |
6. $ ./php -f ext/$extname/$extname.php | 6. $ ./sapi/cli/php -f ext/$extname/$extname.php |
7. $ vi ext/$extname/$extname.c |
7. $ vi ext/$extname/$extname.c |
8. $ make |
8. $ make |
|
|