Lines Matching refs:PHP

4             alt="PHP"
10 # The PHP Interpreter
12 PHP is a popular general-purpose scripting language that is especially suited to
13 web development. Fast, flexible and pragmatic, PHP powers everything from your
14 blog to the most popular websites in the world. PHP is distributed under the
15 [PHP License v3.01](LICENSE).
24 The PHP manual is available at [php.net/docs](https://php.net/docs).
30 Prebuilt packages and binaries can be used to get up and running fast with PHP.
32 For Windows, the PHP binaries can be obtained from
38 ### Building PHP source code
40 *For Windows, see [Build your own PHP on Windows](https://wiki.php.net/internals/windows/stepbystep…
42 For a minimal PHP build from Git, you will need autoconf, bison, and re2c. For
66 Build PHP. To speed up the build, specify the maximum number of jobs using `-j`:
73 ## Testing PHP source code
75 PHP ships with an extensive test suite, the command `make test` is used after
89 ## Installing PHP built from source
91 After a successful build (and test), PHP may be installed with:
98 ## PHP extensions
100 Extensions provide additional functionality on top of PHP. PHP consists of many
101 essential bundled extensions. Additional extensions can be found in the PHP
106 The PHP source code is located in the Git repository at
111 to the official PHP developer mailing list internals@lists.php.net.
115 [Voting on PHP features](https://wiki.php.net/rfc/voting) for more information
133 - [Contributing to PHP](/CONTRIBUTING.md)
134 - [PHP coding standards](/CODING_STANDARDS.md)
136 - [PHP release process](/docs/release-process.md)
140 For the list of people who've put work into PHP, please see the
141 [PHP credits page](https://php.net/credits.php).