]> granicus.if.org Git - php/commit
Fix #70173: ZVAL_COPY_VALUE_EX broken for 32bit Solaris Sparc
authorChristoph M. Becker <cmb@php.net>
Sun, 9 Aug 2015 12:48:17 +0000 (14:48 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sun, 9 Aug 2015 13:01:37 +0000 (15:01 +0200)
commit79f64e5e673e15c1512eebfd9ce2df719b4a3036
treea7074e6b5b50b64410ecc72edea57bfc25af0d72
parent64a51893585e00e69f5de4520ac6209363f9c6ff
Fix #70173: ZVAL_COPY_VALUE_EX broken for 32bit Solaris Sparc

On 32bit big endian architectures the high word of a zend_value is copied
twice, instead of copying both words. Let's fix it.
Zend/tests/bug70173.phpt [new file with mode: 0644]
Zend/zend_types.h