I am trying to make my own extension, so I downloaded the latest versioan available (4.1.3 i think), unpacked it, and the I go like this:
Code: Select all
$ cd ext
$ ./ext_skel --extname=PruebaCode: Select all
PHP_ARG_WITH(Prueba, for Prueba support,
Make sure that the comment is aligned:
ї --with-Prueba Include Prueba support])Code: Select all
$ buildconf
$ ./configure --with-Prueba
$ makeCode: Select all
$ ./sapi/cli/php ext/Prueba/Prueba.phpCode: Select all
Functions available in the test extension:<br>
confirm_Prueba_compiled<br>
<br>
Fatal error: Call to undefined function: confirm_prueba_compiled() in /usr/local/src/php-4.3.1/ext/Prueba/Prueba.php on line 14Thanks