]> granicus.if.org Git - php/commit
Fixes to various stream cast on win64
authorAnatol Belski <ab@php.net>
Wed, 19 Mar 2014 05:26:54 +0000 (06:26 +0100)
committerAnatol Belski <ab@php.net>
Wed, 19 Mar 2014 05:33:46 +0000 (06:33 +0100)
commit62f6c5853f87259de320c54d12f7fb213aee4e27
treecdb2a0d0834752bd816c19a9766705e107ed76e7
parenta6f7fca637a1f872eea6e4d174251cd322539976
Fixes to various stream cast on win64

This fixes further issues on win64 with casts from the streams.
Sockets/descriptors handling was unitized. This has an impact only on
win64, php_socket_t otherwise can be feed back to int datatype.
ext/bz2/bz2.c
ext/fileinfo/libmagic/funcs.c
ext/standard/proc_open.c
ext/standard/streamsfuncs.c
ext/zlib/zlib_fopen_wrapper.c
main/streams/plain_wrapper.c