-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
75 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
name: 🐞 Bug Report | ||
about: Something is broken? 🔨 | ||
labels: bug, unconfirmed | ||
--- | ||
|
||
<!-- | ||
Before you open an issue, make sure this one does not already exist. | ||
--> | ||
|
||
<!-- | ||
If you are reporting a bug, please try to fill in the following. | ||
Otherwise remove it. | ||
--> | ||
|
||
### Environment | ||
|
||
#### Extension | ||
|
||
<details><summary>show</summary> | ||
<p> | ||
|
||
``` | ||
$ php -i | grep db2 -i | ||
# Put the result here. | ||
``` | ||
|
||
</p> | ||
</details> | ||
|
||
#### PHP version | ||
|
||
``` | ||
$ php -v | ||
# Put the result here. | ||
``` | ||
|
||
## Subject | ||
|
||
<!-- | ||
Give here as many details as possible. | ||
Next sections are for ERRORS only. | ||
--> | ||
|
||
## Minimal repository with the bug | ||
|
||
## Steps to reproduce | ||
|
||
## Expected results | ||
|
||
## Actual results | ||
|
||
<!-- | ||
If it's an error message or piece of code, use code block tags, | ||
and make sure you provide the whole stack trace(s), | ||
not just the first error message you can see. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
name: 🚀 Feature Request | ||
about: I have a suggestion (and may want to implement it 🙂)! | ||
labels: feature | ||
--- | ||
|
||
## Feature Request | ||
|
||
<!-- Provide a summary of the feature. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: IBM DB2 bugs on the PHP Bug Tracking System | ||
url: https://bugs.php.net/search.php?cmd=display&direction=DESC&limit=30&package_name[]=ibm_db2 | ||
about: 'Questions tagged with "doctrine-dbal" on StackOverflow' | ||
- name: IBM DB2 on StackOverflow | ||
url: https://stackoverflow.com/questions/tagged/db2 | ||
about: 'Questions tagged with "db2" on StackOverflow' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# phpize stuff | ||
/config.* | ||
.libs | ||
Makefile* | ||
*.m4 | ||
autom4te.cache | ||
build | ||
config.* | ||
configure* | ||
ibm_db2.la | ||
ibm_db2.lo | ||
|