PHP Classes

installation with composer

Recommend this page to a friend!

      Top level forums  >  Site  >  Features  >  installation with composer  >  (Un) Subscribe thread alerts  
Subject:installation with composer
Summary:latest packages downloaded have problems with composer
Messages:5
Author:adriano ghezzi
Date:2019-03-26 05:17:49
Update:2022-07-18 03:49:46
 

  1. installation with composer   Reply   Report abuse  
Picture of adriano ghezzi adriano ghezzi - 2020-02-02 22:48:26
last packages Idownloaded have problems with composer installation most like this :

Failed to execute unzip -qq '/..../vendor/phpclasses/pluscode/86260fda16db9be7da958960d358bfb2.zip' -d '/.../vendor/composer/bc939890'

warning [/..../vendor/phpclasses/pluscode/86260fda16db9be7da958960d358bfb2.zip]: 3430 extra bytes at beginning or within zipfile
(attempting to process anyway)

The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems)
Unzip with unzip command failed, falling back to ZipArchive class
- Installing phpclasses/pluscodelocal (1.0.0): Downloading (100%)
Failed to execute unzip -qq '/..../vendor/phpclasses/pluscodelocal/90fb12afbf20666b1de23400f7f0beaf.zip' -d '/.../vendor/composer/925074c8'



  2. Re: installation with composer   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2020-02-03 00:06:16 - In reply to message 1 from adriano ghezzi
Sorry for the delay. We use the zip program to create zip archives. Despite the OS running on the server is recent, the zip program version is a bit old. It seems the alternatives that composer tries are not able to deal with some extra bytes section that the zip program creates, as explained here:

unix.stackexchange.com/questions/11 ...

We have added this issue to our to do list. Would you be able to test a possible fix when we implement it?

  3. Re: installation with composer   Reply   Report abuse  
Picture of adriano ghezzi adriano ghezzi - 2021-07-16 16:33:15 - In reply to message 2 from Manuel Lemos
Yes I can do it.
When the feature will be released.

  4. Re: installation with composer   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2022-07-18 01:57:47 - In reply to message 3 from adriano ghezzi
I think this was already fixed some time ago. Can you test it now?

  5. Re: installation with composer   Reply   Report abuse  
Picture of adriano ghezzi adriano ghezzi - 2022-07-18 03:49:46 - In reply to message 4 from Manuel Lemos
I can confirm it is working fine now.