]> granicus.if.org Git - php/commit
Fixed crash in Zend/tests/bug69891.phpt on x86 (32-bit).
authorDmitry Stogov <dmitry@zend.com>
Mon, 22 Jun 2015 09:53:52 +0000 (12:53 +0300)
committerDmitry Stogov <dmitry@zend.com>
Mon, 22 Jun 2015 09:53:52 +0000 (12:53 +0300)
commitb97df475dfbfe5c7ddd883432eb3bcf3645803e9
tree039436d60f049a37914b9e3030b97dac7c82eb47
parent0da4c34f0e5957f4370a22bfcc0043efb1f59955
Fixed crash in Zend/tests/bug69891.phpt on x86 (32-bit).
compare_function() now has to be compatible with binary_op_type (use fastcall convention).
Introduced new zval_compare_function() to be used as zval comparison callback instead of compare_function().
Zend/zend_operators.c
Zend/zend_operators.h
ext/standard/array.c