summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Allow for different MySQL forks (e.g. MariaDB)Davey Shafik2016-02-021-5/+3
|
* Add forward-compatible annotationDavey Shafik2016-02-021-1/+4
|
* Add/Fix all constantsDavey Shafik2016-02-022-4/+25
|
* Fix return values for `mysql_fetch_*` functionsDavey Shafik2016-02-022-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 cleanupGordon Franke2016-02-021-1/+0
|
* Merge pull request #3 from muhammedalialat/patch_mysql_fetch_objectDavey Shafik2016-01-281-2/+9
|\ | | | | Fix mysql_fetch_object return value
| * Update mysql.phpMuhammed Ali Alat2016-01-261-2/+9
|/
* Skip some tests on HHVM where behavior differs from PHPDavey Shafik2015-12-071-3/+14
|
* Handle weirdness with `mysql_table_name()`, especially on HHVMDavey Shafik2015-12-072-5/+5
|
* More tests, more fixesDavey Shafik2015-12-072-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 fixesDavey Shafik2015-12-062-166/+377
|
* Remove namespace prefixDavey Shafik2015-12-062-141/+140
|
* Test SET columnsDavey Shafik2015-12-061-1/+7
|
* Fix args for aliasesDavey Shafik2015-12-061-37/+22
|
* Add scruitinizer config, fix CS issuesDavey Shafik2015-12-063-1/+50
|
* Update READMEDavey Shafik2015-12-064-21/+529
|
* Add travis integrationDavey Shafik2015-12-064-70/+94
|
* Upto 20% functions/59% lines coverage, more issues revealedDavey Shafik2015-12-062-86/+470
|
* Add more tests, and fixed many issues revealed by themDavey Shafik2015-12-052-52/+353
|
* Initial commit of ext/mysql shim for PHP 7Davey Shafik2015-12-049-0/+1766