Difference between revisions of "PHP"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(17 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[wikipedia:PHP]] (1995, [[Rasmus Lerdorf]]) | |
− | [[wikipedia:PHP]] | ||
− | |||
* Configuration file: <code>[[php.ini]]</code> | * 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]] | + | [[phpsessionclean.service]] static |
phpsessionclean.timer enabled | phpsessionclean.timer enabled | ||
[[systemctl status php7.2-fpm.service]] | [[systemctl status php7.2-fpm.service]] | ||
− | |||
− | == Logs == | + | * Docker image: <code>[[php:apache]]</code> |
− | * <code>[[/var/log/php*]]</code> | + | |
+ | == [[PHP logs|Logs]] == | ||
+ | * error_log: <code>[[/var/log/php*]]</code> | ||
[[/var/log/nginx/error.log]] | [[/var/log/nginx/error.log]] | ||
− | FastCGI sent in stderr: "PHP message: [[PHP]] Fatal error: Uncaught Error: Class .../... | + | [[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 | + | == Related terms == |
* <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> | ||
+ | * <code>[[/etc/nginx/fastcgi.conf]]</code> | ||
+ | * [[PHP framework]] | ||
+ | * <code>[[php --version]]</code> | ||
+ | * [[Hello, World! (php)]] | ||
== Activities == | == Activities == |
Latest revision as of 13:13, 15 February 2024
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[edit]
- error_log:
/var/log/php*
/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
- PHP 7.2 (2017) (Ubuntu 18.04 LTS)
Related terms[edit]
php -i
orphp --info
, show PHP information and configurationphpquery
/etc/nginx/fastcgi.conf
- PHP framework
php --version
- Hello, World! (php)
Activities[edit]
- Learn about php sessions (
php -i | grep session.save_path
)
See also[edit]
- 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)] - Web server: Nginx:
/etc/nginx/nginx.conf
,nginx -t
, Nginx logs, Nginx change log, PHP,php-fpm
, Let's encrypt, Nginx directives, Reverse Proxy, Configure HTTP redirection Nginx, Return,proxy_pass (Reverse proxy)
,ngx_http_rewrite_module
,/etc/nginx/sites-enabled/
,error.log
,access.log
,/nginx status
, AIO - C, Python, Ruby, PHP, Clojure, COBOL, Java, Kotlin, Elixir, Zig, Julia
- JavaScript: JavaScript runtime, Web framework, JSX, Node.js, React and React Native, Electron, npm, cypress, v8 engine, Vue.js, Redux, Yarn, Craco, Terser, Lodash, Lerna, ECMAScript, Vite, EJS, WebGL, jQuery, DataTables, Prototype pollution
- Programming languages: C, glibc, musl, C++, gcc, Conan, make, Class warfare, Clang, Hello, World! (C),
puts
, array, Lisp
Advertising: