1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00
Stanislav Malyshev 9bbd995679 Merge branch 'PHP-5.5-security' into PHP-5.5.24
* PHP-5.5-security: (22 commits)
  Fixed bug #69316 (Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/_WRITEHEADER)
  Fix bug #68486 and bug #69218 (segfault in apache2handler with apache 2.4)
  Fix bug #68819 (Fileinfo on specific file causes spurious OOM and/or segfault)
  updated NEWS
  added test for bug #69354
  revert skipif, this should run everywhere
  further ODBC 3.0 compliance
  more compliance with the ODBC 3.0
  test fixes
  Prevent GC from changing zval or object 'color' before they are actually inserted into possible roots buffer.
  sigh, can't even copypaste without screwing up
  oop, put both the error number and message for both db object to the error message
  test fixes
  Fixed bug #69281 (opcache_is_script_cached no longer works)
  Fix typo: unitialized -> uninitialized
  Fix typo: unitialized -> uninitialized
  Fixed bug #68739 (Missing break / control flow). Fixed bug #68740 (NULL Pointer Dereference). Fixed bug #68677 (Use After Free).
  Fixed bug #68739 (Missing break / control flow in curl)
  Fixed bug #68740 (NULL Pointer Dereference)
  Fixed bug #68677 (Use After Free in OPcache)
  ...

Conflicts:
	configure.in
	ext/curl/tests/bug69316.phpt
	main/php_version.h
2015-04-12 20:12:38 -07:00
2015-03-31 16:03:52 +02:00
2015-01-15 23:26:03 +08:00
2010-04-26 23:53:30 +00:00
2015-02-18 14:06:32 +01:00
2015-03-20 13:34:16 +01:00
2015-01-15 23:26:03 +08:00
2015-03-23 08:35:36 +01:00
2012-10-02 00:02:08 +08:00
2014-12-04 00:13:38 +01:00
2013-02-26 14:35:47 +01:00
2015-03-31 16:03:52 +02:00
2014-10-08 21:48:44 +04:00
2015-03-01 15:03:21 +08:00
2015-01-17 13:21:20 +08:00
2009-11-23 21:53:30 +00:00
2014-01-21 13:25:23 -08:00
2015-04-11 16:28:07 -07:00
2014-11-23 16:13:44 -08:00
2014-11-23 16:13:44 -08:00
2014-01-26 17:20:12 -08:00
MFH
2008-01-17 14:38:16 +00:00
2013-10-27 16:40:37 -07:00
2014-06-05 17:45:22 +02:00
2014-08-17 15:44:02 +03:00
2009-07-13 16:10:29 +00:00

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

S
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:25:23.756Z
Readme BSD-3-Clause 977 MiB
Languages
C 66.1%
PHP 31.2%
C++ 0.8%
Shell 0.5%
M4 0.4%
Other 0.8%