Skip to content

Kryniol/php-src

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7d90035 · Jun 22, 2012
Jan 30, 2012
Jun 22, 2012
Aug 9, 2011
Jun 22, 2012
Jun 11, 2012
Jan 3, 2010
Apr 26, 2010
Jun 16, 2012
Jun 8, 2011
May 16, 2012
May 28, 2012
Jun 7, 2012
Mar 11, 2012
Apr 10, 2012
Mar 22, 2012
Jun 8, 2012
Jul 17, 2009
Apr 22, 2002
Dec 4, 2011
Apr 27, 2011
Mar 20, 2012
Mar 26, 2008
Feb 20, 2012
Nov 13, 2010
Jun 7, 2012
Oct 11, 2001
Jun 19, 2008
Apr 13, 2012
Jan 17, 2008
May 31, 2010
Jun 7, 2011
Aug 24, 2004
Jul 18, 2011
Apr 19, 2012
Oct 23, 2002
Mar 4, 2003
May 11, 2010
Mar 20, 2009
Nov 5, 2008
Jul 3, 2003
Feb 4, 2010
Mar 20, 2012
Jun 3, 2012
Apr 3, 2009
Jun 7, 2012
Feb 22, 2012
Apr 2, 2012
Mar 6, 2012
Jan 2, 2009
Nov 23, 2009
Nov 23, 2009
Apr 13, 2012
Feb 20, 2003
Mar 26, 2008
Jan 1, 2012
Nov 23, 2009
Jun 22, 2012
Feb 8, 2004
Mar 7, 2006
May 25, 2012
May 25, 2012
Jan 17, 2004
Jun 7, 2012
Sep 19, 2005
Jan 3, 2010
Dec 30, 1999
Nov 21, 1999
Dec 1, 2000
Jul 13, 2009
Jul 16, 2009

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 [email protected].

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 http://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.

About

The PHP Interpreter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 61.5%
  • PHP 35.3%
  • C++ 1.7%
  • Objective-C 1.0%
  • Shell 0.4%
  • JavaScript 0.1%