Re: [PHP-DEV] 4.3.0 Extension

2003-02-18 Thread md
Derick: Yes, that would be an avenue of approach, but in this case, I only have a single libphp4.so file on the apache server. There are no "extra" shared libraries floating around. What I will do is give it another try in a couple of days to get the basic compiled ext_skel working again. Then

Re: [PHP-DEV] 4.3.0 Extension

2003-02-17 Thread Derick Rethans
On Mon, 17 Feb 2003, md wrote: > I will look for duplicates as you suggest. > > I noticed that you use the PHP_ARG_WITH( inside your website's config.m4 > file. > > But if I wanted an internally embedded set of code instead of external > shared library, I could use PHP_ARG_ENABLE( instead. That

Re: [PHP-DEV] 4.3.0 Extension

2003-02-17 Thread Derick Rethans
On Mon, 17 Feb 2003, md wrote: > During server load on apache, the zend_API.c - line 1058 -> if > (zend_hash_exists(TRUE) -> warning message > "PHP Warning: Function registration failed - duplicate name - > compile_testmodulemodule_confirm in Unknown on line 0" > "PHP Warning: testmodulename: Unab

[PHP-DEV] 4.3.0 Extension

2003-02-17 Thread md
Hello: I am new to your list, but a long time user of extensions in PHP. I just met with complete failure trying to compile a working extension in 4.3.0 under linux/apache This is a pre-cursor to migrating my previous extensions to the new version. I tried just the basic ext_skel --extname=test