Кемеровские программисты php общаются здесь
1710172544
Гость
Я хочу включить[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.
[code]extension=php_zip.dll
extension=zip.so
[/code]
If I upload it in to the root directory of my website. Is there any way to take the uploaded php.ini instead of default [code]php.ini[/code] ??
Or is there any other way ([code].htaccess[/code]) to enable .zip extension in the server??
Источник: [url]https://stackoverflow.com/questions/15378554/how-to-enable-zip-extension-in-server[/url]