You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Anatol Belski aa7777d36c Merge branch 'PHP-7.2' into PHP-7.3 8 years ago
TSRM Remove TSRM_CHECK_GCC_ARG and LIBZEND_CPLUSPLUS_CHECKS 8 years ago
Zend Merge branch 'PHP-7.2' into PHP-7.3 8 years ago
appveyor Do one test build with AVX 8 years ago
build Fix AC_RUN_IFELSE calls when cross-compiling 8 years ago
ext Cleanup 8 years ago
main Update API version numbers 8 years ago
pear pear 1.10 was released and the go-pear and install pear phars are now php7 compatible 10 years ago
sapi Merge branch 'PHP-7.2' into PHP-7.3 8 years ago
scripts Upgrade deprecated AC_OUTPUT macro calls 8 years ago
tests Make more tests run on 64bit plataforms 8 years ago
travis Use system libzip by default 8 years ago
win32 Remove asan incompatible options 8 years ago
.appveyor.yml Merge branch 'PHP-7.2' into PHP-7.3 8 years ago
.editorconfig Update .editorconfig with some more configs 8 years ago
.gdbinit Adds print_global_vars to gdbinit 8 years ago
.gitattributes Remove Git ident attribute from the iconv extension 8 years ago
.gitignore Merge branch 'PHP-7.2' into PHP-7.3 8 years ago
.travis.yml Merge branch 'PHP-7.2' 8 years ago
CODING_STANDARDS [ci skip] Extended class naming rule 8 years ago
CONTRIBUTING.md PHP 7.1 is the new hotness 8 years ago
CREDITS Update http to https 8 years ago
EXTENSIONS Update maintainer info [skip ci] 8 years ago
INSTALL Update http to https 8 years ago
LICENSE Happy new year (Update copyright to 2018) 8 years ago
Makefile.frag Drop zend_indent() as it was never used, complete or working 11 years ago
Makefile.gcov exclude datelib from coverage report as asked by Derick 10 years ago
Makefile.global Merge branch 'PHP-7.2' into PHP-7.3 8 years ago
NEWS [ci skip] Update NEWS 8 years ago
README.EXT_SKEL Update README.EXT_SKEL 8 years ago
README.GIT-RULES Update README.GIT-RULES 8 years ago
README.MAILINGLIST_RULES - mention rfc 1855 18 years ago
README.NEW-OUTPUT-API Remove old SVN keywords substitutions 8 years ago
README.PARAMETER_PARSING_API [ci skip] Document zend_parse_parameters_none() 8 years ago
README.REDIST.BINS Update README.REDIST.BINS 8 years ago
README.RELEASE_PROCESS [ci skip] Fix typo 8 years ago
README.SELF-CONTAINED-EXTENSIONS Remove unused Git attributes ident 8 years ago
README.STREAMS Remove unused Git attributes ident 8 years ago
README.SUBMITTING_PATCH Small tidy ups and raise visibility of GitHub PR process 12 years ago
README.TESTING Fix SKIPIF section 8 years ago
README.UNIX-BUILD-SYSTEM Replaces php5 with php7, without whitespace changes. 11 years ago
README.WIN32-BUILD-SYSTEM [ci skip] Update link 8 years ago
README.input_filter Normalize filter phpinfo() output 8 years ago
README.md Update http to https 8 years ago
UPGRADING [ci skip] Fix UPGRADING 8 years ago
UPGRADING.INTERNALS Update UPGRADING.INTERNALS wrt. Same Site Cookies 8 years ago
acinclude.m4 Remove TSRM_CHECK_GCC_ARG and LIBZEND_CPLUSPLUS_CHECKS 8 years ago
buildconf Remove unused Git attributes ident 8 years ago
buildconf.bat Check if configure script was copied, and output an error if it wasn't 17 years ago
config.guess Fix #76137: config.guess/config.sub do not recognize RISC-V 8 years ago
config.sub Fix #76137: config.guess/config.sub do not recognize RISC-V 8 years ago
configure.ac Remove outdated comment with PEAR xmlrpc dependency 8 years ago
footer consistent with the used style 23 years ago
genfiles make it possible to set the re2c and yacc paths via environment variables for genfiles 11 years ago
header Remove unused Git attributes ident 8 years ago
ltmain.sh - Upgraded bundled libtool to 1.5.26 16 years ago
makedist Remove unused PHP_PROG_LEX macro 8 years ago
php.gif fix logo (proper spacing between the letters) 20 years ago
php.ini-development implement same site cookie see https://bugs.php.net/bug.php?id=72230 see https://tools.ietf.org/html/draft-west-first-party-cookies-07 see https://scotthelme.co.uk/csrf-is-dead/ 8 years ago
php.ini-production implement same site cookie see https://bugs.php.net/bug.php?id=72230 see https://tools.ietf.org/html/draft-west-first-party-cookies-07 see https://scotthelme.co.uk/csrf-is-dead/ 8 years ago
php7.spec.in Replaces php5 with php7, without whitespace changes. 11 years ago
run-tests.php Small tweaks to php scripts 8 years ago
server-tests-config.php typo fixes - https://github.com/vlajos/misspell_fixer 11 years ago
server-tests.php Fix typos in code 8 years ago
snapshot Integration of -ng changes. Changes: 26 years ago
stamp-h.in # Fix ColorResolve bogosity 27 years ago
vcsclean Support "git worktree" 10 years ago

README.md

The PHP Interpreter

This is the github mirror of the official PHP repository located at https://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 https://git.php.net.

Guidelines for contributors