mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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
|
@ -36,12 +36,12 @@ function_entry bcmath_functions[] = {
|
|||
{NULL, NULL, NULL}
|
||||
};
|
||||
|
||||
php3_module_entry bcmath_module_entry = {
|
||||
zend_module_entry bcmath_module_entry = {
|
||||
"bcmath", bcmath_functions, NULL, NULL, PHP_RINIT(bcmath), PHP_RSHUTDOWN(bcmath), NULL, STANDARD_MODULE_PROPERTIES
|
||||
};
|
||||
|
||||
#if COMPILE_DL
|
||||
php3_module_entry *get_module() { return &bcmath_module_entry; };
|
||||
zend_module_entry *get_module() { return &bcmath_module_entry; };
|
||||
#endif
|
||||
|
||||
#ifndef THREAD_SAFE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue