mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +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:
parent
a7d1bc96be
commit
6ce07a85e4
9 changed files with 14 additions and 14 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue