1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 02:23:18 +02:00

Merge branch 'PHP-7.2'

* PHP-7.2:
  fixed Big_endian issue on s390x for stream test cases
This commit is contained in:
Anatol Belski
2018-01-27 16:45:27 +01:00

View File

@@ -1629,7 +1629,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)