PHP
Jump to navigation
Jump to search
wikipedia:PHP (1995, Rasmus Lerdorf)
- Configuration file:
php.ini
systemctl list-unit-files | grep php php7.2-fpm.service enabled phpsessionclean.service static phpsessionclean.timer enabled
systemctl status php7.2-fpm.service
- Docker image:
php:apache
Logs
- error_log:
/var/log/php*
/var/log/nginx/error.log FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Class .../...
Releases
https://en.wikipedia.org/wiki/PHP#Release_history
- PHP 7.2 (2017) (Ubuntu 18.04 LTS)
Related terms
php -i
orphp --info
, show PHP information and configurationphpquery
/etc/nginx/fastcgi.conf
- PHP framework
php --version
- Hello, World! (php)
- PHP troubleshooting
- php7.2-common
Activities
- Learn about php sessions (
php -i | grep session.save_path
)
See also
- PHP,
php-fpm, www.conf
,php -i
, PHP sessions, symfony,fastcgi_pass
,sessionclean (shell script)
,phpsessionclean.service (systemd service),phpquery
,php.ini
,/var/log/php*
, PECL,php --help
, PHPUnit, Laravel, PHP framework, Composer,phpbrew, Xdebug, php --version
, PHP Fatal error, Hello, World! (php), Zend Engine, FROM php
Advertising: