Re: [PHP-DEV] maybe not a PHP library?

2001-05-02 Thread Emiliano
Alexander Bokovoy wrote: >> I'm trying to create a minimal module to do some debugging work, but it >> fails to load. I essentially used ext_skel to create an fresh extension, >> moved it out of the PHP tree, then did: >> >> $ phpize >> $ ./configure --enable-apdebug >> $ make >> # make install

Re: [PHP-DEV] maybe not a PHP library?

2001-05-02 Thread Alexander Bokovoy
On Wed, 2 May 2001, Emiliano wrote: > I'm trying to create a minimal module to do some debugging work, but it > fails to load. I essentially used ext_skel to create an fresh extension, > moved it out of the PHP tree, then did: > > $ phpize > $ ./configure --enable-apdebug > $ make > # make instal

[PHP-DEV] maybe not a PHP library?

2001-05-02 Thread Emiliano
I'm trying to create a minimal module to do some debugging work, but it fails to load. I essentially used ext_skel to create an fresh extension, moved it out of the PHP tree, then did: $ phpize $ ./configure --enable-apdebug $ make # make install The extension is generated OK AFAICT, but it la