Skip to content

xuenru/php-src

This branch is up to date with php/php-src:zend-signal-zts.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

85a511d · Sep 1, 2015
Aug 17, 2015
Sep 1, 2015
Aug 27, 2015
Aug 31, 2015
Aug 28, 2015
Jan 15, 2015
Jul 31, 2015
Sep 1, 2015
Aug 20, 2015
Aug 26, 2015
Jul 17, 2015
Aug 19, 2015
Aug 18, 2015
Jan 17, 2015
Aug 4, 2015
Aug 25, 2015
Feb 7, 2015
May 21, 2015
Apr 22, 2002
Jun 18, 2015
May 12, 2015
Jan 17, 2015
Mar 27, 2015
Jun 3, 2014
May 26, 2015
Aug 30, 2015
Jan 21, 2015
Jul 29, 2015
Jan 17, 2008
Feb 2, 2015
Apr 22, 2015
Jul 18, 2011
Jun 25, 2015
Oct 14, 2013
Jul 30, 2013
Aug 7, 2014
Feb 7, 2015
Nov 23, 2014
Sep 20, 2014
Feb 4, 2010
Sep 20, 2014
Jan 25, 2015
Jun 5, 2014
Aug 21, 2015
Aug 18, 2015
Aug 20, 2015
Mar 6, 2012
Jan 2, 2009
Dec 4, 2014
Dec 4, 2014
Aug 20, 2015
Feb 20, 2003
Jun 10, 2015
Mar 1, 2015
Nov 23, 2009
Aug 10, 2015
Jan 29, 2015
Mar 7, 2006
Aug 26, 2015
Aug 26, 2015
Sep 20, 2014
Jul 15, 2015
Nov 19, 2014
Jan 17, 2015
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 [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 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 59.5%
  • PHP 30.8%
  • C++ 7.7%
  • Objective-C 0.6%
  • M4 0.5%
  • Shell 0.4%
  • Other 0.5%