]> granicus.if.org Git - php/commit
Fixes for x32 ABI
authorNikita Popov <nikic@php.net>
Sat, 23 May 2015 19:15:11 +0000 (21:15 +0200)
committerNikita Popov <nikic@php.net>
Sat, 23 May 2015 19:18:33 +0000 (21:18 +0200)
commitf3dde29394831c59fc927bd5e7a7800a3fbe8519
tree6cb53ea5359ea5c4185291ca3ac375edba02e434
parentd5f695ce7b095610fe028166d8e3ce9c958d8020
Fixes for x32 ABI

I'm assuming that we want to have 64bit zend_longs on x32 here.

This fixes two typos in __x86_64__ macros and adds sign-extension
when assigning STREAM_COPY_ALL to zend_long.
Zend/zend_long.h
Zend/zend_types.h
ext/date/lib/timelib_structs.h
ext/standard/file.c
ext/standard/streamsfuncs.c