1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00
This commit is contained in:
Stig Bakken
2001-10-11 23:55:49 +00:00
parent bd561b7f57
commit 69f304f0ac
92 changed files with 308 additions and 36 deletions
+2
View File
@@ -631,6 +631,7 @@ static PHP_MINFO_FUNCTION(java) {
}
zend_module_entry java_module_entry = {
STANDARD_MODULE_HEADER,
"java",
java_functions,
PHP_MINIT(java),
@@ -638,6 +639,7 @@ zend_module_entry java_module_entry = {
NULL,
NULL,
PHP_MINFO(java),
NO_VERSION_YET,
STANDARD_MODULE_PROPERTIES
};