Difference between revisions of "PHP"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
  
 
  [[systemctl status php7.2-fpm.service]]
 
  [[systemctl status php7.2-fpm.service]]
+
 
 +
* Docker image: <code>[[php:apache]]</code>
  
 
== [[PHP logs|Logs]] ==
 
== [[PHP logs|Logs]] ==
Line 29: Line 30:
 
* [[PHP framework]]
 
* [[PHP framework]]
 
* <code>[[php --version]]</code>
 
* <code>[[php --version]]</code>
 +
* [[Hello, World! (php)]]
  
 
== Activities ==
 
== Activities ==

Latest revision as of 13:13, 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[edit]

/var/log/nginx/error.log
FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Class .../...

Releases[edit]

https://en.wikipedia.org/wiki/PHP#Release_history


Related terms[edit]

Activities[edit]

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

See also[edit]

Advertising: