PHPWord
PHPWord copied to clipboard
Error: Class "ZipArchive" not found (0) En el archivo I:\MisWebs\test\vendor\phpoffice\phpword\src\PhpWord\Shared\ZipArchive.php en la línea: 138
Describe the Bug
A clear and concise description of what the bug is.
Steps to Reproduce
Please provide a code sample that reproduces the issue.
<?php
require __DIR__ . '/vendor/autoload.php';
$phpWord = new \PhpOffice\PhpWord\PhpWord();
$section = $phpWord->addSection();
$section->...
Expected Behavior
A clear and concise description of what you expected to happen.
Current Behavior
What is the current behavior?
Context
Please fill in your environment information:
- PHP Version:
- PHPWord Version:
it seams that your system miss the php zip extension https://www.php.net/manual/en/class.ziparchive.php
@Lobo-Blanco Have you checked the answer of @gimler ?