index
:
php7-mysql-shim
master
origin/HEAD
origin/fake-pr
origin/fixup-tests
origin/github-actions
origin/master
origin/old-php-support
origin/pr/bpolaszek/49
origin/travis-matrix
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add %
origin/github-actions
Davey Shafik
2020-10-27
1
-1
/
+1
*
Push to coverage to ENV
Davey Shafik
2020-10-27
1
-1
/
+1
*
Remove scrutinizer
Davey Shafik
2020-10-27
3
-77
/
+1
*
Remove external code coverage
Davey Shafik
2020-10-27
1
-4
/
+1
*
Use matrix.php-versions
Davey Shafik
2020-10-27
1
-3
/
+3
*
Try to fix scruitinizer coverage+code coverage badge
Davey Shafik
2020-10-27
2
-1
/
+23
*
Show Github Actions build status
Davey Shafik
2020-10-27
1
-1
/
+1
*
Update scrutinizer config to ignore all deps (only used for dev)
Davey Shafik
2020-10-27
1
-3
/
+50
*
Only run on PRs
Davey Shafik
2020-10-27
1
-1
/
+1
*
Push code coverage to scrutinizer
Davey Shafik
2020-10-27
1
-0
/
+2
*
Remove Travis CI in favor of GitHub Actions
Davey Shafik
2020-10-27
1
-55
/
+0
*
Add limited offset support to mysql_fetch_field()
Davey Shafik
2020-10-27
2
-9
/
+174
*
Add missing warning from mysql_fetch_field()
Davey Shafik
2020-10-27
2
-6
/
+9
*
s/char/string
Davey Shafik
2020-10-27
2
-3
/
+3
*
s/varchar/string
Davey Shafik
2020-10-27
2
-9
/
+9
*
mysql_fetch_field() returns a string for type
Davey Shafik
2020-10-27
2
-12
/
+94
*
Correctly check error messages in test_mysql_function_invalid_result()
Davey Shafik
2020-10-27
1
-2
/
+1
*
Remove socket test
Davey Shafik
2020-10-27
2
-14
/
+0
*
Skip socket test in CI
Davey Shafik
2020-10-27
1
-0
/
+1
*
Try to fix mysql_fetch_object() test on PHP 5.6
Davey Shafik
2020-10-27
1
-8
/
+20
*
Try to fix mysql_fetch_object() and mysql_connect() with socket tests
Davey Shafik
2020-10-27
1
-2
/
+2
*
Use tear_down and tear_down_after_class
Davey Shafik
2020-10-27
1
-2
/
+2
*
Remove composer cache
Davey Shafik
2020-10-27
1
-11
/
+0
*
Remote extraneous var_dump()
Davey Shafik
2020-10-27
1
-1
/
+0
*
Use 127.0.0.1
Davey Shafik
2020-10-27
1
-1
/
+1
*
Update name of the linter workflow
Davey Shafik
2020-10-27
1
-1
/
+1
*
Run linter on PHP 5.3 and 8.0
Davey Shafik
2020-10-27
1
-0
/
+23
*
Try to fix MySQL connection again…
Davey Shafik
2020-10-27
1
-3
/
+6
*
Try to fix MySQL connection
Davey Shafik
2020-10-27
1
-1
/
+5
*
Add PHP 5.3 and 8.0
Davey Shafik
2020-10-27
1
-1
/
+1
*
composer update to get the correct version of phpunit
Davey Shafik
2020-10-27
1
-2
/
+2
*
Use Yoast/PHPUnit-polyfills, add more tests
Davey Shafik
2020-10-27
3
-443
/
+1181
*
Add phpunit cache file to gitignore
Davey Shafik
2020-10-27
1
-0
/
+1
*
Use lowest deps (for now)
Davey Shafik
2020-10-26
1
-3
/
+2
*
Add phpunit workflow
Davey Shafik
2020-10-26
1
-0
/
+47
*
Merge pull request #55 from dshafik/dependabot/composer/squizlabs/php_codesni...
dependabot[bot]
2020-10-26
1
-5
/
+6
|
\
|
*
Bump squizlabs/php_codesniffer from 3.5.6 to 3.5.8
dependabot[bot]
2020-10-26
1
-5
/
+6
|
/
*
Merge pull request #54 from SWsistemas/master
Davey Shafik
2020-10-25
2
-2
/
+29
|
\
|
*
Fix grammar on comment
Fernando da Silva Sousa
2020-10-23
1
-1
/
+1
|
*
Test check_valid_result function backtrace individually
Fernando da Silva Sousa
2020-10-23
1
-0
/
+7
|
*
Add asserts about invalid results backtracing correctly
Fernando da Silva Sousa
2020-10-23
1
-0
/
+2
|
*
Fix possibility of empty backtrace caused by traces without file and line
Fernando da Silva Sousa
2020-10-23
1
-4
/
+14
|
*
Adds backtrace for illegal arguments supplied
Fernando da Silva Sousa
2020-10-22
1
-2
/
+10
|
/
*
Create dependabot.yml
Davey Shafik
2020-10-12
1
-0
/
+11
*
Allow socket connections
Davey Shafik
2020-08-11
1
-1
/
+8
*
Merge branch 'master' of https://github.com/bridgebase/php7-mysql-shim into p...
origin/pr/bpolaszek/49
Davey Shafik
2020-08-11
0
-0
/
+0
|
\
|
*
Fix mysqli_fetch_field consistency
Beno!t POLASZEK
2020-01-13
1
-1
/
+10
*
|
Add tests for mysql_fetch_field()
Davey Shafik
2020-08-11
1
-21
/
+141
*
|
Don't try to assign fields if the fetch failed
Davey Shafik
2020-08-11
1
-8
/
+10
*
|
Fix mysqli_fetch_field consistency
Beno!t POLASZEK
2020-08-11
1
-1
/
+10
*
|
Merge branch 'master' of https://github.com/dshafik/php7-mysql-shim
Davey Shafik
2020-08-11
10
-1034
/
+2330
|
\
\
|
*
\
Merge pull request #52 from dshafik/fixup-tests
Davey Shafik
2020-08-11
10
-1034
/
+2330
|
|
\
\
|
|
*
|
Fixup phpunit config
origin/fixup-tests
Davey Shafik
2020-08-11
1
-22
/
+20
|
|
*
|
Remove appveyor
Davey Shafik
2020-08-11
2
-76
/
+0
|
|
*
|
Try to fixup TravisCI config
Davey Shafik
2020-08-11
3
-4
/
+2
|
|
*
|
Update TravisCI config to only test on 7.1+
Davey Shafik
2020-08-11
1
-23
/
+8
|
|
*
|
$new is **NOT** supported by mysqli, reverting #45
Davey Shafik
2020-08-11
1
-1
/
+5
|
|
*
|
Update to PHPUnit 8.x
Davey Shafik
2020-08-11
4
-860
/
+2311
|
|
*
|
Add MYSQL_HOST env var
Davey Shafik
2020-08-11
1
-11
/
+14
|
|
*
|
Try to fix tests
Davey Shafik
2020-08-11
2
-83
/
+16
|
|
/
/
*
|
|
Remove SensioLabs Insight
Davey Shafik
2020-08-11
1
-1
/
+0
|
/
/
*
|
Allow empty MySQL password
Davey Shafik
2020-08-11
1
-1
/
+1
*
|
Merge branch 'master' of https://github.com/dshafik/php7-mysql-shim
Davey Shafik
2020-08-11
1
-1
/
+1
|
\
\
|
*
|
Use links instead of depends_on
Davey Shafik
2020-08-11
1
-1
/
+1
*
|
|
Add extensions
Davey Shafik
2020-08-11
1
-1
/
+5
|
/
/
*
|
Copy in the composer install script
Davey Shafik
2020-08-11
1
-1
/
+2
*
|
Add git auto-complete to bash
Davey Shafik
2020-08-11
1
-0
/
+3
*
|
Update to include ext/mysqli and composer
Davey Shafik
2020-08-11
3
-0
/
+26
*
|
Some minor updates to tests to enable it to work inside CodeSpaces
Davey Shafik
2020-08-11
2
-16
/
+28
*
|
Add CodeSpaces .devcontainer config
Davey Shafik
2020-08-11
3
-0
/
+96
*
|
Merge pull request #51 from staabm/patch-1
Davey Shafik
2020-05-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fixed dead url in readme
Markus Staab
2020-05-04
1
-1
/
+1
|
/
*
Merge pull request #48 from staabm/patch-1
1.0.0beta3
Davey Shafik
2020-01-02
1
-1
/
+5
|
\
|
*
Update README.md
Markus Staab
2019-12-24
1
-1
/
+1
|
*
Added note about alternative approaches
Markus Staab
2019-12-24
1
-1
/
+5
|
/
*
Avoid deprecated array access syntax (#47)
Michele Locati
2019-12-03
1
-2
/
+2
*
Handle custom ports defined in the hostname (#44)
Mike Gilfillan
2019-08-06
1
-2
/
+10
*
Use the parameter in a way compatible with the parameter in mysql_connect (...
Jonathan Hawkes
2019-07-24
1
-4
/
+2
*
Update dependencies
Davey Shafik
2018-01-18
2
-753
/
+824
*
Update Travis config to re-enable PHP 5.3
Davey Shafik
2018-01-18
1
-9
/
+13
*
Run phpcbf (#35)
Webysther Nunes
2017-09-29
1
-3
/
+3
*
Fix call to `mysqli_ping` (#28)
Edward Savage
2017-03-27
1
-1
/
+1
*
Remove deprecation notice
1.0.0beta2
Davey Shafik
2017-01-12
1
-6
/
+0
*
Remove dev builds, add allowed failures to AppVeyor
Davey Shafik
2017-01-10
2
-54
/
+29
*
Add a single deprecation notice on load
Davey Shafik
2017-01-10
1
-0
/
+6
*
Fix tests on Windows
Davey Shafik
2017-01-10
1
-6
/
+6
*
Clarify install/usage docs
Davey Shafik
2017-01-10
1
-2
/
+4
*
Fix CS
Davey Shafik
2017-01-10
2
-13
/
+16
*
Add composer scripts, test and fix-cs
Davey Shafik
2017-01-10
2
-24
/
+8
*
Check ext/mysqli is available (for non-composer installs)
Davey Shafik
2017-01-10
1
-7
/
+11
*
Add initial support for AppVeyor
Davey Shafik
2017-01-10
3
-13
/
+91
*
Fix typo, remove outdated caveat
Davey Shafik
2017-01-10
1
-2
/
+1
*
Test for UTF-8 support
Davey Shafik
2017-01-10
1
-7
/
+93
*
Refactor \Dshafik\MySQL::mysqlFieldInfo() to simplify
Davey Shafik
2017-01-10
1
-10
/
+6
*
Expand Travis config to account for many different configs
origin/travis-matrix
Davey Shafik
2017-01-10
1
-1
/
+76
*
Update to state it will work from 5.3.6+
1.0.0beta1
Davey Shafik
2017-01-08
1
-1
/
+1
*
Add warning to the class comment
Davey Shafik
2017-01-08
1
-2
/
+8
*
Use extension_loaded
Davey Shafik
2017-01-08
1
-1
/
+1
*
Use composer update instead of install
Davey Shafik
2017-01-08
3
-181
/
+687
*
Code cleanup
Davey Shafik
2017-01-08
2
-272
/
+267
[next]