Difference between revisions of "PHP"

From wikieduonline
Jump to navigation Jump to search
 
(32 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Draft}}
+
[[wikipedia:PHP]] (1995, [[Rasmus Lerdorf]])
[[wikipedia:PHP]]
+
* Configuration file: <code>[[php.ini]]</code>
 
 
  
 
  [[systemctl list-unit-files]] | grep php
 
  [[systemctl list-unit-files]] | grep php
 
  php7.2-fpm.service                    enabled
 
  php7.2-fpm.service                    enabled
  [[phpsessionclean]].service               static
+
  [[phpsessionclean.service]]                static
 
  phpsessionclean.timer                  enabled
 
  phpsessionclean.timer                  enabled
  
 +
[[systemctl status php7.2-fpm.service]]
 +
 +
* Docker image: <code>[[php:apache]]</code>
 +
 +
== [[PHP logs|Logs]] ==
 +
* error_log: <code>[[/var/log/php*]]</code>
 +
 +
[[/var/log/nginx/error.log]]
 +
[[FastCGI]] sent in stderr: "PHP message: [[PHP]] Fatal error: Uncaught Error: Class .../...
  
 
== Releases ==
 
== Releases ==
 
https://en.wikipedia.org/wiki/PHP#Release_history
 
https://en.wikipedia.org/wiki/PHP#Release_history
* 8.0 [[JIT]]
+
* [[PHP 8.0]] (2020) [[JIT]]
 +
 
 +
 
 +
* [[PHP 7.2]] (2017) ([[Ubuntu 18.04 LTS]])
 +
 
 +
== Related terms ==
 +
* <code>[[php -i]]</code> or <code>php --info</code>, show PHP information and configuration
 +
* <code>[[phpquery]]</code>
 +
* <code>[[/etc/nginx/fastcgi.conf]]</code>
 +
* [[PHP framework]]
 +
* <code>[[php --version]]</code>
 +
* [[Hello, World! (php)]]
  
 +
== Activities ==
 +
#Learn about [[php sessions]] (<code>php -i | grep session.save_path</code>)
  
 
== See also ==
 
== See also ==
 
* {{PHP}}
 
* {{PHP}}
 
* {{nginx}}
 
* {{nginx}}
 +
* {{langs}}
 +
* {{js}}
 +
* {{C}}
  
  
 
[[Category:web]]
 
[[Category:web]]
 +
[[Category:PHP]]

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: