Commit 1eac9f8
authored
PHP 8 compatibility Windows (php-memcached-dev#528)
Use PHP_VERSION_ID instead of _MSC_VER to select the right headers. win32/php_stdint.h
was removed in PHP 8.0.0 and php_stdint.h file was removed in PHP 8.2.0 entirely:
https://github.com/php/php-src/blob/PHP-8.2/UPGRADING.INTERNALS#L261 parent 6a58af6 commit 1eac9f8
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments