Commit Graph

8209 Commits

Author SHA1 Message Date
Anatol Belski
c49d9f0684 update NEWS 2016-02-29 18:25:16 +01:00
Anatol Belski
7d7325246c update NEWS 2016-02-24 11:56:12 +01:00
Anatol Belski
bbce94ed78 update NEWS 2016-02-18 19:42:18 +01:00
Anatol Belski
f613d89501 update NEWS 2016-02-18 19:16:39 +01:00
Ferenc Kovacs
4762ed4d27 5.6.20 is next 2016-02-18 00:31:18 +01:00
Anatol Belski
633fb2d0e8 Backported fix for bug #71525 2016-02-15 15:14:23 +01:00
Stanislav Malyshev
c11b23c465 Fix bug #71540 - NULL pointer dereference in xsl_ext_function_php() 2016-02-15 00:08:18 -08:00
Anatol Belski
199c0ec48d fix NEWS entry 2016-02-15 08:25:23 +01:00
Xinchen Hui
2b850e1565 Update NEWS: "Fixed bug #71584 (Possible use-after-free of ZCG(cwd) in Zend Opcache)" 2016-02-15 10:31:37 +08:00
Anatol Belski
aa10fc6092 update NEWS 2016-02-14 20:52:47 +01:00
Nikita Popov
bc419fee5c FIx bug #71569
convert_to_string() may result in an interned string.
2016-02-13 15:17:51 +01:00
Xinchen Hui
f45752eb83 Fixed bug #71561 (NULL pointer dereference in Zip::ExtractTo) 2016-02-09 23:32:20 +08:00
Xinchen Hui
5fdfab743d Fixed bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes while curl_multi_exec) 2016-02-05 19:49:26 +08:00
Lior Kaplan
8442a1cc4e Align NEWS entry format 2016-02-05 00:50:25 +02:00
Ferenc Kovacs
8c1c12a2e2 update NEWS 2016-02-04 20:40:54 +01:00
Ferenc Kovacs
e0332ea1a9 update NEWS 2016-02-03 01:07:34 +01:00
Julien Pauli
ed80ca00f4 Updated NEWS 2016-02-02 18:14:57 +01:00
Stanislav Malyshev
00788f9cfb Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
  Upgrade bundled PCRE to 8.38
  Fixed NEWS file entry
  fix the fix for bug #70976 (imagerotate)
2016-01-31 21:06:31 -08:00
Stanislav Malyshev
ca02d9c2d6 Upgrade bundled PCRE to 8.38 2016-01-31 20:37:47 -08:00
Anatol Belski
6cc1c962f7 remove NEWS entry 2016-01-29 20:40:27 +01:00
Derick Rethans
deba5275eb Added entry to NEWS 2016-01-29 15:34:36 +01:00
Anatol Belski
efb667e683 update NEWS 2016-01-29 11:27:44 +01:00
Remi Collet
a81cb64a96 NEWS 2016-01-29 10:23:42 +01:00
Anatol Belski
8ee1ae9748 update NEWS 2016-01-29 08:41:25 +01:00
Julien Pauli
df78eacc2f Fixed NEWS file entry 2016-01-28 12:47:53 +01:00
Xinchen Hui
a458a4fdc1 Fixed bug #7143 (finfo throws notice for specific python file)
There seems be a bug while it was changed from regexec to
preg_match_impl:
https://github.com/php/php-src/commit/46906925#diff-56e765972d18c84894ea061cfe58076aR1757
2016-01-25 11:24:44 +08:00
Ferenc Kovacs
848de651a2 re-arrange NEWS 2016-01-21 02:24:51 +01:00
Ferenc Kovacs
a4fc2e1eb2 5.6.19 will be next 2016-01-20 15:39:05 +01:00
Yasuo Ohgaki
bfb9307b2d Fixed bug #69111 (Crash in SessionHandler::read()).
Made session save handler abuse much harder than before.
2016-01-15 15:50:14 +09:00
Yasuo Ohgaki
8c37a086c7 Improved fix for bug #68063 (Empty session IDs do still start sessions). 2016-01-15 09:45:08 +09:00
Anatol Belski
c126725a7f update NEWS 2016-01-14 17:47:17 +01:00
Yasuo Ohgaki
1f513805dc Update NEWS 2016-01-13 06:40:11 +09:00
Anatol Belski
ba7736729e update NEWS 2016-01-11 21:42:31 +01:00
Anatol Belski
6d649b018c update NEWS 2016-01-11 20:41:29 +01:00
Lior Kaplan
35e87c04fe Align NEWS entry format 2016-01-09 19:10:01 +02:00
Ferenc Kovacs
b095a22a3b adjust release date for the delay 2016-01-06 15:54:55 +01:00
Ferenc Kovacs
6802a9f28a these will be part of 5.6.17 not 5.6.18 2016-01-06 15:23:18 +01:00
Stanislav Malyshev
13750cb0a1 Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
  Update NEWS
  Improve fix for bug #70976
  Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet Deserialization)
  Fixed bug #70741: Session WDDX Packet Deserialization Type Confusion Vulnerability
  Fixed #70728
  Fixed bug #70755: fpm_log.c memory leak and buffer overflow
  Fix bug #70976: fix boundary check on gdImageRotateInterpolated
  typofix
2016-01-05 19:38:29 -08:00
Stanislav Malyshev
74dcbe1299 Update NEWS 2016-01-05 19:28:24 -08:00
Stanislav Malyshev
dcf3c9761c Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet Deserialization) 2015-12-28 14:46:35 -08:00
Stanislav Malyshev
1785d2b805 Fixed bug #70741: Session WDDX Packet Deserialization Type Confusion Vulnerability 2015-12-28 12:44:10 -08:00
Anatol Belski
0b8c8bfc81 update NEWS 2015-12-23 18:37:05 +01:00
Xinchen Hui
620ccc9b1a Fixed bug #71204 (segfault if clean spl_autoload_funcs while autoloading) 2015-12-23 08:10:59 -08:00
Julien Pauli
ea12ff149c Added support for HTTP 451 2015-12-23 11:31:18 +01:00
Julien Pauli
ff7ed9021c Fix #70720 2015-12-22 16:25:51 +01:00
Lior Kaplan
db1504de23 Align NEWS entry format 2015-12-21 23:14:23 +02:00
Lior Kaplan
e61bb3fbf9 Align news entry format: Implement FR -> Implemented FR 2015-12-17 11:27:41 +02:00
Xinchen Hui
940c68b55d Fixed bug #71127 (Define in auto_prepend_file is overwrite) 2015-12-17 14:27:33 +08:00
Lior Kaplan
838e4039d7 Remove extra line 2015-12-15 11:15:30 +02:00
Lior Kaplan
66d1d10917 NEWS entry for #55651 2015-12-15 11:13:54 +02:00