Re: [PHP] Zend core object creation

2001-07-01 Thread Andi Gutmans
At 06:27 PM 6/29/2001 -0500, Dean Hall wrote: >Okay, perhaps I need to spend some more time studying language >compilers/interpreters, but I've got a question regarding object creation in >the PHP core. > >Basically, what, internally, is part of a PHP object (class instantiation)? >I know Zend sta

[PHP] Zend core object creation

2001-06-30 Thread Dean Hall
Okay, perhaps I need to spend some more time studying language compilers/interpreters, but I've got a question regarding object creation in the PHP core. Basically, what, internally, is part of a PHP object (class instantiation)? I know Zend started using reference counting a while back, so I gue