Ir a la última revisión |
     |
    Ultima modificación |
    Ver Log
    | 
  
  
  
     
        
        | Rev | Autor | Línea Nro. | Línea | 
     
     
        
           | 1 | efrain | 1 | Instructions to import ZipStream into Moodle:
 | 
        
           |  |  | 2 |   | 
        
           |  |  | 3 | 1/ Download from https://github.com/maennchen/ZipStream-PHP/releases/
 | 
        
           |  |  | 4 |   | 
        
           |  |  | 5 | 2/ Copy the LICENSE file and the src folder into the lib/zipstream folder
 | 
        
           |  |  | 6 |   | 
        
           |  |  | 7 | 3/ Ensure any dependencies required are also imported, e.g.:
 | 
        
           |  |  | 8 |    - php-64bit
 | 
        
           |  |  | 9 |    - ext-mbstring
 | 
        
           |  |  | 10 |    - ext-zlib
 | 
        
           |  |  | 11 |    The dependencies will be listed in the "require" section of
 | 
        
           |  |  | 12 |    the library's composer.json (https://github.com/maennchen/ZipStream-PHP/blob/<X.Y.Z>/composer.json).
 | 
        
           |  |  | 13 |    X.Y.Z is a version number.
 |