Script or executable to test php extensions
Posted: Mon Sep 23, 2002 10:14 am
Dear folks,
when creating a new php extension with the ext_skel script, the process ends with the following information:
> To use your new extension, you will have to execute the following steps:
> 1. $ cd ..
> 2. $ vi ext/pippo/config.m4
> 3. $ ./buildconf
> 4. $ ./configure --[with|enable]-pippo
> 5. $ make
> 6. $ ./php -f ext/pippo/pippo.php
> 7. $ vi ext/pippo/pippo.c
> 8. $ make
Now, step 6 refers to a script or an executable called php, residing in the distribution directory. Unfortunately, that file is not there.
Does any of you know where I can find this executable ?
Thanks in advance,
Luca
when creating a new php extension with the ext_skel script, the process ends with the following information:
> To use your new extension, you will have to execute the following steps:
> 1. $ cd ..
> 2. $ vi ext/pippo/config.m4
> 3. $ ./buildconf
> 4. $ ./configure --[with|enable]-pippo
> 5. $ make
> 6. $ ./php -f ext/pippo/pippo.php
> 7. $ vi ext/pippo/pippo.c
> 8. $ make
Now, step 6 refers to a script or an executable called php, residing in the distribution directory. Unfortunately, that file is not there.
Does any of you know where I can find this executable ?
Thanks in advance,
Luca