Re: [PHP-DEV] Registering classes in PHP extension

2002-06-14 Thread Stig S. Bakken
On Fri, 2002-06-07 at 14:21, Eunsoo Seo wrote: > Hi. > > Any manual about registering classes in PHP extension? > I found that the function zend_register_internal_class can do that. > And I read some code in ext/ that contaings that function, but I can hardly > understand that code. > > Any manu

[PHP-DEV] Registering classes in PHP extension

2002-06-07 Thread Eunsoo Seo
Hi. Any manual about registering classes in PHP extension? I found that the function zend_register_internal_class can do that. And I read some code in ext/ that contaings that function, but I can hardly understand that code. Any manual or tutorial about that topic? Thanks. -- PHP Developmen