1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 20:11:26 +01:00

amphp/mysql wasn't upgraded yet

This commit is contained in:
Daniil Gentili 2023-02-04 22:33:52 +01:00
parent ff854b3a62
commit a5d9131611

View File

@ -8,6 +8,11 @@ if (defined('MADELINE_POLYFILLED')) {
define('MADELINE_POLYFILLED', true);
use Amp\Http\Client\Cookie\InMemoryCookieJar;
use Amp\Http\Client\Cookie\LocalCookieJar;
use Amp\Socket\EncryptableSocket;
use Amp\Socket\ResourceSocket;
$ampFilePolyfill = 'namespace Amp\\File {';
foreach ([
'open' => 'openFile',