Tagged: PHP

Apple macOS Big Sur

PHP has been removed in macOS Monterey

Recently, a user asked questions in the Apple Developer Forums. MacOS 12 seems to lack PHP. The engineer in charge of Developer Tools Engineer replied: “PHP has been removed in macOS Monterey.” Someone expressed...

PHP 7.3

PHP v7.3.32 released: fixes privilege escalation vulnerability

PHP is a general-purpose open-source scripting language. The grammar absorbs the characteristics of C language, Java, and Perl is conducive to learning and is widely used, mainly for the field of Web development. PHP’s...

PHP 7.3

Ubuntu 20.04 LTS will ship with PHP 7.4

PHP 7.4 was officially released at the end of November last year and brought some very useful new features. For this reason, Ubuntu developers are very happy with PHP 7.4 and intend to make...

PHP 7.3

How to configure php.ini for improving web server security

The configuration file (php.ini) is read when PHP starts up. For the server module versions of PHP, this happens only once when the web server is started. For the CGI and CLI versions, it happens on every invocation....