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 72b34e1372 fix leaking the empty_string in TS builds 11 years ago
TSRM properly export tsrm_strtok_r() 11 years ago
Zend fix leaking the empty_string in TS builds 11 years ago
build Merge branch 'master' into issue-67910 11 years ago
ext remove successive assignment 11 years ago
main Merge branch 'pr/647' 11 years ago
netware s/PHP 5/PHP 7/ 11 years ago
pear Removed safe_mode 16 years ago
sapi Fixed list() behavior inconsistency (string handling is disabled for all cases, ArrayAccess objects handling is enabled for all cases, ZEND_FETCH_DIM_TMP_VAR opcode is renamed into ZEND_FETCH_LIST, ZEND_FETCH_ADD_LOCK flag is removed). 11 years ago
scripts Merge branch 'master' into issue-67910 11 years ago
tests Remove <% and <script language="php"> tags 11 years ago
travis phpdbg doesn't build due to the phpng merge, distable it 11 years ago
win32 remove the remains of dsp files handling 11 years ago
.gdbinit it's good for gc debuging 11 years ago
.gitattributes Merge branch 'PHP-5.4' into PHP-5.5 12 years ago
.gitignore Merge branch 'PHP-5.6' 11 years ago
.travis.yml phpdbg doesn't build due to the phpng merge, distable its build & test runs 11 years ago
CODING_STANDARDS Merge branch 'PHP-5.5' into PHP-5.6 12 years ago
CREDITS Let's pretend this is up-to-date now 24 years ago
EXTENSIONS Merge branch 'PHP-5.6' 11 years ago
INSTALL Replaces php5 with php7, without whitespace changes. 11 years ago
LICENSE Update copyright year to 2014 12 years ago
Makefile.frag Invoke re2c with --no-generation-date to prevent unintentional / unnecessary changes in generated files. 13 years ago
Makefile.gcov fix gcov data with some locales (again) 12 years ago
Makefile.global Replaces php5 with php7, without whitespace changes. 11 years ago
NEWS Updated NEWS and UPGRADING 11 years ago
README.EXT_SKEL Fix English and improve by Stas. Thanks :) 12 years ago
README.GIT-RULES update the GIT-RULES with the 5.6 and the release branches 11 years ago
README.MAILINGLIST_RULES - mention rfc 1855 18 years ago
README.NEW-OUTPUT-API fix protos, and unintential double-patched content 16 years ago
README.PARAMETER_PARSING_API Merge branch 'master' into issue-67910 11 years ago
README.REDIST.BINS - update blowfish to 1.2 (Solar Designer) 15 years ago
README.RELEASE_PROCESS add tests stuff to README 12 years ago
README.SELF-CONTAINED-EXTENSIONS added notes about the PECL site conformity 12 years ago
README.STREAMS Constify streams API and a few other calls down the rabbit hole. 12 years ago
README.SUBMITTING_PATCH Small tidy ups and raise visibility of GitHub PR process 11 years ago
README.TESTING Replaces php5 with php7, without whitespace changes. 11 years ago
README.TESTING2 Fixed bug#46445 (run-tests2.php is missing or README.TESTING2 is unneeded) 17 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 Replaces php5 with php7, without whitespace changes. 11 years ago
README.md Link to more readmes 12 years ago
README.namespaces - Changed namespace separator 17 years ago
UPGRADING Updated NEWS and UPGRADING 11 years ago
UPGRADING.INTERNALS updated UPGRADING.INTERNALS 11 years ago
acinclude.m4 Replaces php5 with php7, without whitespace changes. 11 years ago
buildconf Make "buildconf --force" more robust, per IRC chat. Not backported to 5.3 to avoid destabilization. 14 years ago
buildconf.bat Check if configure script was copied, and output an error if it wasn't 17 years ago
config.guess config.guess: add ppc64le / ppcle support by Anton Blanchard <anton@samba.org> 11 years ago
config.sub Merge branch 'PHP-5.4' into PHP-5.5 13 years ago
configure.in Remove zend_dynamic_array 11 years ago
footer consistent with the used style 23 years ago
genfiles - Give Marcus good old warm and fuzzy feeling.. :) 18 years ago
header s/PHP 5/PHP 7/ 11 years ago
ltmain.sh - Upgraded bundled libtool to 1.5.26 16 years ago
makedist fix buglet in makedist 12 years ago
makerpm Replaces php5 with php7, without whitespace changes. 11 years ago
php.gif fix logo (proper spacing between the letters) 20 years ago
php.ini-development Remove <% and <script language="php"> tags 11 years ago
php.ini-production Remove <% and <script language="php"> tags 11 years ago
php7.spec.in Replaces php5 with php7, without whitespace changes. 11 years ago
run-tests.php Merge branch 'master' into catchable-fatals/methods-on-non-objects 11 years ago
server-tests-config.php typofixes 11 years ago
server-tests.php s/PHP 5/PHP 7/ 11 years ago
snapshot Integration of -ng changes. Changes: 26 years ago
stamp-h.in # Fix ColorResolve bogosity 26 years ago
stub.c Add newline. Recent GCC snapshots segfault, if the input file is completely 25 years ago
vcsclean Removed cvsclean and svnclean tools 12 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

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