Skip to content

popov-do/php-src

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7ef42ec · Sep 28, 2018
Sep 18, 2018
Sep 28, 2018
Sep 13, 2018
Aug 29, 2018
Sep 27, 2018
Sep 18, 2018
Oct 7, 2015
Sep 21, 2018
Aug 29, 2018
Sep 22, 2018
Sep 18, 2018
Sep 18, 2018
Sep 12, 2018
Oct 19, 2017
May 26, 2018
Jun 16, 2018
Sep 18, 2018
Sep 17, 2018
Aug 6, 2018
Sep 26, 2018
Jun 25, 2018
Aug 13, 2018
Jun 25, 2018
Jan 2, 2018
Mar 27, 2015
Sep 8, 2018
Aug 4, 2018
Sep 21, 2018
Nov 10, 2017
Aug 1, 2018
Jan 17, 2008
Jun 16, 2018
Jul 3, 2018
Sep 26, 2018
Jul 31, 2018
Jul 24, 2018
Aug 12, 2018
Aug 7, 2014
Sep 18, 2018
Sep 20, 2014
Mar 10, 2018
Jun 2, 2018
Jun 25, 2018
Sep 23, 2018
Sep 22, 2018
Sep 23, 2018
Jul 24, 2018
Jan 2, 2009
May 25, 2018
May 25, 2018
Sep 18, 2018
Feb 20, 2003
Jun 10, 2015
Jul 24, 2018
Nov 23, 2009
Jul 29, 2018
Mar 7, 2006
Sep 3, 2018
Sep 3, 2018
Sep 20, 2014
Sep 8, 2018
Dec 30, 1999
Nov 21, 1999
Aug 10, 2016

Repository files navigation

The PHP Interpreter

This is the github mirror of the official PHP repository located at https://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 [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 https://git.php.net.

Guidelines for contributors

About

The PHP Interpreter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 67.4%
  • PHP 26.4%
  • C++ 4.8%
  • M4 0.4%
  • Objective-C 0.3%
  • Shell 0.3%
  • Other 0.4%