summaryrefslogtreecommitdiffstats
path: root/lib/mysql.php
Commit message (Collapse)AuthorAgeFilesLines
* Add/Fix all constantsDavey Shafik2016-02-021-4/+7
|
* Fix return values for `mysql_fetch_*` functionsDavey Shafik2016-02-021-8/+5
| | | | | | 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
|
* Update mysql.phpMuhammed Ali Alat2016-01-261-2/+9
|
* Handle weirdness with `mysql_table_name()`, especially on HHVMDavey Shafik2015-12-071-3/+3
|
* More tests, more fixesDavey Shafik2015-12-071-12/+115
| | | | - 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-061-126/+143
|
* Fix args for aliasesDavey Shafik2015-12-061-37/+22
|
* Update READMEDavey Shafik2015-12-061-16/+19
|
* Upto 20% functions/59% lines coverage, more issues revealedDavey Shafik2015-12-061-41/+278
|
* Add more tests, and fixed many issues revealed by themDavey Shafik2015-12-051-11/+63
|
* Initial commit of ext/mysql shim for PHP 7Davey Shafik2015-12-041-0/+416