mirror of
https://github.com/php/php-src.git
synced 2026-04-26 17:38:14 +02:00
- 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:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user