Я хочу включить[code].zip[/code] extension in my server. I added the below code in a [code]php.ini[/code] file. But the website will take the default [code]php.ini[/code] file.
У меня такая ошибка в этой части кода: `
if (!extension_loaded('zip')) {
return Reply::error('PHP-ZIP extension is missing on your server. Please install the extension.');
}
Расширение zip меня не привлекает, я пытаюсь установить пакет...
У меня такая ошибка в этой части кода: `
if (!extension_loaded('zip')) {
return Reply::error('PHP-ZIP extension is missing on your server. Please install the extension.');
}
Расширение zip меня не привлекает, я пытаюсь установить пакет...