Re: [PHP-DEV] questions about php structures

2012-11-18 Thread Stas Malyshev
Hi! > 1) what's the difference between zend_object and zend_object_value? what is > each for? Because i'm confused.. > 2) What are zend_object_store_bucket; and zend_object_store used for? It may be easier to look at it this way: For the engine, the object is an abstraction, which has an ID and

Re: [PHP-DEV] questions about php structures

2012-11-17 Thread Nikita Popov
On Sat, Nov 17, 2012 at 3:05 PM, Adi Mutu wrote: > Hello, > > Got a few questions if anybody can help me out: > > 1) what's the difference between zend_object and zend_object_value? what > is each for? Because i'm confused.. > 2) What are zend_object_store_bucket; and zend_object_store used for?

[PHP-DEV] questions about php structures

2012-11-17 Thread Adi Mutu
Hello, Got a few questions  if anybody can help me out: 1) what's the difference between zend_object and zend_object_value? what is each for? Because i'm confused.. 2) What are zend_object_store_bucket; and zend_object_store used for? Thanks, A.