Difference between revisions of "PHP"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{Draft}} == See also == * {{PHP}} * {{nginx}} Category:web")
 
Tags: Mobile web edit, Mobile edit
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
 +
[[wikipedia:PHP]]
  
 +
* Configuration file: <code>[[php.ini]]</code>
  
  
 +
[[systemctl list-unit-files]] | grep php
 +
php7.2-fpm.service                    enabled
 +
[[phpsessionclean]].service                static
 +
phpsessionclean.timer                  enabled
 +
 +
 +
[[/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
 +
* 8.0 [[JIT]]
 +
 +
 +
== Related commands ==
 +
* <code>[[php -i]]</code> or <code>php --info</code>, show PHP information and configuration
 +
* <code>[[phpquery]]</code>
 +
 +
== 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]]

Revision as of 09:58, 2 April 2021

This article is a Draft. Help us to complete it.

wikipedia:PHP


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


/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 commands

Activities

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

See also

Advertising: