mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
a7226f1a03
STAT_LAST was accessing wrong memory thus overwritting method pointers. Windows doesn't have atoll(), which is C99, C89 has only atoi() + atol(). Win has _atoi64, so use it.