mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
b429a84c2b
Fix a crash introduced yesterday in mysqlnd, non-zts mode - missing if () for 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.