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
Branch
Commit message
Author
Age
master
Merge pull request #58 from dshafik/dependabot/composer/friendsofphp/php-cs-f...
dependabot[bot]
5 years
origin/HEAD
Merge pull request #58 from dshafik/dependabot/composer/friendsofphp/php-cs-f...
dependabot[bot]
5 years
origin/fake-pr
Forcing a PR to update the status badge
Davey Shafik
5 years
origin/fixup-tests
Fixup phpunit config
Davey Shafik
5 years
origin/github-actions
Add %
Davey Shafik
5 years
origin/master
Merge pull request #58 from dshafik/dependabot/composer/friendsofphp/php-cs-f...
dependabot[bot]
5 years
origin/old-php-support
Fix tests on earlier versions of PHP/PHPUnit
Davey Shafik
8 years
origin/pr/bpolaszek/49
Merge branch 'master' of https://github.com/bridgebase/php7-mysql-shim into p...
Davey Shafik
5 years
origin/travis-matrix
Expand Travis config to account for many different configs
Davey Shafik
8 years
Tag
Download
Author
Age
1.0.0beta3
php7-mysql-shim-1.0.0beta3.zip
php7-mysql-shim-1.0.0beta3.tar.gz
php7-mysql-shim-1.0.0beta3.tar.bz2
Davey Shafik
5 years
1.0.0beta2
php7-mysql-shim-1.0.0beta2.zip
php7-mysql-shim-1.0.0beta2.tar.gz
php7-mysql-shim-1.0.0beta2.tar.bz2
Davey Shafik
8 years
1.0.0beta1
php7-mysql-shim-1.0.0beta1.zip
php7-mysql-shim-1.0.0beta1.tar.gz
php7-mysql-shim-1.0.0beta1.tar.bz2
Davey Shafik
8 years
0.2.0
php7-mysql-shim-0.2.0.zip
php7-mysql-shim-0.2.0.tar.gz
php7-mysql-shim-0.2.0.tar.bz2
Davey Shafik
9 years
0.1.0
php7-mysql-shim-0.1.0.zip
php7-mysql-shim-0.1.0.tar.gz
php7-mysql-shim-0.1.0.tar.bz2
Davey Shafik
9 years
Age
Commit message
Author
Files
Lines
2020-08-11
Fixup phpunit config
origin/fixup-tests
Davey Shafik
1
-22
/
+20
2020-08-11
Remove appveyor
Davey Shafik
2
-76
/
+0
2020-08-11
Try to fixup TravisCI config
Davey Shafik
3
-4
/
+2
2020-08-11
Update TravisCI config to only test on 7.1+
Davey Shafik
1
-23
/
+8
2020-08-11
$new is **NOT** supported by mysqli, reverting #45
Davey Shafik
1
-1
/
+5
2020-08-11
Update to PHPUnit 8.x
Davey Shafik
4
-860
/
+2311
2020-08-11
Add MYSQL_HOST env var
Davey Shafik
1
-11
/
+14
2020-08-11
Try to fix tests
Davey Shafik
2
-83
/
+16
2020-08-11
Allow empty MySQL password
Davey Shafik
1
-1
/
+1
2020-08-11
Merge branch 'master' of https://github.com/dshafik/php7-mysql-shim
Davey Shafik
1
-1
/
+1
2020-08-11
Add extensions
Davey Shafik
1
-1
/
+5
2020-08-11
Use links instead of depends_on
Davey Shafik
1
-1
/
+1
2020-08-11
Copy in the composer install script
Davey Shafik
1
-1
/
+2
2020-08-11
Add git auto-complete to bash
Davey Shafik
1
-0
/
+3
2020-08-11
Update to include ext/mysqli and composer
Davey Shafik
3
-0
/
+26
2020-08-11
Some minor updates to tests to enable it to work inside CodeSpaces
Davey Shafik
2
-16
/
+28
2020-08-11
Add CodeSpaces .devcontainer config
Davey Shafik
3
-0
/
+96
2020-05-04
Merge pull request #51 from staabm/patch-1
Davey Shafik
1
-1
/
+1
2020-05-04
Fixed dead url in readme
Markus Staab
1
-1
/
+1
2020-01-02
Merge pull request #48 from staabm/patch-1
1.0.0beta3
Davey Shafik
1
-1
/
+5
2019-12-24
Update README.md
Markus Staab
1
-1
/
+1
2019-12-24
Added note about alternative approaches
Markus Staab
1
-1
/
+5
2019-12-03
Avoid deprecated array access syntax (#47)
Michele Locati
1
-2
/
+2
2019-08-06
Handle custom ports defined in the hostname (#44)
Mike Gilfillan
1
-2
/
+10
2019-07-24
Use the parameter in a way compatible with the parameter in mysql_connect (...
Jonathan Hawkes
1
-4
/
+2
[...]