Skip to content

Commit

Permalink
fixed Big_endian issue on s390x for stream test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
samding01 authored and weltling committed Jan 27, 2018
1 parent 96595a2 commit a8c6b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/streamsfuncs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ PHP_FUNCTION(stream_isatty)
{
zval *zsrc;
php_stream *stream;
zend_long fileno;
php_socket_t fileno;

ZEND_PARSE_PARAMETERS_START(1, 1)
Z_PARAM_RESOURCE(zsrc)
Expand Down

0 comments on commit a8c6b36

Please sign in to comment.