1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/win32
Christoph M. Becker a74eb24e69 Unify types of PHP_VERSION and friends on Windows
For `phpize` builds, all three version variables are numbers, but for
`buildconf` builds, all are strings.  This can yield surprising results
when extensions create their `PHP_VERSION_ID` like

10000 * PHP_VERSION + 100 * PHP_MINOR_VERSION + PHP_RELEASE_VERSION

Since `phpize` builds are way more common for external extensions
nowadays, we change the types for `buildconf` builds.

Closes GH-16247.
2024-10-07 13:30:07 +02:00
..
2019-02-03 21:03:00 +01:00
2018-01-03 14:38:00 +01:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2021-05-06 12:16:35 +02:00
2024-06-09 14:23:41 +02:00
2021-05-06 12:16:35 +02:00
2021-05-06 12:16:35 +02:00
2021-05-06 12:16:35 +02:00
2019-02-03 21:03:00 +01:00
2023-07-07 18:02:32 +02:00
2023-07-07 18:02:32 +02:00
2021-05-06 12:16:35 +02:00
2020-06-08 10:38:45 +02:00
2019-02-08 18:42:48 -08:00
2021-05-06 12:16:35 +02:00
2024-08-14 21:09:26 +02:00
2019-02-03 21:03:00 +01:00
2019-07-11 13:11:08 +02:00