https://github.com/losciuto/lib-compatibility-php-5-7
Library php for compatibility MySQL function from php 5 to php 7
https://github.com/losciuto/lib-compatibility-php-5-7
compatibility library-php mysql mysqli php php-5 php-7 procedural
Last synced: 17 days ago
JSON representation
Library php for compatibility MySQL function from php 5 to php 7
- Host: GitHub
- URL: https://github.com/losciuto/lib-compatibility-php-5-7
- Owner: losciuto
- License: gpl-2.0
- Created: 2017-06-23T11:54:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T12:17:27.000Z (almost 9 years ago)
- Last Synced: 2025-08-15T09:21:38.503Z (10 months ago)
- Topics: compatibility, library-php, mysql, mysqli, php, php-5, php-7, procedural
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MySQL PHP procedural library for PHP 7 back-compatibility with PHP 5
PHP procedural library for back-compatibility MySQL function for PHP 7
Download file and include it [include('compatibility.7.0.php');] before call db settings
mysqli functions used.
# functions converted:
mysql_pconnect
mysql_select_db
mysql_query
mysql_fetch_row
mysql_fetch_array
mysql_fetch_assoc
mysql_escape_string
mysql_num_rows
mysql_data_seek
mysql_free_result
mysql_close
mysql_real_escape_string
mysql_error
mysql_result
# function created:
mysqli_result