AW: [PECL-DEV] ssh2 / performance issue

2024-10-14 Thread hostmaster
>On 9/28/2024 7:30 AM, hostmas...@audiogen.ch wrote: >> Hi all >> >> After I got ssh2 running, I'm struggling with performance issues. >> >> Same file, same server system (Ubuntu), same client system (Ubunut), same >> network connection, only difference is the transfer protocol - sftp vs. >> http

[PECL-DEV] ssh2.so

2024-09-25 Thread hostmaster
Hi all I can't get any of the ssh2.so releases >= 1.3 (prior versions do not support PHP 8.x) working with PHP 8.1.29. Installing/compiling with pecl works, but ssh2 >= 1.3 seems to implement PHP API version 20230831 which leads to a version mismatch and PHP throwing an error/not initializing t

[PECL-DEV] ssh2 / performance issue

2024-09-28 Thread hostmaster
Hi all After I got ssh2 running, I'm struggling with performance issues. Same file, same server system (Ubuntu), same client system (Ubunut), same network connection, only difference is the transfer protocol - sftp vs. https. File to download: Size: 33.6 MB Type: Zip file Download

AW: [PECL-DEV] ssh2.so

2024-09-27 Thread hostmaster
Hi Calvin Thanks a lot, you're right, phpize was pointing to 8.3. I changed it to 8.1 and also had to set the lib path to 8.1. After this, the build process completed successfully. Thanks a lot, Mark -Ursprüngliche Nachricht- Von: Calvin Buckley [mailto:cal...@cmpct.info] Gesendet

AW: [PECL-DEV] ssh2.so

2024-09-27 Thread hostmaster
Hallo Christoph Thanks a lot for your reply. I do have PHP 8.3 and other PHP versions installed on the system as well. "php -v" outputs: PHP 8.1.29 (cli) (built: Jun 6 2024 16:52:57) (NTS) Copyright (c) The PHP Group Zend Engine v4.1.29, Copyright (c) Zend Technologies with Zend OPca