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 bc7d4dc523 7.0.27 next 9 years ago
TSRM fix error handling 9 years ago
Zend Fixed indirect modification of magic ArrayAccess method arguments 9 years ago
appveyor Yet one attempt to mitigate the unzip error on AppVeyor 9 years ago
build fix build broken by #2124 10 years ago
ext Fix ext/soap/tests/bug69137.phpt 9 years ago
main 7.0.27 next 9 years ago
netware Update copyright headers to 2017 10 years ago
pear pear 1.10 was released and the go-pear and install pear phars are now php7 compatible 11 years ago
sapi Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown function) 9 years ago
scripts Update copyright year to 2017 9 years ago
tests Fix bug #75236 9 years ago
travis Disable PEAR in Travis build 11 years ago
win32 Update libs_version.txt 9 years ago
.appveyor.yml Don't use the cache dependency, SDK version is handled in script 9 years ago
.editorconfig Update .editorconfig with some more configs 9 years ago
.gdbinit Removing zmemcheck from .gdbinit 10 years ago
.gitattributes Remove ident gitattribute for ext/zip/php_zip.c 9 years ago
.gitignore Remove some old sapi/apache_hooks and sapi/apache leftovers 9 years ago
.travis.yml use trusty explicitly 9 years ago
CODING_STANDARDS Remove TSRMLS_* from docs as it's not used anymore 11 years ago
CONTRIBUTING.md Add documentation contribution information. 11 years ago
CREDITS Let's pretend this is up-to-date now 25 years ago
EXTENSIONS Add myself as primary maintainer of GD 10 years ago
INSTALL remove description for apache 1.3 10 years ago
LICENSE Update copyright headers to 2017 10 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 11 years ago
Makefile.global Remove some old sapi/apache_hooks and sapi/apache leftovers 9 years ago
NEWS 7.0.27 next 9 years ago
README.EXT_SKEL Remove TSRMLS_* from docs as it's not used anymore 11 years ago
README.GIT-RULES Make bin2hex() and hex2bin() timing safe 11 years ago
README.MAILINGLIST_RULES - mention rfc 1855 19 years ago
README.NEW-OUTPUT-API Remove TSRMLS_* from docs as it's not used anymore 11 years ago
README.PARAMETER_PARSING_API Fix one zpp usage in interbase 10 years ago
README.REDIST.BINS cleanup, ext/json is simple PHP now 11 years ago
README.RELEASE_PROCESS updates to release docs 10 years ago
README.SELF-CONTAINED-EXTENSIONS added notes about the PECL site conformity 13 years ago
README.STREAMS Remove TSRMLS_* from docs as it's not used anymore 11 years ago
README.SUBMITTING_PATCH Small tidy ups and raise visibility of GitHub PR process 12 years ago
README.TESTING Update README.TESTING 12 years ago
README.TESTING2 typo fixes - https://github.com/vlajos/misspell_fixer 12 years ago
README.UNIX-BUILD-SYSTEM Replaces php5 with php7, without whitespace changes. 12 years ago
README.WIN32-BUILD-SYSTEM - if they are outdated/wrong, no need to confuse the users 17 years ago
README.input_filter Remove TSRMLS_* from docs as it's not used anymore 11 years ago
README.md add build status badge 10 years ago
README.namespaces - Changed namespace separator 18 years ago
UPGRADING fix wrong version 10 years ago
UPGRADING.INTERNALS fix format macro names in UPGRADING.INTERNALS 11 years ago
acinclude.m4 Fix bug #74905 9 years ago
buildconf Make "buildconf --force" more robust, per IRC chat. Not backported to 5.3 to avoid destabilization. 15 years ago
buildconf.bat Check if configure script was copied, and output an error if it wasn't 18 years ago
config.guess Update config.guess and config.sub 12 years ago
config.sub Update config.guess and config.sub 12 years ago
configure.in 7.0.27 next 9 years ago
footer consistent with the used style 24 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 10 years ago
ltmain.sh - Upgraded bundled libtool to 1.5.26 17 years ago
makedist Fixed bug #70917 install-pear-nozlib.phar missing 11 years ago
makerpm fix the day of the week 12 years ago
php.gif fix logo (proper spacing between the letters) 21 years ago
php.ini-development Fix opcache.max_accelerated_files doc in php.ini 9 years ago
php.ini-production Fix opcache.max_accelerated_files doc in php.ini 9 years ago
php7.spec.in Replaces php5 with php7, without whitespace changes. 12 years ago
run-tests.php make sure run-tests reports exit status upon prerequisite error 9 years ago
server-tests-config.php typo fixes - https://github.com/vlajos/misspell_fixer 12 years ago
server-tests.php Update copyright headers to 2017 10 years ago
snapshot Integration of -ng changes. Changes: 27 years ago
stamp-h.in # Fix ColorResolve bogosity 27 years ago
stub.c Add newline. Recent GCC snapshots segfault, if the input file is completely 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 mailinglist 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