Questions tagged [php8.1]

9 questions
3
votes
1 answer

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 setting up the v4 machine that the default…
1
vote
0 answers

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 applications are not special and run on LAMP…
Rafael
  • 13
0
votes
1 answer

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, connected to the MySQL database, and went to log into…
SuperAl
  • 133
  • 1
  • 7
0
votes
0 answers

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 for 260 calls, now takes 35msec.(measured with…
Andrea
  • 101
0
votes
2 answers

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 following version: PHP 8.0.24-SergeyD/2.3 (cli) (…
Ian Arman
  • 143
0
votes
0 answers

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.js), CSS, Images, That and all not affected …
0
votes
1 answer

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: 20210902 Zend Module Api No: 20210902 Zend…
Nick
  • 902
0
votes
0 answers

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-Ubuntu SMP Wed Apr 19 08:22:18 UTC 2023 x86_64 x86_64…
0
votes
1 answer

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. Problem: package…
Alimba
  • 101
  • 1
  • 4