About 712,000 results
Open links in new tab
  1. PHP

    PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.

  2. PHP: Downloads

    PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.

  3. PHP: Comparison - Manual

    Prior to PHP 8.0.0, if a string is compared to a number or a numeric string then the string was converted to a number before performing the comparison. This can lead to surprising results …

  4. PHP: PHP 8.4 Release Announcement

    PHP 8.4 is a major update of the PHP language. It contains many new features, such as property hooks, asymmetric visibility, an updated DOM API, performance improvements, bug fixes, and …

  5. PHP: PHP 8.3.0 Release Announcement

    Released! PHP 8.3 is a major update of the PHP language. It contains many new features, such as explicit typing of class constants, deep-cloning of readonly properties and additions to the …

  6. PHP: Installation and Configuration - Manual

    Compiling PHP on macOS Using the bundled PHP prior to macOS Monterey Installation on Windows systems Recommended configuration on Windows systems Manual installation of …

  7. PHP: PHP 8.2.0 Release Announcement

    PHP 8.2 is a major update of the PHP language. It contains many new features, including readonly classes, null, false, and true as stand-alone types, deprecated dynamic properties, performance …

  8. PHP: Installation on Windows systems - Manual

    This solution is not limited to having only two parallel versions of PHP. You can play with httpd.conf contents to have as many PHP versions configured as you want.

  9. PHP 8 ChangeLog

    Nov 26, 2020 · If JIT is enabled, PHP will now exit with a fatal error on startup in case of JIT startup initialization issues. Increased the maximum value of opcache.interned_strings_buffer …

  10. PHP: Built-in web server - Manual

    As of PHP 7.4.0, the built-in webserver can be configured to fork multiple workers in order to test code that requires multiple concurrent requests to the built-in webserver.