У нас вы можете посмотреть бесплатно PHP Configuration - Locating and Editing php.ini (Apache, Nginx, PHP FPM) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
PHP’s initialization file (php.ini) is responsible for configuring PHP. In this video we'll learn how to identify which php.ini file your system is using so you can make setting changes. This is done via the phpinfo function.Then, we’ll learn how to get your system to recognize any changes to your php.ini file by either restarting your server or reloading your PHP Handler. Server types covered: A local server running Apache via XAMPP A live server running Apache A live server running Nginx with the FPM / FastCGI PHP handler The specific settings we’ll update in the php.ini file include upload_max_filesize and post_max_size. Both of these settings are often updated when you build a site that allows file uploads. ⭐ NOTES ⭐ https://codewithsusan.com/notes/php-c... ⏱️ CHAPTERS ⏱️ 00:00 Introduction 00:15 Locate php.ini file with phpinfo() 01:45 Opening php.ini and working within it 03:00 Examples: upload_max_filesize and post_max_size 04:00 Making changes take effect on Apache server 05:05 Example with Nginx server with PHP FPM FastCGI handler 09:00 Recap