minkbear/support-legacy-apps

Support Legacy Application (running PHP <= 5.3)

v1.0.2 2023-03-01 14:17 UTC

This package is auto-updated.

Last update: 2024-03-29 16:39:23 UTC


README

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