minkbear / support-legacy-apps

Support Legacy Application (running PHP <= 5.3)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support legacy application

My package is patch when you are using mysql_* and run PHP >= 8.0

Requirements

PHP >= 8.0

Installing

$ composer require minkbear/support-legacy-apps

Usage

require __DIR__ . '/vendor/autoload.php';

mysql_fetch_array(...);

License

MIT

About

Support Legacy Application (running PHP <= 5.3)

License:MIT License


Languages

Language:PHP 100.0%