Re: [PHP-DEV] Registering PPP methods

2003-04-04 Thread Timm Friebe
On Thu, 2003-04-03 at 20:42, Andrei Zmievski wrote: > Today I ran into a problem because I needed to register an internal > class that had some protected methods. Currently, the only way to do it > is by doing a zend_hash_find() on ce->function_table after registration > and updating fn_flags field

Re: [PHP-DEV] Registering PPP methods

2003-04-03 Thread Marcus Börger
At 20:42 03.04.2003, Andrei Zmievski wrote: Today I ran into a problem because I needed to register an internal class that had some protected methods. Currently, the only way to do it is by doing a zend_hash_find() on ce->function_table after registration and updating fn_flags field manually. We sh

[PHP-DEV] Registering PPP methods

2003-04-03 Thread Andrei Zmievski
Today I ran into a problem because I needed to register an internal class that had some protected methods. Currently, the only way to do it is by doing a zend_hash_find() on ce->function_table after registration and updating fn_flags field manually. We should find an easier way to specify fn_flags