]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0'
authorNikita Popov <nikic@php.net>
Sun, 14 Feb 2016 13:47:42 +0000 (14:47 +0100)
committerNikita Popov <nikic@php.net>
Sun, 14 Feb 2016 13:47:42 +0000 (14:47 +0100)
1  2 
Zend/zend_API.c
ext/openssl/openssl.c
ext/zip/php_zip.c
main/php.h
main/php_streams.h
sapi/phpdbg/phpdbg_opcode.c
sapi/phpdbg/phpdbg_prompt.c

diff --cc Zend/zend_API.c
Simple merge
Simple merge
Simple merge
diff --cc main/php.h
Simple merge
index e2dda520b6f5eff218147780711391c9e626558a,de7c280050888122719070a1e78026ad5b3b7e66..92abaebf13d1d814ab465615d6050d35caab7a95
@@@ -573,17 -569,13 +569,13 @@@ PHPAPI const char *php_stream_locate_eo
  #define php_stream_open_wrapper_ex(path, mode, options, opened, context)      _php_stream_open_wrapper_ex((path), (mode), (options), (opened), (context) STREAMS_CC)
  
  #define php_stream_get_from_zval(stream, zstream, mode, options, opened, context) \
 -              if (Z_TYPE_PP((zstream)) == IS_RESOURCE) { \
 +              if (Z_TYPE_P((zstream)) == IS_RESOURCE) { \
                        php_stream_from_zval((stream), (zstream)); \
 -              } else (stream) = Z_TYPE_PP((zstream)) == IS_STRING ?  \
 -                      php_stream_open_wrapper_ex(Z_STRVAL_PP((zstream)), (mode), (options), (opened), (context)) : NULL
 +              } else (stream) = Z_TYPE_P((zstream)) == IS_STRING ?  \
 +                      php_stream_open_wrapper_ex(Z_STRVAL_P((zstream)), (mode), (options), (opened), (context)) : NULL
  
  /* pushes an error message onto the stack for a wrapper instance */
- #ifdef ZTS
- PHPAPI void php_stream_wrapper_log_error(php_stream_wrapper *wrapper, int options, const char *fmt, ...) PHP_ATTRIBUTE_FORMAT(printf, 4, 5);
- #else
  PHPAPI void php_stream_wrapper_log_error(php_stream_wrapper *wrapper, int options, const char *fmt, ...) PHP_ATTRIBUTE_FORMAT(printf, 3, 4);
- #endif
  
  #define PHP_STREAM_UNCHANGED  0 /* orig stream was seekable anyway */
  #define PHP_STREAM_RELEASED           1 /* newstream should be used; origstream is no longer valid */
Simple merge
Simple merge