Support Legacy Application (running PHP <= 5.3)
github.com/minkbear/support-legacy-apps
Source
Issues
Installs: 104
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 70b70f325dc53d7ef8e500261bdf74277d2d978f
This package is auto-updated.
Last update: 2024-10-29 17:50:27 UTC
My package is patch when you are using mysql_* and run PHP >= 8.0
PHP >= 8.0
$ composer require minkbear/support-legacy-apps
require __DIR__ . '/vendor/autoload.php'; mysql_fetch_array(...);
MIT