]> granicus.if.org Git - php/commitdiff
Merge remote-tracking branch 'origin/master' into native-tls
authorAnatol Belski <ab@php.net>
Fri, 5 Dec 2014 02:50:02 +0000 (03:50 +0100)
committerAnatol Belski <ab@php.net>
Fri, 5 Dec 2014 02:50:02 +0000 (03:50 +0100)
* origin/master: (111 commits)
  Fix zend_fcall_info_arg*() to use ZVAL_COPY
  Fixed #65213 - cannot cast SplFileInfo to boolean
  add initial install
  switch to C travis project instead of PHP
  use the generic TRAVIS environment var to check for travis (see http://docs.travis-ci.com/user/ci-environment/)
  fix TS build
  add config option to target codegen architectures
  updated NEWS
  updated NEWS
  Fixed bug #55541 errors spawn MessageBox, which blocks test automation
  Get rid of duplicate handlers (ZEND_ADD_SPEC_TMP_TMP and ZEND_ADD_SPEC_VAR_VAR are absolutely the same).
  Use zend_string* for op_array->arg_info[]->name and op_array->arg_info[]->class_name. For internal functions we still use char*.
  Fixed __debugInfo() support
  Update UPGRADING for the new variadic functions, and re-sort.
  Improved POST INC/DEC
  make sure that we don't truncate the stack trace and cause false test failures when the test is executed in a directory with long path
  Missed closed folder mark
  Revert "Unecessary assignment"
  Fixed improper memory release
  Unecessary assignment
  ...

12 files changed:
1  2 
Zend/zend_alloc.c
Zend/zend_compile.c
Zend/zend_execute_API.c
Zend/zend_ini_parser.y
ext/date/php_date.h
ext/gmp/gmp.c
ext/gmp/php_gmp.h
ext/reflection/php_reflection.c
main/output.c
sapi/cgi/cgi_main.c
sapi/cli/php_cli_server.c
win32/build/config.w32

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc ext/gmp/gmp.c
Simple merge
Simple merge
Simple merge
diff --cc main/output.c
Simple merge
Simple merge
Simple merge
Simple merge