Questions tagged [php8.1]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
1 vote
1 answer
275 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 ...
S. Imp's user avatar
  • 536
0 votes
2 answers
83 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 ...
Ian Arman's user avatar
  • 123
0 votes
0 answers
92 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....
Safiyullah Mohideen's user avatar
0 votes
0 answers
67 views

php-fpm - How to log `NOTICE`s to stdout, everything else (`E_ALL`) to stderr?

As far as I understood the configuration docs, it is only possible to enable/disable specific log levels: # ini, E_NOTICE disabled entirely. error_reporting=E_ALL & ~E_NOTICE display_errors=stderr ...
goulashsoup's user avatar
0 votes
0 answers
151 views

Nginx + php-fpm 8.1 - 502 Bad Gateway - Site down for hours until php-fpm manually restarted

I have a web server set up on Nginx and PHP-FPM (PHP version 8.1). It has worked fine for over a year now. Lately, I've noticed that the site would be down for hours - maybe once or twice a week. ...
peppy's user avatar
  • 73
0 votes
1 answer
359 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: ...
Nick's user avatar
  • 826
0 votes
0 answers
442 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 ...
Rafael's user avatar
  • 1
0 votes
0 answers
24 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-...
cianyika's user avatar
0 votes
1 answer
2k 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. ...
Alimba's user avatar
  • 101
0 votes
0 answers
320 views

ubuntu 22.10 conflict libpcre2-dev wth ppa deb sury installing php8.1-dev

I need phpize binary for install memcache with pecl, when I try to install the php8.1-dev in a Digital Ocean server, I get this: $ apt-get install php8.1-dev Reading package lists... Done Building ...
shakaran's user avatar
  • 356