I get the error that I need the php extention zip and when I google for instration it says I need to extract and add it to the php.ini but there is no php.ini
at least there is nothing in the apache bin or the php folder but when i open xampp and go to apapche log there is the php but it doesn’t work.
That’s the instruction I got:
Download php_zip.dll: If you don’t have the php_zip.dll file, you need to download it. You can find it online or from the PHP official website.
Extract php_zip.dll to C:xamppphpext: Once you have the php_zip.dll file, extract it to the ext directory within your XAMPP PHP installation. Typically, the path is C:xamppphpext.
Edit php.ini: Open your php.ini file, which is located in your PHP installation directory (e.g., C:xamppphpphp.ini). Add a new line at the end of the file:extension=php_zip.dll
.
Restart Apache: After saving the changes to php.ini, restart the Apache server in XAMPP.
11