unread
Is it possible to pass a C++ member function to the create_object member in
zend_class_entry ?
This would allow a factory-like generator of zend/c++ object pairs.
error: argument of type zend_object_value (MyClassFactory::)(zend_class_entry*, void***)' does not match
zend_object_value ()(zend_class_entry, void***)'
unread
How much C++ programming have you done previously?
-Andrei
Is it possible to pass a C++ member function to the create_object
member in
zend_class_entry ?This would allow a factory-like generator of zend/c++ object pairs.
error: argument of type
zend_object_value (MyClassFactory::)(zend_class_entry*, void***)' does not match
zend_object_value ()(zend_class_entry, void***)'