Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 327988

PHP is a general-purpose scripting language that is especially suited for Web development. The online manual is an excellent resource for the language syntax and has an extensive list of the built-in and extension functions. Most extensions can be found in PECL.

2 votes

NOTICE: Not enabling PHP 7.3 FPM by default on Apache2 but PHP-FPM is running productive

I noticed this with dpkg -l | grep libapache2-mod-php. Could not remove these remains with sudo apt remove libapache2-mod-php7.3 but sudo apt remove --purge libapache2-mod-php7.3 did the trick! …
Powerriegel's user avatar
1 vote
1 answer
7k views

NOTICE: Not enabling PHP 7.3 FPM by default on Apache2 but PHP-FPM is running productive

NOTICE: Not enabling PHP 7.3 FPM by default. … NOTICE: To enable PHP 7.3 FPM in Apache2 do: NOTICE: a2enmod proxy_fcgi setenvif NOTICE: a2enconf php7.3-fpm NOTICE: You are seeing this message because you have apache2 package installed. …
Powerriegel's user avatar