mirror of
https://github.com/php/php-src.git
synced 2026-03-25 08:42:29 +01:00
Version numbers are not supposed to be localized, so we must not apply locale dependent parsing with `atof()`. Using `php_version_compare()` might even be better. Closes GH-6668.