Skip to content

Commit 718c022

Browse files
authored
Merge pull request #869 from PHPSocialNetwork/v9
Released 9.1.2
2 parents 517741c + 6f5dbde commit 718c022

File tree

85 files changed

+1125
-627
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+1125
-627
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 296 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,296 @@
1+
name: "Report a bug"
2+
title: "<NAME THE FEATURE> - <SUMMARIZE THE PROBLEM>"
3+
description: Create a report to help us improve Phpfastcache
4+
labels: ["Needs triage 🔎"]
5+
assignees: ["Geolim4"]
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
### Before you start
11+
12+
**Are you looking for development help?**
13+
↩ Please note that we cannot provide assistance on web development. We recommend asking around on a dedicated help forum like StackOverflow.
14+
15+
### Issue etiquette
16+
17+
When opening an issue, please:
18+
- Follow the project's [Code of Conduct](https://github.com/PHPSocialNetwork/phpfastcache/blob/master/CODE_OF_CONDUCT.md) as well as the [GitHub Community Guidelines](https://docs.github.com/en/site-policy/github-terms/github-community-guidelines).
19+
- Check for an [existing issue](https://github.com/PHPSocialNetwork/phpfastcache/issues) first. If someone else has opened an issue describing the same problem, please upvote their issue rather than creating another one.
20+
- Keep issues relevant to the project. Irrelevant issues will be automatically closed and marked as spam, and repeated offenses may result in exclusion from our organization.
21+
- Provide as much detail as possible. The more detail you are able to provide, the better!
22+
- Write issues primarily in English. While translation tools are available, we will be able to provide better assistance with pre-translated content. You are more than welcome to include a version of the issue body in your preferred language alongside the English version.
23+
- **Make sure that you searched an answer on our [wiki](https://github.com/PHPSocialNetwork/phpfastcache/wiki)**
24+
25+
---
26+
- type: dropdown
27+
id: type
28+
attributes:
29+
label: What type of issue is this?
30+
options:
31+
- Incorrect/unexpected/unexplainable behavior
32+
- Exception/Error/Warning/Notice/Deprecation
33+
- PSR-6/16 standard violation
34+
- Wiki/Documentation/Readme typo/fault or lack of documentation
35+
- Incompatibility (be specific)
36+
- Other (Please Specify)
37+
validations:
38+
required: true
39+
- type: input
40+
id: os
41+
attributes:
42+
label: Operating system + version
43+
description: "The operating system with version, ex: Ubuntu 18.04 or Windows 10"
44+
- type: dropdown
45+
id: pfc_exact_version
46+
attributes:
47+
label: Phpfastcache version
48+
description: |
49+
Please keep in mind that some versions are partially or no longer supported:
50+
- Phpfastcache v9 ✅
51+
- Phpfastcache v8 (Security fixes only) 🔶
52+
- Phpfastcache v7 (End of life) ❌
53+
- Phpfastcache v6 (End of life) ❌
54+
- Phpfastcache v5 (End of life) ❌
55+
- Phpfastcache >= v4 (End of life) ❌
56+
57+
See our [global support timeline](https://github.com/PHPSocialNetwork/phpfastcache/wiki/%5BV4%CB%96%5D-Global-support-timeline) ⌚
58+
multiple: false
59+
options:
60+
- 9.1.2 ✅
61+
- 9.1.1 🔶
62+
- 9.1.0 🔶
63+
- 9.1.0-dev 🔶
64+
- 9.0.2 ❌
65+
- 9.0.1 ❌
66+
- 9.0.0-rc ❌
67+
- 9.0.0-beta5 ❌
68+
- 9.0.0-beta4 ❌
69+
- 9.0.0-beta3 ❌
70+
- 9.0.0-beta2 ❌
71+
- 9.0.0-beta ❌
72+
- 9.0.0-alpha3 ❌
73+
- 9.0.0-alpha2 ❌
74+
- 9.0.0-alpha ❌
75+
- 9.0.0-dev ❌
76+
- 9.0.0 ❌
77+
- 8.1.3 🔶
78+
- 8.1.2 ❌
79+
- 8.1.1 ❌
80+
- 8.1.0 ❌
81+
- 8.0.8 ❌
82+
- 8.0.7 ❌
83+
- 8.0.6 ❌
84+
- 8.0.5 ❌
85+
- 8.0.4 ❌
86+
- 8.0.3 ❌
87+
- 8.0.2 ❌
88+
- 8.0.1 ❌
89+
- 8.0.0-rc2 ❌
90+
- 8.0.0-rc ❌
91+
- 8.0.0-beta ❌
92+
- 8.0.0-alpha ❌
93+
- 8.0.0-dev ❌
94+
- 8.0.0 ❌
95+
- 7.1.2 ❌
96+
- 7.1.1 ❌
97+
- 7.1.0 ❌
98+
- 7.0.5 ❌
99+
- 7.0.4 ❌
100+
- 7.0.3 ❌
101+
- 7.0.2 ❌
102+
- 7.0.1 ❌
103+
- 7.0.0-beta3 ❌
104+
- 7.0.0-beta2 ❌
105+
- 7.0.0-beta ❌
106+
- 7.0.0-alpha3 ❌
107+
- 7.0.0-alpha2 ❌
108+
- 7.0.0-alpha ❌
109+
- 7.0.0-RC4 ❌
110+
- 7.0.0-RC3 ❌
111+
- 7.0.0-RC2 ❌
112+
- 7.0.0-RC ❌
113+
- 7.0.0 ❌
114+
- 6.1.5 ❌
115+
- 6.1.4 ❌
116+
- 6.1.3 ❌
117+
- 6.1.2 ❌
118+
- 6.1.1 ❌
119+
- 6.1.0 ❌
120+
- 6.0.8 ❌
121+
- 6.0.7 ❌
122+
- 6.0.6 ❌
123+
- 6.0.5 ❌
124+
- 6.0.4 ❌
125+
- 6.0.3 ❌
126+
- 6.0.2 ❌
127+
- 6.0.1 ❌
128+
- 6.0.0-rc4 ❌
129+
- 6.0.0-rc3 ❌
130+
- 6.0.0-rc2 ❌
131+
- 6.0.0-rc1 ❌
132+
- 6.0.0-beta2 ❌
133+
- 6.0.0-beta1 ❌
134+
- 6.0.0-alpha2 ❌
135+
- 6.0.0-alpha ❌
136+
- 6.0.0 ❌
137+
- 5.0.9 ❌
138+
- 5.0.8 ❌
139+
- 5.0.7 ❌
140+
- 5.0.6 ❌
141+
- 5.0.5 ❌
142+
- 5.0.4 ❌
143+
- 5.0.3 ❌
144+
- 5.0.21 ❌
145+
- 5.0.20 ❌
146+
- 5.0.2 ❌
147+
- 5.0.19 ❌
148+
- 5.0.18 ❌
149+
- 5.0.17 ❌
150+
- 5.0.16 ❌
151+
- 5.0.15 ❌
152+
- 5.0.14 ❌
153+
- 5.0.13 ❌
154+
- 5.0.12 ❌
155+
- 5.0.11 ❌
156+
- 5.0.10 ❌
157+
- 5.0.1 ❌
158+
- 5.0.0-rc3 ❌
159+
- 5.0.0-rc2 ❌
160+
- 5.0.0-rc1 ❌
161+
- 5.0.0-beta2 ❌
162+
- 5.0.0-beta1 ❌
163+
- 5.0.0-alpha2 ❌
164+
- 5.0.0-alpha1 ❌
165+
- 5.0.0 ❌
166+
- 4.3.9 ❌
167+
- 4.3.8 ❌
168+
- 4.3.7 ❌
169+
- 4.3.6 ❌
170+
- 4.3.5 ❌
171+
- 4.3.4 ❌
172+
- 4.3.3 ❌
173+
- 4.3.2 ❌
174+
- 4.3.18 ❌
175+
- 4.3.17 ❌
176+
- 4.3.16 ❌
177+
- 4.3.15 ❌
178+
- 4.3.14 ❌
179+
- 4.3.13 ❌
180+
- 4.3.12 ❌
181+
- 4.3.11 ❌
182+
- 4.3.10 ❌
183+
- 4.3.1 ❌
184+
- 4.3 ❌
185+
- 4.2.4 ❌
186+
- 4.2.3 ❌
187+
- 4.2.2 ❌
188+
- 4.2.1 ❌
189+
- 4.1.1 ❌
190+
- 4.1.0 ❌
191+
- 4.1 ❌
192+
- 4.0.9 ❌
193+
- 4.0.8 ❌
194+
- 4.0.7 ❌
195+
- 4.0.6 ❌
196+
- 4.0.5 ❌
197+
- 4.0.4 ❌
198+
- 4.0.3-beta1 ❌
199+
- 4.0.3 ❌
200+
- 4.0.2beta1 ❌
201+
- 4.0.2-beta1 ❌
202+
- 4.0.2 ❌
203+
- 4.0.18 ❌
204+
- 4.0.17 ❌
205+
- 4.0.16 ❌
206+
- 4.0.15 ❌
207+
- 4.0.14 ❌
208+
- 4.0.13 ❌
209+
- 4.0.12 ❌
210+
- 4.0.11 ❌
211+
- 4.0.10 ❌
212+
- 4.0.1 ❌
213+
- 4.0 ❌
214+
- 3.1.1 ❌
215+
- 3.1.0 ❌
216+
- 3.0.9 ❌
217+
- 3.0.8 ❌
218+
- 3.0.7 ❌
219+
- 3.0.6 ❌
220+
- 3.0.5 ❌
221+
- 3.0.4 ❌
222+
- 3.0.3 ❌
223+
- 3.0.28 ❌
224+
- 3.0.27 ❌
225+
- 3.0.26 ❌
226+
- 3.0.25 ❌
227+
- 3.0.24 ❌
228+
- 3.0.23 ❌
229+
- 3.0.22 ❌
230+
- 3.0.21 ❌
231+
- 3.0.20 ❌
232+
- 3.0.2 ❌
233+
- 3.0.19 ❌
234+
- 3.0.18 ❌
235+
- 3.0.17 ❌
236+
- 3.0.16 ❌
237+
- 3.0.15 ❌
238+
- 3.0.14 ❌
239+
- 3.0.13 ❌
240+
- 3.0.12 ❌
241+
- 3.0.11 ❌
242+
- 3.0.10 ❌
243+
- 3.0.1 ❌
244+
- 3.0.0 ❌
245+
- 2.4.3 ❌
246+
- 2.4.2 ❌
247+
validations:
248+
required: true
249+
- type: textarea
250+
id: problem
251+
attributes:
252+
label: Describe the issue you're facing
253+
description: Provide as much detail as possible. The more detail you are able to provide, the better!
254+
validations:
255+
required: true
256+
- type: textarea
257+
id: expected
258+
attributes:
259+
label: Expected behavior
260+
description: If applicable, please describe the behavior you expected
261+
validations:
262+
required: false
263+
- type: textarea
264+
id: code_sample
265+
attributes:
266+
label: Code sample (optional)
267+
description: If applicable, please provide a code sample
268+
- type: textarea
269+
id: suggestion
270+
attributes:
271+
label: Suggestion to fix the issue (optional)
272+
description: Do you have an suggestion on how to fix this issue ?
273+
- type: textarea
274+
id: references
275+
attributes:
276+
label: References (optional)
277+
description: Can you link to any release notes, bugs, pull requests, or Stack-Overflow link related to this?
278+
- type: textarea
279+
id: more_info
280+
attributes:
281+
label: Do you have anything more you want to share? (optional)
282+
description: For example, screenshots, screen recordings, or sample code, logs, etc.
283+
- type: checkboxes
284+
id: wiki_confirmation
285+
attributes:
286+
label: Have you searched in our Wiki before posting ?
287+
description: Our Wiki contains tons of information, make sure you've searched over it before posting this issue.
288+
options:
289+
- label: I have searched over the Wiki
290+
required: true
291+
- type: markdown
292+
attributes:
293+
value: |
294+
---
295+
You're finished 👏
296+
The following fields are prefilled and should not be modified. Please click **Submit new issue**.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
name: "Request a feature"
2+
title: "<NAME THE FEATURE>"
3+
description: Suggest an idea for Phpfastcache
4+
labels: ["Needs triage 🔎"]
5+
assignees: ["Geolim4"]
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
### Before you start
11+
12+
**Are you looking for development help?**
13+
↩ Please note that we cannot provide assistance on web development. We recommend asking around on a dedicated help forum like StackOverflow.
14+
15+
### Issue etiquette
16+
17+
When opening an feature request, please:
18+
- Follow the project's [Code of Conduct](https://github.com/PHPSocialNetwork/phpfastcache/blob/master/CODE_OF_CONDUCT.md) as well as the [GitHub Community Guidelines](https://docs.github.com/en/site-policy/github-terms/github-community-guidelines).
19+
- Check for an [existing feature request](https://github.com/PHPSocialNetwork/phpfastcache/issues) first. If someone else has opened a similar feature request, please upvote their feature request rather than creating another one.
20+
- Keep suggestions relevant to the project. Irrelevant suggestions will be automatically closed and marked as spam, and repeated offenses may result in exclusion from our organization.
21+
- Provide as much detail as possible. The more detail you are able to provide, the better!
22+
- **Make sure that a request feature may be denied or accepted and if id does it can take a while before being implemented.**
23+
24+
---
25+
- type: dropdown
26+
id: type
27+
attributes:
28+
label: What type of feature would you like?
29+
options:
30+
- New backend support
31+
- Code improvement (be specific)
32+
- New PSR standard implementation
33+
- Wiki/Documentation/Readme improvement
34+
- Other (Please Specify)
35+
validations:
36+
required: true
37+
- type: textarea
38+
id: feature_request
39+
attributes:
40+
label: The feature request
41+
description: Describe the feature request you'd like to have
42+
validations:
43+
required: true
44+
- type: textarea
45+
id: code_sample
46+
attributes:
47+
label: Code sample (optional)
48+
description: If applicable, please provide a code sample
49+
- type: textarea
50+
id: references
51+
attributes:
52+
label: References (optional)
53+
description: Can you link to any release notes, ideas, pull requests, or Stack-Overflow link related to this?
54+
- type: textarea
55+
id: more_info
56+
attributes:
57+
label: Do you have anything more you want to share? (optional)
58+
description: For example, screenshots, screen recordings, or sample code, logs, etc.
59+
- type: markdown
60+
attributes:
61+
value: |
62+
---
63+
You're finished 👏
64+
The following fields are prefilled and should not be modified. Please click **Submit new feature request**.

0 commit comments

Comments
 (0)