Hi guys, I've successfully compiled my extension into php and apache...the test php file phpize generated (without dl()) shows:
Functions available in the test extension: indi_newSession indi_closeSession indi_sessionExists indi_startSearch indi_viewThumb indi_viewImage But if I actually want to use the functions, I get for example: Fatal error: Call to undefined function: indi_sessionexists() in /usr/local/apache/htdocs/indi/image.php on line 3 ??? A look into the symbol table of libphp4.a shows the existence of my whole extension. No compile warnings or errors. No typos. Can anybody teach me the miracles of php build-in extensions? Regards Ron -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php