mirror of
https://github.com/php/php-src.git
synced 2025-08-17 06:28:50 +02:00
Fix Win32 compilation
This commit is contained in:
parent
d1b1e3513f
commit
a064237fc0
2 changed files with 7 additions and 1 deletions
|
@ -68,7 +68,9 @@ zend_module_entry *php3_builtin_modules[] = {
|
|||
phpext_filestat_ptr,
|
||||
phpext_mail_ptr,
|
||||
phpext_syslog_ptr,
|
||||
#if WITH_BCMATH
|
||||
phpext_bcmath_ptr,
|
||||
#endif
|
||||
phpext_standard_ptr,
|
||||
COM_module_ptr,
|
||||
phpext_regex_ptr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue