mirror of
https://github.com/php/php-src.git
synced 2026-04-20 14:31:06 +02:00
- I don't know how this happened. I tested the bloody thing and I remember
- copy&pasting from code which used ~.
This commit is contained in:
@@ -327,7 +327,7 @@ int zend_startup(zend_utility_functions *utility_functions, char **extensions, i
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
/* FreeBSD floating point precision fix */
|
||||
fpsetmask(FP_X_IMP);
|
||||
fpsetmask(~FP_X_IMP);
|
||||
#endif
|
||||
|
||||
/* Set up utility functions and values */
|
||||
|
||||
Reference in New Issue
Block a user