Re: [PHP-DEV] Creation of a new external module

2001-05-04 Thread Alexander Bokovoy
On Fri, 4 May 2001, Denis Gasparin wrote: > I'm trying to create a new external module for PHP called acme. I used > the > ext_skel script to create the module directory and skeleton and then > modified the config.m4 as indicated in that file. Then I moved to the > created acme directory, issued t

[PHP-DEV] Creation of a new external module

2001-05-04 Thread Denis Gasparin
I'm trying to create a new external module for PHP called acme. I used the ext_skel script to create the module directory and skeleton and then modified the config.m4 as indicated in that file. Then I moved to the created acme directory, issued the phpize command, configure and make. The compi