-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
php 8.1 #4
Comments
yep! |
Yes please! |
I have added PHP 8.1 to my fork of the repo: https://github.com/iodic/vst-php-selector. I haven't had a chance to test all three versions but FPM has been working on Ubuntu 18 with no issues. |
I install your selector and all working good but now when i want increase upload_max_filesize How i can fix it? Anything i do php.ini file is not loaded and i cant change upload_max_filesize becouse of it :( @iodic thx for help |
Me too, please help me change upload_max_filesize! I was changed /etc/php/7.4/cgi/php.ini 2M to 100M, and restarted server, but it's wasn't work. |
@lukaspavelka |
@nkhuy09 thanks for hint but my webserver is apache2. I just check inside apache2 -> Configure -> and there is no php configuration at all. Maybe somewhere else? |
@nkhuy09 & @lukaspavelka, sorry for the late reply here — notification fail. :( In my experience, modifying the PHP variables like
So, you can name your file
After saving the new file, test the apache config with If you don't see any errors, restart the apache service: Hope this helps! |
please add support of php 8.1
The text was updated successfully, but these errors were encountered: