Questions tagged [php8.1]
The php8.1 tag has no summary.
9 questions
0 votes
1 answer
118 views
Which of PHP configuration files on Linux is the 'real' one?
In the process of migrating some websites on Apache/PHP/MySQL from a Windows Server host to a Linux host, I restored them to the file system, configured virtual hosts and all of the plumbing, ...
0 votes
0 answers
244 views
Ubuntu 22.04.1 php8.1 performance issues
I upgraded php from 5.4 (Centos) to 8.1 (Ubuntu22.04) and I noticed a big performance downgrade in php native calls such as php::date, php::sin etc. for example, php::strtotime that before took 2msec ...
0 votes
2 answers
2k views
Missing php8.0-fpm sock file
I'm using Ubuntu 18.04.6 LTS and I used the following commands to install php8.0 sudo add-apt-repository ppa:sergey-dryabzhinsky/php80 sudo apt-get install php8 after running php -v it's running the ...
0 votes
0 answers
265 views
Google App Engine(Flexible Environment)--In Php 8.2 -When Include JQuery,CSS, image,but not affect in my application
I deployed my application in GAE Flexible Environment PHP 8.2 as per Google document.My deployment Finished Successfully, In my Application I included Jquery(https://code.jquery.com/jquery-3.6.4.min....
3 votes
1 answer
3k views
optimizing PHP-FPM and Apache conf - how much RAM is actually used by each process?
I am preparing a new server (v5) to replace one that I currently have in production (v4). These machines run Ubuntu. The v5 server has PHP-FPM 8.2 and Apache 2.4.52 in mpm_event mode. I recall from ...
0 votes
1 answer
954 views
Can not compile php-curl ext with custom curl
I have libcurl installed here: /usr/local/curl-7.88.1/ I want to compile php-curl extension: # cd /usr/src/php-8.1.12/ext/curl/ # /usr/local/php81/bin/phpize Configuring for: PHP Api Version: ...
1 vote
0 answers
1k views
PHP-FPM child processes terminate for no apparent reason
// FIXED Issue was Shopware 6.5 related After weeks of unsuccessful debugging, we are now hoping for help here. We have a system where we can create test instances for Shopware 5 and Shopware 6. The ...
0 votes
0 answers
61 views
postfix send for one lan onlyif have 2 eth
I have server ubuntu whit 2 network card and i want output 1 lan for postfix and dns, other lan for http ,dns, ftp etc. My configuracion is : uname -a Linux mail.domain.com 5.15.0-72-generic #79-...
0 votes
1 answer
5k views
How to upgrade to php 8.1 on RHEL 8.7?
How to upgrade to php8.1 in RHEL 8.7, I went through various guides and ended up installing php:remi-8.1 which is desirable however, php-gd is not willing to be installed cause of missing libraries. ...