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-10
Expand Travis config to account for many different configs
origin/travis-matrix
Davey Shafik
1
-1
/
+76
2017-01-08
Update to state it will work from 5.3.6+
1.0.0beta1
Davey Shafik
1
-1
/
+1
2017-01-08
Add warning to the class comment
Davey Shafik
1
-2
/
+8
2017-01-08
Use extension_loaded
Davey Shafik
1
-1
/
+1
2017-01-08
Use composer update instead of install
Davey Shafik
3
-181
/
+687
2017-01-08
Code cleanup
Davey Shafik
2
-272
/
+267
2017-01-08
Add third argument to `mysql_db_name()`
Davey Shafik
2
-10
/
+17
2017-01-08
Fix tests on earlier versions of PHP/PHPUnit
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-08
require requires 5.3+, require-dev requies 5.6+ due to all the dependencies. ...
philip
1
-0
/
+1
2017-01-08
The pull request offers 5.3+ support, so also add it here.
philip
1
-1
/
+1
2017-01-08
Added 5.3+ test support, as requested for pull request #22
philip
1
-0
/
+3
2017-01-08
Replaced array operator with explicit array() to lower required PHP version. ...
philip
1
-9
/
+9
2017-01-08
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
[...]