summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterMerge pull request #58 from dshafik/dependabot/composer/friendsofphp/php-cs-f...dependabot[bot]5 years
origin/HEADMerge pull request #58 from dshafik/dependabot/composer/friendsofphp/php-cs-f...dependabot[bot]5 years
origin/fake-prForcing a PR to update the status badgeDavey Shafik5 years
origin/fixup-testsFixup phpunit configDavey Shafik5 years
origin/github-actionsAdd %Davey Shafik5 years
origin/masterMerge pull request #58 from dshafik/dependabot/composer/friendsofphp/php-cs-f...dependabot[bot]5 years
origin/old-php-supportFix tests on earlier versions of PHP/PHPUnitDavey Shafik8 years
origin/pr/bpolaszek/49Merge branch 'master' of https://github.com/bridgebase/php7-mysql-shim into p...Davey Shafik5 years
origin/travis-matrixExpand Travis config to account for many different configsDavey Shafik8 years
 
TagDownloadAuthorAge
1.0.0beta3php7-mysql-shim-1.0.0beta3.zip  php7-mysql-shim-1.0.0beta3.tar.gz  php7-mysql-shim-1.0.0beta3.tar.bz2  Davey Shafik5 years
1.0.0beta2php7-mysql-shim-1.0.0beta2.zip  php7-mysql-shim-1.0.0beta2.tar.gz  php7-mysql-shim-1.0.0beta2.tar.bz2  Davey Shafik8 years
1.0.0beta1php7-mysql-shim-1.0.0beta1.zip  php7-mysql-shim-1.0.0beta1.tar.gz  php7-mysql-shim-1.0.0beta1.tar.bz2  Davey Shafik8 years
0.2.0php7-mysql-shim-0.2.0.zip  php7-mysql-shim-0.2.0.tar.gz  php7-mysql-shim-0.2.0.tar.bz2  Davey Shafik9 years
0.1.0php7-mysql-shim-0.1.0.zip  php7-mysql-shim-0.1.0.tar.gz  php7-mysql-shim-0.1.0.tar.bz2  Davey Shafik9 years
 
AgeCommit messageAuthorFilesLines
2017-01-08Fix tests on earlier versions of PHP/PHPUnitorigin/old-php-supportDavey Shafik3-788/+364
2017-01-08Add commentsDavey Shafik1-3/+17
2017-01-08Add/update file header commentsDavey Shafik3-6/+26
2017-01-04require requires 5.3+, require-dev requies 5.6+ due to all the dependencies. ...philip1-0/+1
2017-01-04The pull request offers 5.3+ support, so also add it here.philip1-1/+1
2017-01-04Added 5.3+ test support, as requested for pull request #22philip1-0/+3
2017-01-04Replaced array operator with explicit array() to lower required PHP version. ...philip1-9/+9
2017-01-04Replaced variadics/splat references to lower the required PHP version; splat ...philip1-28/+28
2016-11-07Add PHP 5.6 minimum dependency. Refs #17, #18Davey Shafik2-117/+232
2016-10-03Add PHP 7.1 and nightly to travis0.2.0Davey Shafik1-0/+3
2016-10-03Don't trigger weird behavior in PHP 5.6 with extraneous argsDavey Shafik1-4/+11
2016-10-03Added the result type to the mysql_fetch_array function (#16)Swen van Zanten2-5/+16
2016-10-03Test for false when `mysql_connect()` failsDavey Shafik1-1/+7
2016-10-03Add commentsDavey Shafik1-0/+3
2016-10-03mysql_connect should return FALSE when mysqli_connect fails. (#15)Михаил Красильников1-2/+6
2016-07-04Add SensioLabsInsight badge to README0.1.0Davey Shafik1-0/+1
2016-07-04Fix issues found by <insight.sensiolabs.com>Davey Shafik3-141/+396
2016-07-03Add tests for #13Davey Shafik1-29/+111
2016-07-03Make sure to reflect MIT licence in composer.jsonDavey Shafik1-1/+1
2016-07-03Specify compatiblity with PHP 5.6Davey Shafik1-1/+1
2016-07-03Support database names with hyphensStefan Schramm1-7/+13
2016-07-03Merge pull request #9 from staabm/patch-1Davey Shafik1-0/+3
2016-07-03Merge pull request #8 from gharlan/patch-1Davey Shafik1-1/+1
2016-04-18Declare mysqli dependency as requirementMarkus Staab1-0/+3
2016-04-18use array_key_exists() instead of isset() because value can be nullGregor Harlan1-1/+1
[...]