Skip to content

Fix #70173: ZVAL_COPY_VALUE_EX broken for 32bit Solaris Sparc#1464

Merged
php-pulls merged 1 commit intophp:masterfrom
cmb69:copy-32bit-be
Aug 10, 2015
Merged

Fix #70173: ZVAL_COPY_VALUE_EX broken for 32bit Solaris Sparc#1464
php-pulls merged 1 commit intophp:masterfrom
cmb69:copy-32bit-be

Conversation

@cmb69
Copy link
Member

@cmb69 cmb69 commented Aug 9, 2015

On 32bit big endian architectures the high word of a zend_value is copied
twice, instead of copying both words. Let's fix it.

On 32bit big endian architectures the high word of a zend_value is copied
twice, instead of copying both words. Let's fix it.
@php-pulls php-pulls merged commit 79f64e5 into php:master Aug 10, 2015
@laruence
Copy link
Member

actually the ZEND_ENDIAN_LOHI is wrong here, so I fixed it by removing that... thanks :)

@cmb69 cmb69 deleted the copy-32bit-be branch August 10, 2015 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants