Skip to content

xicl/php-src

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 6, 2015
a607a1d · Jan 6, 2015
Dec 22, 2014
Jan 5, 2015
Sep 20, 2014
Jan 6, 2015
Dec 27, 2014
Sep 19, 2014
Apr 26, 2010
Jan 6, 2015
Nov 24, 2014
Dec 29, 2014
Dec 4, 2014
Dec 28, 2014
Oct 12, 2014
Jul 20, 2014
Oct 2, 2014
Dec 4, 2014
Sep 8, 2014
Apr 22, 2002
Oct 8, 2014
Nov 23, 2014
Jun 17, 2014
Dec 6, 2012
Jun 3, 2014
Sep 20, 2014
Dec 27, 2014
Jan 27, 2014
Jan 5, 2015
Jan 17, 2008
May 31, 2010
Sep 20, 2014
Jul 18, 2011
May 11, 2014
Oct 14, 2013
Jul 30, 2013
Aug 7, 2014
Nov 19, 2014
Nov 23, 2014
Sep 20, 2014
Feb 4, 2010
Sep 20, 2014
Oct 27, 2013
Jun 5, 2014
Dec 27, 2014
Dec 18, 2014
Sep 25, 2014
Mar 6, 2012
Jan 2, 2009
Aug 27, 2014
Feb 26, 2013
Jan 5, 2015
Feb 20, 2003
Mar 26, 2008
Sep 19, 2014
Nov 23, 2009
Jan 21, 2014
Sep 20, 2014
Mar 7, 2006
Nov 24, 2014
Nov 24, 2014
Sep 20, 2014
Dec 4, 2014
Nov 19, 2014
Nov 23, 2014
Dec 30, 1999
Nov 21, 1999
Dec 1, 2000
Jun 9, 2014

Repository files navigation

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

About

The PHP Interpreter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 64.1%
  • PHP 32.2%
  • C++ 3.0%
  • Shell 0.4%
  • JavaScript 0.1%
  • Bison 0.1%
  • Other 0.1%