blzzua
blzzua
Hello. the dump-file made by "dump to path" can be loaded only into Sybase ASE pre-created database using "load database .. from path" command. This file have snapshot of database...
on ubuntu 22.04 libcrypto.so.1.1: You will need install this library. As instance you can install this http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb ( https://gist.github.com/joulgs/c8a85bb462f48ffc2044dd878ecaa786 ) the real cause of the problem is that ubuntu 22...
it look like the attachment from first message was not saved. here is it: 
At this line was function: ``` function gmp_pow2(int $exp) : GMP { $result = gmp_init(0); gmp_setbit($result, $exp); return $result; } ``` is your PHP Version is 5.4.16? [here](https://www.php.net/ChangeLog-5.php) was said...