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.
 
 
 
 
 
 
Christoph M. Becker 7f529e3dee Fix #73582: Failing ext/gd/tests/imagettftext_charmap_order.phpt 9 years ago
TSRM fix HANDLE leak 9 years ago
Zend add missing RETURN_STRINGL_CHECK 9 years ago
build Happy new year (Update copyright to 2016) 10 years ago
ext Fix #73582: Failing ext/gd/tests/imagettftext_charmap_order.phpt 9 years ago
main 5.6.30 will be next 9 years ago
netware Happy new year (Update copyright to 2016) 10 years ago
pear Removed safe_mode 16 years ago
sapi Fixed test 9 years ago
scripts Happy new year (Update copyright to 2016) 10 years ago
tests backport 9a07245b728714de09361ea16b9c6fcf70cb5685 from 7.0 10 years ago
travis Merge branch 'PHP-5.5' into PHP-5.6 10 years ago
win32 update libs versions.txt 9 years ago
.editorconfig Limit editorconfig to C code 9 years ago
.gdbinit The printf modifier for a double is just %f 13 years ago
.gitattributes Merge branch 'PHP-5.4' into PHP-5.5 12 years ago
.gitignore A picture is worth a thousand message digests 9 years ago
.travis.yml Merge branch 'PHP-5.5' into PHP-5.6 10 years ago
CODING_STANDARDS Update CODING_STANDARDS 11 years ago
CREDITS Let's pretend this is up-to-date now 24 years ago
EXTENSIONS Add myself as pdo_dblib maintainer 9 years ago
INSTALL typo fixes - https://github.com/vlajos/misspell_fixer 11 years ago
LICENSE Happy new year (Update copyright to 2016) 10 years ago
Makefile.frag Invoke re2c with --no-generation-date to prevent unintentional / unnecessary changes in generated files. 13 years ago
Makefile.gcov exclude datelib from coverage report as asked by Derick 10 years ago
Makefile.global Align spacing in make install messages 10 years ago
NEWS 5.6.30 will be next 9 years ago
README.EXT_SKEL Fix English and improve by Stas. Thanks :) 12 years ago
README.GIT-RULES Adjust Git-Rules 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 'PHP-5.4' into PHP-5.5 13 years ago
README.REDIST.BINS - update blowfish to 1.2 (Solar Designer) 15 years ago
README.RELEASE_PROCESS Merge branch 'PHP-5.4' into PHP-5.5 11 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. 13 years ago
README.SUBMITTING_PATCH Merge branch 'PHP-5.5' into PHP-5.6 12 years ago
README.TESTING Change automaticaly to automatically 12 years ago
README.TESTING2 typo fixes - https://github.com/vlajos/misspell_fixer 11 years ago
README.UNIX-BUILD-SYSTEM Update documentation for PHP 5. 23 years ago
README.WIN32-BUILD-SYSTEM - if they are outdated/wrong, no need to confuse the users 16 years ago
README.input_filter Merge branch 'PHP-5.3' into PHP-5.4 14 years ago
README.md Link to more readmes 12 years ago
README.namespaces - Changed namespace separator 17 years ago
UPGRADING Fixed bug #71929 (CURLINFO_CERTINFO data parsing error). 10 years ago
UPGRADING.INTERNALS better heading for UPGRADING.INTERNALS 12 years ago
acinclude.m4 Merge branch 'PHP-5.5' into PHP-5.6 12 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> 12 years ago
config.sub Merge branch 'PHP-5.4' into PHP-5.5 13 years ago
configure.in 5.6.30 will be next 9 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 Happy new year (Update copyright to 2016) 10 years ago
ltmain.sh - Upgraded bundled libtool to 1.5.26 16 years ago
makedist fix buglet in makedist 12 years ago
makerpm - Change from PHP5 -> PHP 5 22 years ago
php.gif fix logo (proper spacing between the letters) 20 years ago
php.ini-development update php.ini-* according to changes for bug #69090 9 years ago
php.ini-production update php.ini-* according to changes for bug #69090 9 years ago
php5.spec.in - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 22 years ago
run-tests.php Happy new year (Update copyright to 2016) 10 years ago
server-tests-config.php typofixes 12 years ago
server-tests.php Happy new year (Update copyright to 2016) 10 years ago
snapshot Integration of -ng changes. Changes: 26 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 25 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

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