<div align="center">
<a href="https://php.net">
<img
alt="PHP"
src="https://www.php.net/images/logos/new-php-logo.svg"
width="150">
</a>
</div>
# The PHP Interpreter
PHP is a popular general-purpose scripting language that is especially suited to
web development. Fast, flexible and pragmatic, PHP powers everything from your
blog to the most popular websites in the world. PHP is distributed under the
[PHP License v3.01](LICENSE).
[![Push](https://github.com/php/php-src/actions/workflows/push.yml/badge.svg)](https://github.com/php/php-src/actions/workflows/push.yml)
[![Build status](https://travis-ci.com/php/php-src.svg?branch=master)](https://travis-ci.com/github/php/php-src)
[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/php.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:php)
## Documentation
The PHP manual is available at [php.net/docs](https://php.net/docs).
## Installation
### Prebuilt packages and binaries
Prebuilt packages and binaries can be used to get up and running fast with PHP.
For Windows, the PHP binaries can be obtained from
[windows.php.net](https://windows.php.net). After extracting the archive the
`*.exe` files are ready to use.
For other systems, see the [installation chapter](https://php.net/install).
### Building PHP source code
*For Windows, see [Build your own PHP on Windows](https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2).*
For a minimal PHP build from Git, you will need autoconf, bison, and re2c. For
a default build, you will additionally need libxml2 and libsqlite3.
On Ubuntu, you can install these using:
sudo apt install -y pkg-config build-essential autoconf bison re2c \
libxml2-dev libsqlite3-dev
On Fedora, you can install these using:
sudo dnf install re2c bison autoconf make libtool ccache libxml2-devel sqlite-devel
Generate configure:
./buildconf
Configure your build. `--enable-debug` is recommended for development, see
`./configure --help` for a full list of options.
# For development
./configure --enable-debug
# For production
./configure
Build PHP. To speed up the build, specify the maximum number of jobs using `-j`:
make -j4
The number of jobs should usually match the number of available cores, which
can be determined using `nproc`.
## Testing PHP source code
PHP ships with an extensive test suite, the command `make test` is used after
successful compilation of the sources to run this test suite.
It is possible to run tests using multiple cores by setting `-jN` in
`TEST_PHP_ARGS`:
make TEST_PHP_ARGS=-j4 test
Shall run `make test` with a maximum of 4 concurrent jobs: Generally the maximum
number of jobs should not exceed the number of cores available.
The [qa.php.net](https://qa.php.net) site provides more detailed info about
testing and quality assurance.
## Installing PHP built from source
After a successful build (and test), PHP may be installed with:
make install
Depending on your permissions and prefix, `make install` may need super user
permissions.
## PHP extensions
Extensions provide additional functionality on top of PHP. PHP consists of many
essential bundled extensions. Additional extensions can be found in the PHP
Extension Community Library - [PECL](https://pecl.php.net).
## Contributing
The PHP source code is located in the Git repository at
[github.com/php/php-src](https://github.com/php/php-src). Contributions are most
welcome by forking the repository and sending a pull request.
Discussions are done on GitHub, but depending on the topic can also be relayed
to the official PHP developer mailing list internals@lists.php.net.
New features require an RFC and must be accepted by the developers. See
[Request for comments - RFC](https://wiki.php.net/rfc) and
[Voting on PHP features](https://wiki.php.net/rfc/voting) for more information
on the process.
Bug fixes don't require an RFC. If the bug has a GitHub issue, reference it in
the commit message using `GH-NNNNNN`. Use `#NNNNNN` for tickets in the old
[bugs.php.net](https://bugs.php.net) bug tracker.
Fix GH-7815: php_uname doesn't recognise latest Windows versions
Fix #55371: get_magic_quotes_gpc() throws deprecation warning
See [Git workflow](https://wiki.php.net/vcs/gitworkflow) for details on how pull
requests are merged.
### Guidelines for contributors
See further documents in the repository for more information on how to
contribute:
- [Contributing to PHP](/CONTRIBUTING.md)
- [PHP coding standards](/CODING_STANDARDS.md)
- [Mailing list rules](/docs/mailinglist-rules.md)
- [PHP release process](/docs/release-process.md)
## Credits
For the list of people who've put work into PHP, please see the
[PHP credits page](https://php.net/credits.php).
没有合适的资源?快使用搜索试试~ 我知道了~
php-8.3.10-nts-Win32-vs16-x64.zip
共76个文件
dll:59个
exe:5个
txt:4个
需积分: 0 6 下载量 26 浏览量
2024-08-05
12:38:52
上传
评论
收藏 30.67MB ZIP 举报
温馨提示
php-8.3.10-nts-Win32-vs16-x64.zip
资源推荐
资源详情
资源评论
收起资源包目录
php-8.3.10-nts-Win32-vs16-x64.zip (76个子文件)
php8phpdbg.dll 239KB
lib
enchant
libenchant2_hunspell.dll 465KB
phar.phar.bat 43B
deplister.exe 135KB
news.txt 40KB
php-win.exe 38KB
icuin72.dll 2.91MB
libsqlite3.dll 1.57MB
readme-redist-bins.txt 30KB
libenchant2.dll 42KB
snapshot.txt 2KB
pharcommand.phar 64KB
gmodule-2.dll 19KB
libsasl.dll 205KB
php-cgi.exe 67KB
extras
ssl
legacy.dll 163KB
openssl.cnf 12KB
php8.dll 8.64MB
glib-2.dll 1.54MB
php.ini-development 73KB
libpq.dll 283KB
icuuc72.dll 2.17MB
ext
php_imap.dll 938KB
php_tidy.dll 736KB
php_curl.dll 688KB
php_intl.dll 438KB
php_sodium.dll 93KB
php_pdo_sqlite.dll 29KB
php_pdo_oci.dll 36KB
php_pgsql.dll 98KB
php_shmop.dll 18KB
php_fileinfo.dll 7.69MB
php_ffi.dll 158KB
php_gmp.dll 320KB
php_sqlite3.dll 57KB
php_mbstring.dll 1.52MB
php_sockets.dll 77KB
php_sysvshm.dll 19KB
php_snmp.dll 420KB
php_pdo_odbc.dll 30KB
php_pdo_mysql.dll 30KB
php_ftp.dll 62KB
php_opcache.dll 790KB
php_enchant.dll 26KB
php_com_dotnet.dll 91KB
php_zend_test.dll 74KB
php_openssl.dll 151KB
php_soap.dll 251KB
php_ldap.dll 253KB
php_xsl.dll 284KB
php_dba.dll 152KB
php_oci8_19.dll 139KB
php_exif.dll 72KB
php_bz2.dll 86KB
php_gd.dll 9.22MB
php_pdo_pgsql.dll 44KB
php_odbc.dll 66KB
php_dl_test.dll 16KB
php_zip.dll 380KB
php_mysqli.dll 117KB
php_gettext.dll 54KB
php_pdo_firebird.dll 32KB
libssl-3-x64.dll 759KB
libssh2.dll 372KB
dev
php8.lib 871KB
icudt72.dll 29.81MB
libsodium.dll 297KB
php.exe 141KB
php8embed.lib 905KB
license.txt 3KB
README.md 5KB
libcrypto-3-x64.dll 4.97MB
icuio72.dll 60KB
nghttp2.dll 226KB
phpdbg.exe 241KB
php.ini-production 74KB
共 76 条
- 1
资源评论
老刘1号
- 粉丝: 38
- 资源: 694
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 面向初学者的 Java 教程(包含 500 个代码示例).zip
- 阿里云OSS Java版SDK.zip
- 阿里云api网关请求签名示例(java实现).zip
- 通过示例学习 Android 的 RxJava.zip
- 通过多线程编程在 Java 中发现并发模式和特性 线程、锁、原子等等 .zip
- 通过在终端中进行探索来学习 JavaScript .zip
- 通过不仅针对初学者而且针对 JavaScript 爱好者(无论他们的专业水平如何)设计的编码挑战,自然而自信地拥抱 JavaScript .zip
- 适用于 Kotlin 和 Java 的现代 JSON 库 .zip
- AppPay-安卓开发资源
- yolo5实战-yolo资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功