Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow for different MySQL forks (e.g. MariaDB) | Davey Shafik | 2016-02-02 | 1 | -5/+3 |
| | |||||
* | Add forward-compatible annotation | Davey Shafik | 2016-02-02 | 1 | -1/+4 |
| | |||||
* | Add/Fix all constants | Davey Shafik | 2016-02-02 | 2 | -4/+25 |
| | |||||
* | Fix return values for `mysql_fetch_*` functions | Davey Shafik | 2016-02-02 | 2 | -10/+39 |
| | | | | | | The methods `mysql_fetch_* and `mysqli_fetch_*` have different return values, if there is no [more] results to fetch. Therefore the **null** return value of `mysqli` needs to be matched to the **false** return value of `mysql`. Thanks to @muhammedalialat | ||||
* | code cleanup | Gordon Franke | 2016-02-02 | 1 | -1/+0 |
| | |||||
* | Merge pull request #3 from muhammedalialat/patch_mysql_fetch_object | Davey Shafik | 2016-01-28 | 1 | -2/+9 |
|\ | | | | | Fix mysql_fetch_object return value | ||||
| * | Update mysql.php | Muhammed Ali Alat | 2016-01-26 | 1 | -2/+9 |
|/ | |||||
* | Skip some tests on HHVM where behavior differs from PHP | Davey Shafik | 2015-12-07 | 1 | -3/+14 |
| | |||||
* | Handle weirdness with `mysql_table_name()`, especially on HHVM | Davey Shafik | 2015-12-07 | 2 | -5/+5 |
| | |||||
* | More tests, more fixes | Davey Shafik | 2015-12-07 | 2 | -12/+246 |
| | | | | - Reimplement original `mysql_escape_string()` based on C-code as close as possible - For some reason `mysql_fetch_object()` has a different error than all the other `mysql_fetch_*()` functions when passed an invalid result. ಠ_ಠ | ||||
* | Add more tests and fixes | Davey Shafik | 2015-12-06 | 2 | -166/+377 |
| | |||||
* | Remove namespace prefix | Davey Shafik | 2015-12-06 | 2 | -141/+140 |
| | |||||
* | Test SET columns | Davey Shafik | 2015-12-06 | 1 | -1/+7 |
| | |||||
* | Fix args for aliases | Davey Shafik | 2015-12-06 | 1 | -37/+22 |
| | |||||
* | Add scruitinizer config, fix CS issues | Davey Shafik | 2015-12-06 | 3 | -1/+50 |
| | |||||
* | Update README | Davey Shafik | 2015-12-06 | 4 | -21/+529 |
| | |||||
* | Add travis integration | Davey Shafik | 2015-12-06 | 4 | -70/+94 |
| | |||||
* | Upto 20% functions/59% lines coverage, more issues revealed | Davey Shafik | 2015-12-06 | 2 | -86/+470 |
| | |||||
* | Add more tests, and fixed many issues revealed by them | Davey Shafik | 2015-12-05 | 2 | -52/+353 |
| | |||||
* | Initial commit of ext/mysql shim for PHP 7 | Davey Shafik | 2015-12-04 | 9 | -0/+1766 |