PHP Configuration - Locating and Editing php.ini (Apache, Nginx, PHP FPM)

preview_player
Показать описание

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

=== NOTES ===

=== CHAPTERS ===
00:00 Introduction
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

=== PRODUCTS I USE ===
(I may receive a small commission from sales associated with the above links. Any income from these sales goes directly to supporting new videos for this channel)
Рекомендации по теме
Комментарии
Автор

Great video!

Another way of getting the loaded .ini file: php -I | grep "Loaded Configuration File" :)

henrikchristensen
Автор

Thanks for the video. It's quite useful. I have tried to do the same with the upload_tmp_dir by specifying /tmp as value in the php.ini (Apache, Nginx, PHP FPM), however phpinfo() keeps returning no value. Any hint on how to proceed?

johnyflodder
Автор

you just save my ass thank u very much

dopamine_Seeker