]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0'
authorNikita Popov <nikic@php.net>
Thu, 3 Mar 2016 15:50:47 +0000 (16:50 +0100)
committerNikita Popov <nikic@php.net>
Thu, 3 Mar 2016 15:50:47 +0000 (16:50 +0100)
25 files changed:
1  2 
Zend/zend.c
Zend/zend.h
ext/exif/exif.c
ext/json/json.c
ext/json/php_json.h
ext/mysqli/mysqli.c
ext/mysqli/php_mysqli_structs.h
ext/mysqlnd/mysqlnd.h
ext/mysqlnd/php_mysqlnd.c
ext/opcache/ZendAccelerator.c
ext/opcache/ZendAccelerator.h
ext/pdo_mysql/pdo_mysql.c
ext/pdo_mysql/php_pdo_mysql_int.h
ext/pgsql/pgsql.c
ext/pgsql/php_pgsql.h
ext/phar/phar.c
ext/phar/phar_internal.h
ext/session/session.c
ext/soap/soap.c
ext/sqlite3/sqlite3.c
ext/xml/xml.c
sapi/cgi/cgi_main.c
sapi/phpdbg/phpdbg_help.c
sapi/phpdbg/phpdbg_opcode.c
sapi/phpdbg/phpdbg_prompt.c

diff --cc Zend/zend.c
Simple merge
diff --cc Zend/zend.h
Simple merge
diff --cc ext/exif/exif.c
Simple merge
diff --cc ext/json/json.c
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc ext/phar/phar.c
Simple merge
index 610482b29069b98387fb0a4a81465d880b5a184f,e0ae624dc912a49af284d07623cf33c34b9fd41f..cd562ea411d9e98f07e3de81c60247e999644410
@@@ -196,13 -198,22 +196,13 @@@ ZEND_EXTERN_MODULE_GLOBALS(phar
  #define PHAR_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(phar, v)
  
  #if defined(ZTS) && defined(COMPILE_DL_PHAR)
- ZEND_TSRMLS_CACHE_EXTERN();
+ ZEND_TSRMLS_CACHE_EXTERN()
  #endif
  
 -#ifndef php_uint16
 -# if SIZEOF_SHORT == 2
 -#  define php_uint16 unsigned short
 -# else
 -#  define php_uint16 uint16_t
 -# endif
 -#endif
  #include "pharzip.h"
  
 -#if HAVE_SPL
  typedef union _phar_archive_object  phar_archive_object;
  typedef union _phar_entry_object    phar_entry_object;
 -#endif
  
  /*
   * used in phar_entry_info->fp_type to
Simple merge
diff --cc ext/soap/soap.c
Simple merge
Simple merge
diff --cc ext/xml/xml.c
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge