On Wed, 8 Dec 2004, Bruce Bailey wrote:
> I have an extension written in C running with PHP4.3.9 on RH8. All
> functions performed as expected. When I upgraded to PHP5.0.3RC1, for some
> reason when I try to call a particular function, httpd (or php) dumps core.
Where is the back trace, and where is the code? We can not guess your
problems from this little information of course.
> Have there been changes in the way that functions are looked up or called?
Normal function calling should not have changed.
> How many characters of the function name are used to discriminate between
> functions?
All characters in the function name.
> Is there a way I can examine the function name/function pointer cross
> reference table?
You can, but you'll have to manually step with a debugger through the
function_table's hash.. .and it tends to get rather large.
regards,
Derick
--
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org