- Change register_internal_class to zend_register_internal_class for

- consistency.
- Andrei: I'm still thinking about the _ex you want me to implement
This commit is contained in:
Andi Gutmans 2000-06-09 08:41:59 +00:00
parent a7d1bc96be
commit 6ce07a85e4
9 changed files with 14 additions and 14 deletions

View file

@ -452,7 +452,7 @@ PHP_MINIT_FUNCTION(java) {
java_get_property_handler,
java_set_property_handler);
register_internal_class(&java_class_entry);
zend_register_internal_class(&java_class_entry);
le_jobject = register_list_destructors(_php_java_destructor,NULL);