summaryrefslogtreecommitdiffstats
path: root/mysql.php
Commit message (Collapse)AuthorAgeFilesLines
* Update mysql.phpMatteo Baccan2020-09-141-2/+6
| | | | | | After PHPStan analysis: 1) mysql_get_client_info : use global resource link 2) mysqli_free_result : have a void return and mysql_free_result a bool return. These functions have not a compatible return. Changed to TRUE the result
* Merge pull request #8 from froonix/mysql-pconnectSjoerd Maessen2020-07-031-5/+2
|\ | | | | Fix mysql_pconnect()
| * Fix mysql_pconnect functionChristian Schrötter2020-07-031-13/+10
| | | | | | | | (There's no $new_link parameter!)
* | Implement mysql_db_query()Christian Schrötter2020-07-031-11/+13
|/
* Merge branch 'master' into mysql-select-dbSjoerd Maessen2020-01-091-29/+57
|\
| * Merge pull request #2 from futureweb/patch-1Sjoerd Maessen2020-01-091-19/+39
| |\ | | | | | | Update mysql.php
| | * Update mysql.phpAndreas Schnederle-Wagner2018-02-131-1/+1
| | |
| | * Update mysql.phpAndreas Schnederle-Wagner2018-02-131-19/+39
| | | | | | | | | added not yet implemented Functions
| * | Merge pull request #6 from opcode81/link-varSjoerd Maessen2020-01-091-11/+11
| |\ \ | | | | | | | | Fix use of common global variable name $link
| | * | Fix use of common global variable name $link, changed to $__MYSQLI_WRAPPER_LINKDominik Jain2019-05-171-11/+11
| | |/
| * | Add mysql_escape_string() functionDyd9802020-01-091-1/+9
| |/
* | mysql_select_db: Add 2nd argumentChristian Schrötter2018-08-311-4/+2
|/
* Fix mysql_data_seekOlivier Bourdoux2017-09-071-2/+2
|
* Initial commitSjoerd Maessen2015-09-091-1/+1
|
* Initial importSjoerd Maessen2015-06-021-0/+678