The PHP Interpreter
Go to file
2018-10-05 22:59:55 +02:00
appveyor Backport changes for OpenSSL 1.1.1 CI integration 2018-09-13 11:03:42 +02:00
build year++ 2018-01-02 12:55:14 +08:00
ext Merge branch 'PHP-7.1' into PHP-7.2 2018-10-05 22:52:53 +02:00
main Bump versions for 7.1.24-dev 2018-09-28 11:31:22 -04:00
pear
sapi Merge branch 'PHP-7.1' into PHP-7.2 2018-10-03 14:34:08 +02:00
scripts Merge branch 'PHP-7.1' into PHP-7.2 2018-01-03 16:00:34 +08:00
tests Merge branch 'PHP-7.1' into PHP-7.2 2017-09-21 00:04:56 +01:00
travis
TSRM year++ 2018-01-02 12:55:14 +08:00
win32 Merge branch 'PHP-7.1' into PHP-7.2 2018-09-18 10:45:18 +02:00
Zend Fixed bug #76936 2018-10-02 17:47:07 +02:00
.appveyor.yml Merge branch 'PHP-7.1' into PHP-7.2 2018-09-12 12:11:07 +02:00
.editorconfig Update .editorconfig with some more configs 2017-10-19 11:53:37 +01:00
.gdbinit Adds print_global_vars to gdbinit 2018-05-26 22:05:06 +02:00
.gitattributes Remove ident gitattribute for ext/zip/php_zip.c 2017-10-03 07:14:50 +01:00
.gitignore Merge branch 'PHP-7.1' into PHP-7.2 2018-08-04 06:35:40 +02:00
.travis.yml Merge branch 'PHP-7.1' into PHP-7.2 2018-07-12 13:46:10 +02:00
acinclude.m4 Merge branch 'PHP-7.1' into PHP-7.2 2018-04-05 14:54:14 +02:00
buildconf
buildconf.bat
CODING_STANDARDS
config.guess
config.sub
configure.ac Bump version 2018-09-25 16:39:25 -04:00
CONTRIBUTING.md
CREDITS
EXTENSIONS Merge branch 'PHP-7.1' into PHP-7.2 2018-02-23 17:57:57 -08:00
footer
genfiles
header year++ 2018-01-02 12:55:14 +08:00
INSTALL
LICENSE Happy new year (Update copyright to 2018) 2018-01-02 23:42:29 +02:00
ltmain.sh
makedist Fixed bug #75614 2017-12-16 22:31:10 +01:00
Makefile.frag
Makefile.gcov
Makefile.global Fix bug 76595: Update phpdbg man page 2018-08-04 06:34:40 +02:00
NEWS [ci skip] Update NEWS 2018-10-05 22:59:55 +02:00
php7.spec.in
php.gif
php.ini-development Merge branch 'PHP-7.1' into PHP-7.2 2018-05-26 22:06:44 +02:00
php.ini-production Merge branch 'PHP-7.1' into PHP-7.2 2018-05-26 22:06:44 +02:00
README.EXT_SKEL
README.GIT-RULES
README.input_filter
README.MAILINGLIST_RULES
README.md
README.NEW-OUTPUT-API
README.PARAMETER_PARSING_API
README.REDIST.BINS
README.RELEASE_PROCESS
README.SELF-CONTAINED-EXTENSIONS
README.STREAMS
README.SUBMITTING_PATCH
README.TESTING
README.TESTING2
README.UNIX-BUILD-SYSTEM
README.WIN32-BUILD-SYSTEM [ci skip] Update link 2018-03-10 09:40:50 +01:00
run-tests.php Merge branch 'PHP-7.1' into PHP-7.2 2018-03-19 01:17:36 -07:00
server-tests-config.php
server-tests.php year++ 2018-01-02 12:55:14 +08:00
snapshot
stamp-h.in
UPGRADING Document removal of opcache.fast_shutdown 2017-12-18 21:44:48 +01:00
UPGRADING.INTERNALS
vcsclean

The PHP Interpreter

This is the github mirror of the official PHP repository located at http://git.php.net.

Build Status Build status

Pull Requests

PHP accepts pull requests via github. 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 https://wiki.php.net/rfc and https://wiki.php.net/rfc/voting for more information on the process.

Bug fixes do not require an RFC, but require a bugtracker ticket. Always open a ticket at https://bugs.php.net and reference the bug id using #NNNNNN.

Fix #55371: get_magic_quotes_gpc() throws deprecation warning

After removing magic quotes, the get_magic_quotes_gpc function caused
a deprecate warning. get_magic_quotes_gpc can be used to detected
the magic_quotes behavior and therefore should not raise a warning at any
time. The patch removes this warning

We do not merge pull requests directly on github. All PRs will be pulled and pushed through http://git.php.net.

Guidelines for contributors