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.
 
 
 
 
 
 
Dmitry Stogov d57cd36e47 Immutable clases and op_arrays. 7 years ago
TSRM Sync leading and final newlines in source code files 7 years ago
Zend Immutable clases and op_arrays. 7 years ago
appveyor Sync leading and final newlines in source code files 7 years ago
build Remove unused variable makefile_am_files 7 years ago
ext Immutable clases and op_arrays. 7 years ago
main Sync leading and final newlines in source code files 7 years ago
pear Sync leading and final newlines in source code files 7 years ago
sapi Sync leading and final newlines in *.phpt sections 7 years ago
scripts Remove some obsolete config_vars.mk occurrences 7 years ago
tests Sync leading and final newlines in *.phpt sections 7 years ago
travis Sync leading and final newlines in source code files 7 years ago
win32 Sync leading and final newlines in source code files 7 years ago
.appveyor.yml Sync leading and final newlines in source code files 7 years ago
.editorconfig Update .editorconfig with some more configs 8 years ago
.gdbinit Trim trailing whitespace in source code files 7 years ago
.gitattributes Remove Git ident attribute from the iconv extension 8 years ago
.gitignore Remove some obsolete config_vars.mk occurrences 7 years ago
.travis.yml Trim trailing whitespace in source code files 7 years ago
CODING_STANDARDS Trim trailing whitespace in source code files 7 years ago
CONTRIBUTING.md Unbundle libsqlite3 7 years ago
CREDITS Update http to https 8 years ago
EXTENSIONS Fix PRIMARY MAINTAINER and MAINTENANCE fields 7 years ago
INSTALL Update http to https 8 years ago
LICENSE Trim trailing whitespace in source code files 7 years ago
Makefile.frag Sync leading and final newlines in source code files 7 years ago
Makefile.gcov Sync leading and final newlines in source code files 7 years ago
Makefile.global Merge branch 'PHP-7.2' into PHP-7.3 7 years ago
NEWS Trim trailing whitespace in source code files 7 years ago
README.EXT_SKEL Sync leading and final newlines in source code files 7 years ago
README.GIT-RULES [ci skip] Typo 7 years ago
README.MAILINGLIST_RULES - mention rfc 1855 18 years ago
README.NEW-OUTPUT-API Trim trailing whitespace in source code files 7 years ago
README.PARAMETER_PARSING_API Trim trailing whitespace in source code files 7 years ago
README.REDIST.BINS Unbundle libsqlite3 7 years ago
README.RELEASE_PROCESS Sync leading and final newlines in source code files 7 years ago
README.SELF-CONTAINED-EXTENSIONS Sync leading and final newlines in source code files 7 years ago
README.STREAMS Trim trailing whitespace in source code files 7 years ago
README.SUBMITTING_PATCH Trim trailing whitespace in source code files 7 years ago
README.TESTING Remove server-tests.php 7 years ago
README.UNIX-BUILD-SYSTEM Replaces php5 with php7, without whitespace changes. 11 years ago
README.WIN32-BUILD-SYSTEM Sync leading and final newlines in source code files 7 years ago
README.input_filter Trim trailing whitespace in source code files 7 years ago
README.md Sync leading and final newlines in source code files 7 years ago
UPGRADING Trim trailing whitespace in source code files 7 years ago
UPGRADING.INTERNALS Immutable clases and op_arrays. 7 years ago
acinclude.m4 Sync leading and final newlines in source code files 7 years ago
buildconf Remove unused Git attributes ident 8 years ago
buildconf.bat Sync leading and final newlines in source code files 7 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 Modernize the AC_PRESERVE_HELP_ORDER macro call 7 years ago
footer Sync leading and final newlines in source code files 7 years ago
genfiles Sync leading and final newlines in source code files 7 years ago
header Remove unused Git attributes ident 8 years ago
ltmain.sh - Upgraded bundled libtool to 1.5.26 16 years ago
makedist Trim trailing whitespace in source code files 7 years ago
php.gif fix logo (proper spacing between the letters) 20 years ago
php.ini-development Trim trailing whitespace in source code files 7 years ago
php.ini-production Trim trailing whitespace in source code files 7 years ago
php7.spec.in Replaces php5 with php7, without whitespace changes. 11 years ago
run-tests.php Use combined assignment contanation operator 7 years ago
snapshot Integration of -ng changes. Changes: 26 years ago
stamp-h.in # Fix ColorResolve bogosity 26 years ago
vcsclean Support "git worktree" 9 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