-
Notifications
You must be signed in to change notification settings - Fork 0
/
sdl.json
134 lines (134 loc) · 6.46 KB
/
sdl.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"category": "Multimedia",
"deprecated": false,
"description": "Bindings of the SDL2 (Simple DirectMedia Layer) library for PHP.",
"latestReleaseDate": "2022-07-22T18:09:31+00:00",
"latestVersion": "2.7.0",
"license": "PHP",
"name": "sdl",
"php8Mentioned": true,
"releases": {
"2.7.0": {
"version": "2.7.0",
"state": "beta",
"license": "PHP",
"releasedBy": "santiagolizardo",
"releaseDate": "2022-07-22T18:09:31+00:00",
"releaseNotes": "- Fix SDL_GetKeyboardState (https://github.com/Ponup/php-sdl/issues/68)",
"get": "https://pecl.php.net/get/sdl-2.7.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.6.0": {
"version": "2.6.0",
"state": "beta",
"license": "PHP",
"releasedBy": "santiagolizardo",
"releaseDate": "2022-03-17T21:41:24+00:00",
"releaseNotes": "- Add float rect and float point render functions (Manuel Baldassarri)\n- Add config file for Windows (Zorobabel)\n- Fix PECL build (Manuel Baldassarri)\n- Rename width parameter in SDL_Rect constructor (Manuel Baldassarri)",
"get": "https://pecl.php.net/get/sdl-2.6.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.5.0": {
"version": "2.5.0",
"state": "devel",
"license": "PHP",
"releasedBy": "santiagolizardo",
"releaseDate": "2021-06-18T18:55:29+00:00",
"releaseNotes": "- Add support for PHP8 (Manuel Baldassarri)\n- Remove support for PHP7 (Manuel Baldassarri)",
"get": "https://pecl.php.net/get/sdl-2.5.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.4.0": {
"version": "2.4.0",
"state": "devel",
"license": "PHP",
"releasedBy": "santiagolizardo",
"releaseDate": "2020-08-23T20:16:32+00:00",
"releaseNotes": "- Fix duplicate symbols (remicollet)\n- Fix parameters passed by reference in rect module (kea)\n- Port SDL_Palette and SDL_PixelFormat to PHP7 (kea)\n- Fix surface props initialisation (kea)\n- Fix surface and powerinfo params by ref (kea)\n- Fix SDL_Rect inheritance issue (santiagolizardo)\n- Add SQL_QueryTexture binding (kea)",
"get": "https://pecl.php.net/get/sdl-2.4.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.3.0": {
"version": "2.3.0",
"state": "devel",
"license": "PHP",
"releasedBy": "santiagolizardo",
"releaseDate": "2019-09-08T16:19:02+00:00",
"releaseNotes": "- Fix out of bounds error (remicollet)\n- Add basic joystick/gamepad support (santiagolizardo)",
"get": "https://pecl.php.net/get/sdl-2.3.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.2.2": {
"version": "2.2.2",
"state": "devel",
"license": "PHP",
"releasedBy": "santiagolizardo",
"releaseDate": "2019-09-02T20:31:56+00:00",
"releaseNotes": "- Fix undefined symbol (sdl_window_to_zval)\n- Tidy up GL context creation",
"get": "https://pecl.php.net/get/sdl-2.2.2",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.2.0": {
"version": "2.2.0",
"state": "devel",
"license": "PHP",
"releasedBy": "santiagolizardo",
"releaseDate": "2019-08-28T22:06:32+00:00",
"releaseNotes": "- Add support for window events. (Benoit Viguier)\n- Add support for the SDL_RenderCopyEx, SDL_RenderDrawLine and SDL_RenderDrawRect functions. (Benoit Viguier)\n- Fix memory leak in the SDL_RenderCopy function. (Benoit Viguier)",
"get": "https://pecl.php.net/get/sdl-2.2.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"2.1.0": {
"version": "2.1.0",
"state": "devel",
"license": "PHP",
"releasedBy": "santiagolizardo",
"releaseDate": "2018-09-22T11:27:46+00:00",
"releaseNotes": "- Code updated to support PHP7.\n- Code that could be implemented in userland was removed from the extension.\n- Unit tests improvements/changes.",
"get": "http://pecl.php.net/get/sdl-2.1.0",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.9.3": {
"version": "0.9.3",
"state": "beta",
"license": "PHP License",
"releasedBy": "santiagolizardo",
"releaseDate": "2014-10-08T08:01:49+00:00",
"releaseNotes": "- Small fix for a ZTS issue that made the extension unusable on most platforms. (@remi)\n- Only bugfixes on this branch. Working on the much improved sdl2 extension, hopefully to be released this month.",
"get": "http://pecl.php.net/get/sdl-0.9.3",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.9.2": {
"version": "0.9.2",
"state": "beta",
"license": "PHP License",
"releasedBy": "santiagolizardo",
"releaseDate": "2013-12-02T16:01:11+00:00",
"releaseNotes": "Code improvements and bugfixes mostly authorship of [email protected]:\n- Improved reflection (arg info).\n- Minor efforts towards C89 compatibility.\n- Deprecated PHP functions are not longer used.\n- Report SDL headers/library version in phpinfo.",
"get": "http://pecl.php.net/get/sdl-0.9.2",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.9.1": {
"version": "0.9.1",
"state": "beta",
"license": "PHP License",
"releasedBy": "santiagolizardo",
"releaseDate": "2013-11-25T17:32:45+00:00",
"releaseNotes": "- Improved config.m4 files.\n- Removed all the deprecated zend_get_parameters_ex calls.\n- Suppressed the warnings on php_sdl_audio.h file.",
"get": "http://pecl.php.net/get/sdl-0.9.1",
"SPDX-License-Identifier": "PHP-3.01"
},
"0.9.0": {
"version": "0.9.0",
"state": "beta",
"license": "PHP License",
"releasedBy": "santiagolizardo",
"releaseDate": "2013-11-24T15:40:40+00:00",
"releaseNotes": "Initial PECL release",
"get": "http://pecl.php.net/get/sdl-0.9.0",
"SPDX-License-Identifier": "PHP-3.01"
}
},
"summary": "SDL for PHP",
"SPDX-License-Identifier": "PHP-3.01"
}