From 3f0b8c691d29bfead175f75d3e48fa5275913502 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Mar 2022 09:33:00 +0100 Subject: update to 2.6.0 fix build with PHP 8.0 using patch from https://github.com/Ponup/php-sdl/pull/60 open https://github.com/Ponup/php-sdl/issues/61 build failure with 2.0.10 open https://github.com/Ponup/php-sdl/issues/62 deprecated call --- PHPINFO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 6160b84..2301e29 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,6 +2,6 @@ SDL SDL support => enabled -SDL module version => 2.5.0 -SDL2 headers version => 2.0.14 -SDL2 library version => 2.0.14 +SDL module version => 2.6.0 +SDL2 headers version => 2.0.20 +SDL2 library version => 2.0.20 -- cgit