1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
Commit Graph

92697 Commits

Author SHA1 Message Date
Anatol Belski 27742dc6e8 Fixed bug #70917 install-pear-nozlib.phar missing
The actual bug is caused by some network error while packaged. An
error check added to interrupt the packaging process if phar package
download failed.
2015-11-17 13:19:59 +01:00
Thorsten Rinne 03b0733a49 Added support for CSS/JavaScript source maps
Source maps (http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/) are basically a way to map a combined/minified file back to an unbuilt state. To avoid error messages in Browser DevTools, source map files should be served with the MIME type "application/json"
2015-11-17 13:19:47 +01:00
Anatol Belski b29f1dba43 fix test title
c/p mistake :)
2015-11-17 13:18:55 +01:00
Taoguang Chen 327b8bf79c Fixed bug #70914 zend_throw_or_error() format string vulnerability 2015-11-17 13:17:00 +01:00
Xinchen Hui 2aa400a0ff Fixed bug #70910 (extract() breaks variable references) 2015-11-17 13:15:44 +01:00
Xinchen Hui 815e456a7a Fixed bug #70912 (Null ptr dereference instantiating class with invalid array property) 2015-11-17 13:14:30 +01:00
Yasuo Ohgaki 04d99b3433 Use distinguishable error messages. 2015-11-17 13:13:28 +01:00
Dmitry Stogov 14d8216404 Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
  Fixed bug #70900 (SoapClient systematic out of memory error)
2015-11-17 13:11:05 +01:00
Xinchen Hui cbc912d3ad Ensure the test fails 2015-11-17 13:10:15 +01:00
Anatol Belski 3c43ef2b16 add test for bug #70898 2015-11-17 13:09:39 +01:00
Xinchen Hui ed291d40d9 Also protects this one 2015-11-17 13:08:39 +01:00
Xinchen Hui 83bf7ec406 Re-fixed #70895 2015-11-17 13:05:14 +01:00
Anatol Belski 3183ece929 sync NEWS php-7.0.0RC7 2015-11-11 10:59:11 +01:00
Xinchen Hui 524d777188 Re-Fixed bug #70249 (Segmentation fault while running PHPUnit tests on phpBB 3.2-dev)
Let's fixed this in the root instead
2015-11-11 10:58:36 +01:00
Reeze Xia 7beb0d449f C99 complain fix 2015-11-11 10:56:56 +01:00
Dmitry Stogov 2f8b6ebddc Fixed incorrect order of free/finally on exception 2015-11-10 12:09:45 +01:00
Dmitry Stogov 17d9bc9222 Added tests 2015-11-10 12:09:30 +01:00
Anatol Belski bf9d2d47d8 additional catch to bug #70863 2015-11-10 00:47:55 +01:00
Xinchen Hui 78ccf76822 Fixed bug #70624 opcache.huge_code_pages 2015-11-08 09:49:19 +01:00
Colin O'Dell 88790a3607 Fix description of a BC break 2015-11-08 09:48:34 +01:00
Xinchen Hui 3b5d5caf14 manually apply the typo fix in master 2015-11-08 09:48:07 +01:00
Lynn fbfc4e930d rm duplicate include 2015-11-08 09:47:48 +01:00
James Titcumb dc6b74ae2d Fixed typo in reflection phpt 2015-11-08 09:47:26 +01:00
Nikita Popov 3c05c82a19 Fix various update_opN_const issues 2015-11-08 09:47:11 +01:00
Nikita Popov 788aaafaff Refactor update_op2_const
Combines both switches into one, to avoid having to maintain the same
opcode list twice. This also makes most of the bugs fixed by the next
commit pretty obvious.

No functional change here.
2015-11-08 09:46:59 +01:00
Nikita Popov e5072a7841 Don't propagate into ops that error on non-string
To properly support this make update_opN_const fallible -- they
are not always called through replace_with_const.
2015-11-08 09:45:00 +01:00
Nikita Popov e4f7dd720e Strip leading backslash in update_opN_const 2015-11-08 09:44:10 +01:00
Nikita Popov 45a9d15897 Fix update_opX_const lowercasing
It was lowering in-place.
2015-11-08 09:43:57 +01:00
Xinchen Hui 40e5e54713 Use defined macro 2015-11-08 09:31:28 +01:00
Anatol Belski 33b9f70e95 sync NEWS 2015-11-08 09:29:10 +01:00
Felipe Pena 23e625b3ad Fixed bug #70678 (PHP7 returns true when false is expected)
Cherry-pick from master.
2015-11-08 09:27:41 +01:00
Anatol Belski 320afaee32 add missing news entry 2015-11-08 09:26:21 +01:00
Christopher Jones 9bc819d943 Fix bug 68298 (PHP OCI8 OCI int overflow) (Senthil) 2015-11-08 09:20:33 +01:00
Anatol Belski 3c8fac95b0 bump version 2015-11-08 07:17:22 +01:00
Anatol Belski bf791f4744 sync NEWS 2015-11-08 06:37:27 +01:00
Xinchen Hui 10cd3b69f8 Fixed bug #70873 (Regression on private static properties access) 2015-11-08 06:36:40 +01:00
Anatol Belski 36e35b9a23 sync NEWS 2015-11-08 06:10:48 +01:00
Matteo Beccati 1522b898b0 Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
  Fix bug #70875 Segmentation fault if wsdl has no targetNamespace attribute
2015-11-08 06:08:38 +01:00
Anatol Belski 769343d7be sync NEWS 2015-11-08 06:07:11 +01:00
Xinchen Hui 1cada8e050 Fixed bug #70323 (Regression in zend_fetch_debug_backtrace() can cause segfaults) 2015-11-08 06:05:41 +01:00
Anatol Belski 94c9f54f16 sync NEWS 2015-11-08 05:14:18 +01:00
Caleb Champlin 5645bbb9db Make sure context is set to null to prevent use after free 2015-11-08 05:13:31 +01:00
Anatol Belski d61b7a6de4 sync NEWS 2015-11-08 04:37:22 +01:00
Xinchen Hui 22d3033ec6 Fixed bug #70876 (Segmentation fault when regenerating session id with strict mode) 2015-11-08 04:36:22 +01:00
Anatol Belski 7d398b1fa8 sync NEWS 2015-11-08 04:30:21 +01:00
Anatol Belski da296e2cd0 fix decrement_function regarding bug #70863 2015-11-08 04:29:23 +01:00
Anatol Belski 68910e314f Fixed bug #70863 Incorect logic to increment_function for proxy objects 2015-11-08 04:29:11 +01:00
Anatol Belski 4b48b29718 no more dev ZEND_VERSION 2015-11-08 04:28:50 +01:00
Anatol Belski 35746aba3e sync NEWS 2015-11-08 04:28:14 +01:00
Xinchen Hui 3d8c4a37a5 Fixed bug #70868 (PCRE JIT and pattern reuse segfault) 2015-11-08 04:27:25 +01:00