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.
 
 
 
 
 
 
Pedro Magalhães 179ed6e43d
63911: Compare opcodes of the op_array to determine different functions
8 years ago
TSRM Merge branch 'PHP-7.2' 8 years ago
Zend 63911: Compare opcodes of the op_array to determine different functions 8 years ago
appveyor Merge branch 'PHP-7.1' into PHP-7.2 8 years ago
build Fixed bug #75142 buildcheck.sh check for autoconf version needs to be updated for v2.64 8 years ago
ext Merge branch 'PHP-7.2' 8 years ago
main Merge branch 'PHP-7.2' 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 Fix some printf() specifier usages 8 years ago
scripts Merge branch 'PHP-7.1' into PHP-7.2 9 years ago
tests Fixed incorrect recursion detection 8 years ago
travis Use system libzip by default 8 years ago
win32 Use log1p from the CRT 8 years ago
.appveyor.yml Merge branch 'PHP-7.1' into PHP-7.2 8 years ago
.editorconfig Update .editorconfig with some more configs 8 years ago
.gdbinit Removing zmemcheck from .gdbinit 9 years ago
.gitattributes Remove ident gitattribute for Zend/RFC/ 8 years ago
.gitignore Patch core for PCRE2 support 8 years ago
.travis.yml Merge branch 'PHP-7.2' 8 years ago
CODING_STANDARDS Remove obsolete function names from CODING_STANDARDS file 9 years ago
CONTRIBUTING.md Update CONTRIBUTING 9 years ago
CREDITS Let's pretend this is up-to-date now 24 years ago
EXTENSIONS Change EXTENSIONS file encoding from iso-8859-1 to utf-8 8 years ago
INSTALL Point to the online documentation for installation of PHP in INSTALL, and remove the almost duplicate win32/install.txt, one place for all docs should be enough 9 years ago
LICENSE Update copyright headers to 2017 9 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' 8 years ago
NEWS 63911: Compare opcodes of the op_array to determine different functions 8 years ago
README.EXT_SKEL Update README.EXT_SKEL 8 years ago
README.GIT-RULES Fix typo 9 years ago
README.MAILINGLIST_RULES - mention rfc 1855 18 years ago
README.NEW-OUTPUT-API Fix typos 9 years ago
README.PARAMETER_PARSING_API Fix one zpp usage in interbase 10 years ago
README.REDIST.BINS Refactor ext/phar License info 8 years ago
README.RELEASE_PROCESS Add notes for cutting release branches 9 years ago
README.SELF-CONTAINED-EXTENSIONS added notes about the PECL site conformity 12 years ago
README.STREAMS Remove leftovers of TSRMLS in docs 10 years ago
README.SUBMITTING_PATCH Small tidy ups and raise visibility of GitHub PR process 12 years ago
README.TESTING Update README.TESTING 11 years ago
README.TESTING2 typo fixes - https://github.com/vlajos/misspell_fixer 11 years ago
README.UNIX-BUILD-SYSTEM Replaces php5 with php7, without whitespace changes. 11 years ago
README.WIN32-BUILD-SYSTEM - if they are outdated/wrong, no need to confuse the users 16 years ago
README.input_filter Remove leftovers of TSRMLS in docs 10 years ago
README.md add build status badge 9 years ago
UPGRADING Merge branch 'PHP-7.2' 8 years ago
UPGRADING.INTERNALS [ci skip] Update UPGRADING.INTERNALS 8 years ago
acinclude.m4 Merge branch 'PHP-7.1' 9 years ago
buildconf Use modern autotools name of configure.ac instead of configure.in 9 years ago
buildconf.bat Check if configure script was copied, and output an error if it wasn't 17 years ago
config.guess Update config.guess and config.sub 11 years ago
config.sub Remove Netware support 9 years ago
configure.ac Remove some old apache2filter occurrences 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 Update copyright headers to 2017 9 years ago
ltmain.sh - Upgraded bundled libtool to 1.5.26 16 years ago
makedist Fixed bug #70917 install-pear-nozlib.phar missing 10 years ago
php.gif fix logo (proper spacing between the letters) 20 years ago
php.ini-development Merge branch 'PHP-7.2' 8 years ago
php.ini-production Merge branch 'PHP-7.2' 8 years ago
php7.spec.in Replaces php5 with php7, without whitespace changes. 11 years ago
run-tests.php Patch core for PCRE2 support 8 years ago
server-tests-config.php typo fixes - https://github.com/vlajos/misspell_fixer 11 years ago
server-tests.php Deprecate each() 9 years ago
snapshot Integration of -ng changes. Changes: 26 years ago
stamp-h.in # Fix ColorResolve bogosity 26 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 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