mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
- Made PHP_VERSION and PHP_OS work again
- More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
This commit is contained in:
@@ -433,7 +433,7 @@ static PHP_MINFO_FUNCTION(java) {
|
||||
DISPLAY_INI_ENTRIES();
|
||||
}
|
||||
|
||||
php3_module_entry java_module_entry = {
|
||||
zend_module_entry java_module_entry = {
|
||||
"java",
|
||||
java_functions,
|
||||
PHP_MINIT(java),
|
||||
|
||||
Reference in New Issue
Block a user