Adrián Silvestre Martínez

Results 2 issues of Adrián Silvestre Martínez

Symfony\Component\Debug\Exception\FatalErrorException **Out of memory (allocated 2097152) (tried to allocate 140204912410631 bytes)** I've configured a Firebird Database: It works on terminal and its the same DSN. I tried to increase memory...

I **Read** _Test.zip_ **extract** on _/Test_ and **create** _Result.zip_ ``` Zipper::make(storage_path('/app/tests/Test.zip'))->extractTo(storage_path('/app/tmp/Test/')); Zipper::make(storage_path('/app/tests/Result.zip'))->add(storage_path('/app/tmp/Test/')); ``` Test.zip contains: ``` /_rels /docProps /xl Content_Types.xml ``` Result.zip contains: ``` /docProps /xl Content_Types.xml ``` Extra: inside...