SDL for PHP
Bindings of the SDL2 (Simple DirectMedia Layer) library for PHP.
License: PHP
Version | Release | Download |
2.7.0 | 2022-07-22 | sdl-2.7.0.tgz |
2.6.0 | 2022-03-17 | sdl-2.6.0.tgz |
2.5.0 | 2021-06-18 | sdl-2.5.0.tgz |
2.4.0 | 2020-08-23 | sdl-2.4.0.tgz |
2.3.0 | 2019-09-08 | sdl-2.3.0.tgz |
Version | Message |
2.7.0 | - Fix SDL_GetKeyboardState (https://github.com/Ponup/php-sdl/issues/68) |
2.6.0 |
- Add float rect and float point render functions (Manuel Baldassarri) - Add config file for Windows (Zorobabel) - Fix PECL build (Manuel Baldassarri) - Rename width parameter in SDL_Rect constructor (Manuel Baldassarri) |
2.5.0 |
- Add support for PHP8 (Manuel Baldassarri) - Remove support for PHP7 (Manuel Baldassarri) |
2.4.0 |
- Fix duplicate symbols (remicollet) - Fix parameters passed by reference in rect module (kea) - Port SDL_Palette and SDL_PixelFormat to PHP7 (kea) - Fix surface props initialisation (kea) - Fix surface and powerinfo params by ref (kea) - Fix SDL_Rect inheritance issue (santiagolizardo) - Add SQL_QueryTexture binding (kea) |
2.3.0 |
- Fix out of bounds error (remicollet) - Add basic joystick/gamepad support (santiagolizardo) |