mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02: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:
parent
71dddd7db7
commit
fb1c77bd4f
105 changed files with 543 additions and 529 deletions
|
@ -113,7 +113,7 @@ static PHP_MSHUTDOWN_FUNCTION(apache)
|
|||
}
|
||||
|
||||
|
||||
php3_module_entry apache_module_entry = {
|
||||
zend_module_entry apache_module_entry = {
|
||||
"Apache", apache_functions, PHP_MINIT(apache), PHP_MSHUTDOWN(apache), NULL, NULL, PHP_MINFO(apache), STANDARD_MODULE_PROPERTIES
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue