Hello, FYI, I just released a script which is able to make a dump without the need of PDO_4D.
It uses a direct connection to the SQL server, via a socket. Of course, it doesn't have memory leaks, and other surprises from this PECL lib.
As of now, I made it "quick and dirty" for a urgent need, but feel free to report any issue or feature request.
Hello, FYI, I just released a script which is able to make a dump without the need of PDO_4D. It uses a direct connection to the SQL server, via a socket. Of course, it doesn't have memory leaks, and other surprises from this PECL lib.
As of now, I made it "quick and dirty" for a urgent need, but feel free to report any issue or feature request.
https://github.com/PhenX/4d-dumper
I thought it could be helpful :)