Chun-Sheng, Li

Results 429 comments of Chun-Sheng, Li

It seems that this problem is about failing to download required JSON from Packagist mirror site. And I've suffered this issue from main and my Packagist mirror before. It usually...

Hi @kanaka, thanks for your reply. If possible, these two works you mention I can resolve them :).

Hi @javiserrano, thank you for your comment. I have other question about this: Do you provide the resuming downloading file in this PHP bindings for megacli? I also found this...

When I use the `Ubuntu 16.04`, add the `ondrej/php` repository. And try to find `php7.2-sodium` and `php7.3-sodium` and they've been removed. My executed commands are as follows: ``` sudo apt-get...

@paragonie-scott, thanks for your reply. The result is available here after executing the code snippets you mention: And the `test.php` contains the code snippets you mention. ``` lee@PowerEdge-R730:~$ php -v...

> > > The problem is that Ubuntu ships a version of curl that doesn't support SFTP. [bug report](https://bugs.launchpad.net/ubuntu/+source/curl/+bug/311029). The only solution I could find, like you, is to compile...

Sorry. I'm poor at Russian. And I don't know what this feature request describes 😞.

We can use the `$img = \imagecreatefromjpeg($filename);` and it will fix this issue. The reason is about namespace checking on PHP runtime.

Well, it's about the internal PHP version problem. It will happen on some PHP versions and other will not. I also get this problem on some PHP versions.

It seems to be the internal PHP error and it's same as this [bug](https://bugs.php.net/bug.php?id=75708). According to the error log, the `getimagesize` cannot identify your encoded string and the `imagecreatefromjpeg` function...