Skip to content

yonngwoo/php-src

This branch is 39367 commits behind php/php-src:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 26, 2017
b806287 · Feb 26, 2017
Jan 27, 2017
Feb 26, 2017
Jan 6, 2017
Jan 27, 2017
Feb 24, 2017
Feb 25, 2017
Oct 7, 2015
Feb 22, 2017
Jan 27, 2017
Feb 22, 2017
Oct 4, 2016
Feb 24, 2017
Jan 5, 2017
Sep 5, 2016
Jan 18, 2017
Jan 17, 2015
Jan 27, 2017
Oct 4, 2016
May 18, 2016
May 21, 2015
Apr 22, 2002
Jan 21, 2017
Apr 5, 2016
Jan 2, 2017
Mar 27, 2015
Oct 24, 2015
Feb 22, 2017
Feb 13, 2017
Dec 25, 2015
Aug 18, 2016
Jan 17, 2008
Dec 25, 2015
Mar 3, 2016
Feb 20, 2016
Jan 27, 2017
Oct 14, 2013
Dec 25, 2015
Aug 7, 2014
Feb 7, 2015
Nov 23, 2014
Sep 20, 2014
Feb 4, 2010
Dec 25, 2015
Dec 16, 2016
Feb 14, 2017
Feb 15, 2017
Jan 10, 2017
Jan 27, 2017
Jan 2, 2009
Dec 4, 2014
Nov 12, 2016
Feb 7, 2017
Feb 20, 2003
Jun 10, 2015
Jan 2, 2017
Nov 23, 2009
Nov 15, 2015
Jan 29, 2015
Mar 7, 2006
Feb 3, 2017
Jan 11, 2017
Sep 20, 2014
Feb 11, 2017
Nov 19, 2014
Feb 3, 2017
Dec 30, 1999
Nov 21, 1999
Dec 1, 2000
Aug 10, 2016

Repository files navigation

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

About

The PHP Interpreter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 63.9%
  • PHP 27.3%
  • C++ 7.0%
  • Objective-C 0.5%
  • M4 0.5%
  • Shell 0.3%
  • Other 0.5%