The PHP Interpreter
C PHP C++ M4 Objective-C Shell Other
Pull request Compare This branch is 32 commits behind php:PHP-5.5.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
TSRM backported patch for bug #69472 Apr 28, 2015
Zend Fixed ##72433: Use After Free Vulnerability in PHP's GC algorithm and… Jun 21, 2016
build libtool: powerpc*le-linux support by Alan Modra <[email protected]> Aug 27, 2014
ext Fix the fix for #72403 on nl2br Jun 27, 2016
main 5.5.38 now Jun 21, 2016
netware Bump year Jan 15, 2015
pear Removed safe_mode Apr 26, 2010
sapi
scripts
tests
travis fixup, both catched by nikic Aug 24, 2015
win32 Fixed bug #61574 - No MSI Jun 11, 2015
.gdbinit Now we can set the tsrm_ls manually Oct 1, 2012
.gitattributes Merge branch 'PHP-5.4' into PHP-5.5 Jul 20, 2014
.gitignore Merge branch 'PHP-5.4' into PHP-5.5 Aug 4, 2015
.travis.yml let's try running our testsuite without sudo Aug 23, 2015
CODING_STANDARDS Fix English and improve by Stas. Thanks :) Jan 27, 2014
CREDITS
EXTENSIONS Added info about ext/opcache Oct 8, 2014
INSTALL Remove PWS (Personal Web Server) references Jul 15, 2013
LICENSE
Makefile.frag Invoke re2c with --no-generation-date to prevent unintentional / unne… Dec 6, 2012
Makefile.gcov fix gcov data with some locales (again) Jun 3, 2014
Makefile.global
NEWS
README.EXTENSIONS Update source docs Jan 27, 2014
README.EXT_SKEL Fix English and improve by Stas. Thanks :) Jan 27, 2014
README.GIT-RULES Adjust Git-Rules Jul 29, 2015
README.MAILINGLIST_RULES MFH Jan 17, 2008
README.NEW-OUTPUT-API
README.PARAMETER_PARSING_API Merge branch 'PHP-5.4' into PHP-5.5 Jun 10, 2013
README.PHP4-TO-PHP5-THIN-CHANGES new incompatibilities. maybe someone from the doc group will update the Aug 24, 2004
README.REDIST.BINS - update blowfish to 1.2 (Solar Designer) Jul 18, 2011
README.RELEASE_PROCESS
README.SELF-CONTAINED-EXTENSIONS
README.STREAMS
README.SUBMITTING_PATCH
README.TESTING Change automaticaly to automatically Jan 21, 2014
README.TESTING2 Fixed bug#46445 (run-tests2.php is missing or README.TESTING2 is unne… Nov 5, 2008
README.UNIX-BUILD-SYSTEM
README.WIN32-BUILD-SYSTEM
README.input_filter Merge branch 'PHP-5.3' into PHP-5.4 Mar 20, 2012
README.md Link to more readmes Oct 27, 2013
README.namespaces drop exec perm on doc files Jun 5, 2014
UPGRADING add CURL_HTTP_VERSION_2_0 and CURL_VERSION_HTTP2 Mar 23, 2015
UPGRADING.INTERNALS UPGRADING note about bug #67072 Apr 18, 2014
acinclude.m4
buildconf Make "buildconf --force" more robust, per IRC chat. Not backported to… Mar 6, 2012
buildconf.bat MFH: Check if configure script was copied, and output an error if it … Jan 2, 2009
config.guess
config.sub
configure.in 5.5.38 now Jun 21, 2016
footer consistent with the used style Feb 20, 2003
genfiles make it possible to set the re2c and yacc paths via environment varia… Jun 10, 2015
header Bump header year Mar 1, 2015
ltmain.sh - Upgraded bundled libtool to 1.5.26 Nov 23, 2009
makedist fix buglet in makedist Jan 21, 2014
makerpm - Change from PHP5 -> PHP 5 Feb 8, 2004
php.gif change these in HEAD too Mar 7, 2006
php.ini-development
php.ini-production Update comments in php.ini Nov 24, 2014
php5.spec.in - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 Jan 17, 2004
run-tests.php use the generic TRAVIS environment var to check for travis (see http:… Dec 3, 2014
server-tests-config.php
server-tests.php
snapshot Integration of -ng changes. Changes: Dec 30, 1999
stamp-h.in # Fix ColorResolve bogosity Nov 21, 1999
stub.c
svnclean.bat - rename to svn Jul 13, 2009
vcsclean

README.md

The PHP Interpreter

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

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 mailinglist [email protected].

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