Difference between revisions of "PHP"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 26: Line 26:
 
* <code>[[php -i]]</code> or <code>php --info</code>, show PHP information and configuration
 
* <code>[[php -i]]</code> or <code>php --info</code>, show PHP information and configuration
 
* <code>[[phpquery]]</code>
 
* <code>[[phpquery]]</code>
* [[/etc/nginx/fastcgi.conf]]
+
* <code>[[/etc/nginx/fastcgi.conf]]</code>
 
* [[PHP framework]]
 
* [[PHP framework]]
 
* <code>[[php --version]]</code>
 
* <code>[[php --version]]</code>

Revision as of 12:29, 15 February 2024

wikipedia:PHP (1995, Rasmus Lerdorf)

systemctl list-unit-files | grep php
php7.2-fpm.service                     enabled
phpsessionclean.service                static
phpsessionclean.timer                  enabled
systemctl status php7.2-fpm.service

Logs

/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


Related terms

Activities

  1. Learn about php sessions (php -i | grep session.save_path)

See also

Advertising: