Searched +hist:0 +hist:ae305e6 (Results 1 - 1 of 1) sorted by relevance
/PHP-7.3/Zend/ | ||
H A D | zend_API.h | diff 0affe1e7 Fri May 26 15:29:50 UTC 2017 Kalle Sommer Nielsen <kalle@php.net> Added zend_parse_parameters_none_throw() diff 54003ab6 Mon Sep 26 02:53:59 UTC 2016 Stanislav Malyshev <stas@php.net> Fix bug #73147: Use After Free in PHP7 unserialize() (cherry picked from commit 0e6fe3a4c96be2d3e88389a5776f878021b4c59f) (cherry picked from commit f42cbd749cde1f91274c1d03df9024baba141a8f) diff f42cbd74 Mon Sep 26 02:53:59 UTC 2016 Stanislav Malyshev <stas@php.net> Fix bug #73147: Use After Free in PHP7 unserialize() (cherry picked from commit 0e6fe3a4c96be2d3e88389a5776f878021b4c59f) diff 0e6fe3a4 Mon Sep 26 02:53:59 UTC 2016 Stanislav Malyshev <stas@php.net> Fix bug #73147: Use After Free in PHP7 unserialize() diff a861019b Tue May 19 08:54:10 UTC 2015 Remi Collet <remi@php.net> Add consistency check in FAST_ZPP call So ensure Z_PARAM_OPTIONAL is correctly call at the right place Only in DEBUG build Will raise 'Assertion `_i > _min_num_args || _optional==0' failed.' or 'Assertion `_i <= _min_num_args || _optional==1' failed.' Thus will allow to detect bad code early. diff 0ef80ac3 Thu Mar 19 04:26:34 UTC 2015 Anthony Ferrara <ircmaxell@gmail.com> Fix severity issues with callbacks, start work porting ZEND_STRLEN opcode to work with strict mode, more refactoring to come diff 993d4751 Fri Sep 12 22:03:42 UTC 2014 Anatol Belski <ab@php.net> fix condition A char array like val[1] would always be valid when checking like !val. Probably better were to check for ->len, but actually ->val[0] is fine as the actual zend_string should have been initalized before. diff 0ae305e6 Mon Aug 11 06:17:06 UTC 2014 Dmitry Stogov <dmitry@zend.com> Fixed compilation warnings about unused labels diff 0ae305e6 Mon Aug 11 06:17:06 UTC 2014 Dmitry Stogov <dmitry@zend.com> Fixed compilation warnings about unused labels diff 0e425121 Mon Feb 17 07:50:32 UTC 2014 Dmitry Stogov <dmitry@zend.com> Use better data structures (incomplete) |
Completed in 56 milliseconds