The PHP Interpreter
Go to file
2016-10-19 09:02:41 +02:00
build
ext Make proc_nice() more in line with that of Unix, as discussed with Anatol 2016-10-18 23:25:59 +02:00
main Fix bug #73189 - Memcpy negative size parameter php_resolve_path 2016-10-14 01:50:22 +02:00
netware
pear
sapi Merge branch 'pull-request/2097' 2016-10-17 16:05:32 +01:00
scripts
tests Merge branch 'PHP-7.0' into PHP-7.1 2016-10-18 19:14:14 +02:00
travis
TSRM Merge branch 'pull-request/2158' 2016-10-17 15:48:32 +01:00
win32 T1Lib support was removed in 7.0 2016-10-19 09:02:41 +02:00
Zend Merge branch 'PHP-7.1' 2016-10-18 19:14:54 +02:00
.editorconfig Limit editorconfig to C code 2016-09-05 14:22:13 +02:00
.gdbinit
.gitattributes
.gitignore Improve the config.simple.bat for Windows a little; 2016-10-19 01:14:15 +02:00
.travis.yml
acinclude.m4
buildconf
buildconf.bat
CODING_STANDARDS
config.guess
config.sub
configure.in set versions and release date 2016-10-11 11:26:32 +02:00
CONTRIBUTING.md
CREDITS
EXTENSIONS Merge branch 'PHP-7.1' 2016-09-13 16:00:36 +02:00
footer
genfiles
header
INSTALL
LICENSE
ltmain.sh
makedist
Makefile.frag
Makefile.gcov
Makefile.global
makerpm
NEWS sync NEWS 2016-10-18 18:24:42 +02:00
php7.spec.in
php.gif
php.ini-development Merge branch 'PHP-7.1' 2016-09-26 18:45:53 +02:00
php.ini-production Merge branch 'PHP-7.1' 2016-09-26 18:45:53 +02:00
README.EXT_SKEL
README.GIT-RULES Update GIT-RULES release list 2016-08-18 12:31:09 +02:00
README.input_filter
README.MAILINGLIST_RULES
README.md
README.namespaces
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
run-tests.php Merge branch 'PHP-7.0' into PHP-7.1 2016-10-14 01:48:03 +02:00
server-tests-config.php
server-tests.php
snapshot
stamp-h.in
stub.c
UPGRADING NEWS and UPGRADING for utf8_encode() and utf8_decode() move 2016-10-17 15:45:01 +01:00
UPGRADING.INTERNALS Implemented proc_nice() for Windows (FR #49806) 2016-10-16 04:17:35 +02:00
vcsclean

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 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