sdl_mixer

Binding of SDL_mixer for PHP


SDL_mixer extension for PHP provides the binding of functions for audio loading, playing and mixing.

License: ZLib

Latest releases

Version Release Download
0.4.0 2022-03-15 sdl_mixer-0.4.0.tgz
0.3.0 2022-03-12 sdl_mixer-0.3.0.tgz
0.2.0 2022-03-11 sdl_mixer-0.2.0.tgz
Show all releases

Changelog

Version Message
0.4.0 - Fix SDL extension dependency (remicollet)
- Add workaround for Mix_HasMusicDecoder where not available (remicollet)
- Properly init/quit sdl_mixer library (remicollet)
- Improve phpinfo with Mix_Init supported flags (remicollet)
- Add missing 'src' build directory in config.m4 (kea)
0.3.0 - Fix wrong file added to pecl package
0.2.0 - Initial release
Show complete changelog