Skip to content

Remove php_pdo_mysql_sqlstate.h #10363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 37 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
91227c5
chore: unnecessary parentheses.
marcosmarcolin Dec 16, 2022
009945f
Merge branch 'php:master' into master
marcosmarcolin Dec 17, 2022
ba36a49
Merge branch 'php:master' into master
marcosmarcolin Dec 19, 2022
0386041
Merge branch 'php:master' into master
marcosmarcolin Dec 20, 2022
d6e7c73
Merge branch 'php:master' into master
marcosmarcolin Dec 21, 2022
d47eca9
Merge branch 'php:master' into master
marcosmarcolin Dec 23, 2022
b131d30
Merge branch 'php:master' into master
marcosmarcolin Dec 26, 2022
b84c549
Merge branch 'php:master' into master
marcosmarcolin Dec 26, 2022
64a9793
Merge branch 'php:master' into master
marcosmarcolin Dec 29, 2022
1afee9a
Merge branch 'php:master' into master
marcosmarcolin Jan 2, 2023
072c44e
Merge branch 'php:master' into master
marcosmarcolin Jan 3, 2023
fa8ace8
Merge branch 'php:master' into master
marcosmarcolin Jan 5, 2023
20a34b7
Merge branch 'php:master' into master
marcosmarcolin Jan 6, 2023
431c1b3
Merge branch 'php:master' into master
marcosmarcolin Jan 6, 2023
9d5d563
Merge branch 'php:master' into master
marcosmarcolin Jan 7, 2023
a42d498
Merge branch 'php:master' into master
marcosmarcolin Jan 8, 2023
053f026
Merge branch 'php:master' into master
marcosmarcolin Jan 9, 2023
93ebbd5
Merge branch 'php:master' into master
marcosmarcolin Jan 9, 2023
62d6514
Merge branch 'php:master' into master
marcosmarcolin Jan 10, 2023
e649783
Merge branch 'php:master' into master
marcosmarcolin Jan 11, 2023
70892a7
Merge branch 'php:master' into master
marcosmarcolin Jan 13, 2023
dbef9c3
Merge branch 'php:master' into master
marcosmarcolin Jan 14, 2023
7a9c2b4
Merge branch 'php:master' into master
marcosmarcolin Jan 15, 2023
6567de0
Merge branch 'php:master' into master
marcosmarcolin Jan 16, 2023
366b22a
Merge branch 'php:master' into master
marcosmarcolin Jan 17, 2023
339c847
Remove use of removed function(ereg()) and remove unnecessary spaces.
marcosmarcolin Jan 17, 2023
1ee26fc
Revert "chore: unnecessary parentheses."
marcosmarcolin Jan 17, 2023
53ab675
Remove use of removed function(ereg()) and remove unnecessary spaces.
marcosmarcolin Jan 17, 2023
0b56b3f
Remove use of removed function(ereg()) and remove unnecessary spaces.
marcosmarcolin Jan 17, 2023
28d360f
Revert "Remove use of removed function(ereg()) and remove unnecessary…
marcosmarcolin Jan 17, 2023
72374bb
Revert "Revert "Remove use of removed function(ereg()) and remove unn…
marcosmarcolin Jan 17, 2023
f7c37fb
Revert "Revert "Revert "Remove use of removed function(ereg()) and re…
marcosmarcolin Jan 17, 2023
54cc7b4
Revert "Revert "Remove use of removed function(ereg()) and remove unn…
marcosmarcolin Jan 17, 2023
b866e8e
Revert "Remove use of removed function(ereg()) and remove unnecessary…
marcosmarcolin Jan 17, 2023
c4f43f8
Revert "Remove use of removed function(ereg()) and remove unnecessary…
marcosmarcolin Jan 17, 2023
08c7277
Remove use of removed function(ereg()) and remove unnecessary spaces.
marcosmarcolin Jan 17, 2023
33237eb
Remover arquivos nao utilizados em ext/pdo_mysql.
marcosmarcolin Jan 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ locations.
└─ pcre/
├─ pcre2lib/ # https://www.pcre.org/
└─ ...
└─ pdo_mysql/
├─ php_pdo_mysql_sqlstate.h # Generated by `ext/pdo_mysql/get_error_codes.php`
└─ ...
└─ skeleton/ # Skeleton for developing new extensions with `ext/ext_skel.php`
└─ ...
└─ standard/
Expand Down
28 changes: 0 additions & 28 deletions ext/pdo_mysql/get_error_codes.php

This file was deleted.

Loading