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
2017-01-08
Fix tests on earlier versions of PHP/PHPUnit
origin/old-php-support
Davey Shafik
3
-788
/
+364
2017-01-08
Add comments
Davey Shafik
1
-3
/
+17
2017-01-08
Add/update file header comments
Davey Shafik
3
-6
/
+26
2017-01-04
require requires 5.3+, require-dev requies 5.6+ due to all the dependencies. ...
philip
1
-0
/
+1
2017-01-04
The pull request offers 5.3+ support, so also add it here.
philip
1
-1
/
+1
2017-01-04
Added 5.3+ test support, as requested for pull request #22
philip
1
-0
/
+3
2017-01-04
Replaced array operator with explicit array() to lower required PHP version. ...
philip
1
-9
/
+9
2017-01-04
Replaced variadics/splat references to lower the required PHP version; splat ...
philip
1
-28
/
+28
2016-11-07
Add PHP 5.6 minimum dependency. Refs #17, #18
Davey Shafik
2
-117
/
+232
2016-10-03
Add PHP 7.1 and nightly to travis
0.2.0
Davey Shafik
1
-0
/
+3
2016-10-03
Don't trigger weird behavior in PHP 5.6 with extraneous args
Davey Shafik
1
-4
/
+11
2016-10-03
Added the result type to the mysql_fetch_array function (#16)
Swen van Zanten
2
-5
/
+16
2016-10-03
Test for false when `mysql_connect()` fails
Davey Shafik
1
-1
/
+7
2016-10-03
Add comments
Davey Shafik
1
-0
/
+3
2016-10-03
mysql_connect should return FALSE when mysqli_connect fails. (#15)
Михаил Красильников
1
-2
/
+6
2016-07-04
Add SensioLabsInsight badge to README
0.1.0
Davey Shafik
1
-0
/
+1
2016-07-04
Fix issues found by <insight.sensiolabs.com>
Davey Shafik
3
-141
/
+396
2016-07-03
Add tests for #13
Davey Shafik
1
-29
/
+111
2016-07-03
Make sure to reflect MIT licence in composer.json
Davey Shafik
1
-1
/
+1
2016-07-03
Specify compatiblity with PHP 5.6
Davey Shafik
1
-1
/
+1
2016-07-03
Support database names with hyphens
Stefan Schramm
1
-7
/
+13
2016-07-03
Merge pull request #9 from staabm/patch-1
Davey Shafik
1
-0
/
+3
2016-07-03
Merge pull request #8 from gharlan/patch-1
Davey Shafik
1
-1
/
+1
2016-04-18
Declare mysqli dependency as requirement
Markus Staab
1
-0
/
+3
2016-04-18
use array_key_exists() instead of isset() because value can be null
Gregor Harlan
1
-1
/
+1
[...]