Re: [PHP-DEV] zend_API.c patch

2002-11-22 Thread Derick Rethans
On Thu, 21 Nov 2002, Marcus Börger wrote: > In zend_API.c we do not initialize is_static for the registered function. > Therefore sometime they are static and sometimes not. We must > make those non static or provide the information in the call. Non static > is required for things like ext/domxml.

[PHP-DEV] zend_API.c patch

2002-11-21 Thread Marcus Börger
In zend_API.c we do not initialize is_static for the registered function. Therefore sometime they are static and sometimes not. We must make those non static or provide the information in the call. Non static is required for things like ext/domxml. marcus cvs -z3 -q diff zend_API.c (in directory