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: Unable to register functions, unable to > load > in Unknown on line 0.
This means you're either loading the module twice, or that you have the function twice in your module. > Can someone tell me what specifically to edit in config.m4 to get > ext_skel to work? (The web site is vague about it) Have a look at http://pres.derickrethans.nl/ze-ext Derick -- Stop mad cowboy disease! ------------------------------------------------------------------------- Derick Rethans http://derickrethans.nl/ PHP Magazine - PHP Magazine for Professionals http://php-mag.net/ ------------------------------------------------------------------------- -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php
