This commit is contained in:
Jani Taskinen 2007-11-06 10:53:01 +00:00
parent 5cfa9c6312
commit 661b7c13e6
2 changed files with 23 additions and 16 deletions

View file

@ -52,9 +52,8 @@
#ifdef __cplusplus
extern "C" {
#endif
zend_class_entry *php_create_incomplete_class(TSRMLS_D);
PHPAPI zend_class_entry *php_create_incomplete_class(TSRMLS_D);
PHPAPI char *php_lookup_class_name(zval *object, zend_uint *nlen);
PHPAPI void php_store_class_name(zval *object, const char *name, zend_uint len);