File tree Expand file tree Collapse file tree 4 files changed +75
-1
lines changed Expand file tree Collapse file tree 4 files changed +75
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : 🐞 Bug Report
3
+ about : Something is broken? 🔨
4
+ labels : bug, unconfirmed
5
+ ---
6
+
7
+ <!--
8
+ Before you open an issue, make sure this one does not already exist.
9
+ -->
10
+
11
+ <!--
12
+ If you are reporting a bug, please try to fill in the following.
13
+ Otherwise remove it.
14
+ -->
15
+
16
+ ### Environment
17
+
18
+ #### Extension
19
+
20
+ <details ><summary >show</summary >
21
+ <p >
22
+
23
+ ```
24
+ $ php -i | grep db2 -i
25
+ # Put the result here.
26
+ ```
27
+
28
+ </p >
29
+ </details >
30
+
31
+ #### PHP version
32
+
33
+ ```
34
+ $ php -v
35
+ # Put the result here.
36
+ ```
37
+
38
+ ## Subject
39
+
40
+ <!--
41
+ Give here as many details as possible.
42
+ Next sections are for ERRORS only.
43
+ -->
44
+
45
+ ## Minimal repository with the bug
46
+
47
+ ## Steps to reproduce
48
+
49
+ ## Expected results
50
+
51
+ ## Actual results
52
+
53
+ <!--
54
+ If it's an error message or piece of code, use code block tags,
55
+ and make sure you provide the whole stack trace(s),
56
+ not just the first error message you can see.
57
+ -->
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : 🚀 Feature Request
3
+ about : I have a suggestion (and may want to implement it 🙂)!
4
+ labels : feature
5
+ ---
6
+
7
+ ## Feature Request
8
+
9
+ <!-- Provide a summary of the feature. -->
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
2
+ contact_links :
3
+ - name : IBM DB2 bugs on the PHP Bug Tracking System
4
+ url : https://bugs.php.net/search.php?cmd=display&direction=DESC&limit=30&package_name[]=ibm_db2
5
+ about : ' Questions tagged with "doctrine-dbal" on StackOverflow'
6
+ - name : IBM DB2 on StackOverflow
7
+ url : https://stackoverflow.com/questions/tagged/db2
8
+ about : ' Questions tagged with "db2" on StackOverflow'
Original file line number Diff line number Diff line change 1
1
# phpize stuff
2
+ /config. *
2
3
.libs
3
4
Makefile *
4
5
* .m4
5
6
autom4te.cache
6
7
build
7
- config. *
8
8
configure *
9
9
ibm_db2.la
10
10
ibm_db2.lo
You can’t perform that action at this time.
0 commit comments