- 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:
Zeev Suraski 1999-12-17 20:55:31 +00:00
parent 71dddd7db7
commit fb1c77bd4f
105 changed files with 543 additions and 529 deletions

View file

@ -121,7 +121,7 @@ function_entry xml_functions[] = {
{NULL, NULL, NULL}
};
php3_module_entry xml_module_entry = {
zend_module_entry xml_module_entry = {
"XML", /* extension name */
xml_functions, /* extension function list */
PHP_MINIT(xml), /* extension-wide startup function */