]> granicus.if.org Git - php/commit
Merge branch 'PHP-7.1'
authorStanislav Malyshev <stas@php.net>
Wed, 5 Jul 2017 04:23:16 +0000 (21:23 -0700)
committerStanislav Malyshev <stas@php.net>
Wed, 5 Jul 2017 04:23:16 +0000 (21:23 -0700)
commitd75dbb0e31fee43be2b9d1ec63ca2be1a30b71a0
tree2810b87629b51d0558a1d2b542fe3555321e8ea8
parent8e0ddc89febb6c652a453d16ff7c28313a4610f6
parent0ba04f77379b5d277f5bd190c1542a0d91289978
Merge branch 'PHP-7.1'

* PHP-7.1:
  Improve fix for #74145
  Fix wddx
  Fix tests
  Fixed bug #74111
  Fix bug #74603 - use correct buffer size
  Fix bug #74651 - check EVP_SealInit as it can return -1
  Update NEWS
  Fix bug #74087
  Fixed parsing of strange formats with mixed month/day and time strings
  Fix bug #74145 - wddx parsing empty boolean tag leads to SIGSEGV
  Fixed bug #74111
  Fix #74435: Buffer over-read into uninitialized memory
  Fix bug #74603 - use correct buffer size
  Fix bug #74651 - check EVP_SealInit as it can return -1
  Update NEWS
  Fix bug #73807
Zend/zend_ini_parser.y
ext/date/lib/parse_date.c
ext/gd/libgd/gd_gif_in.c
ext/openssl/openssl.c
ext/standard/var_unserializer.c
ext/standard/var_unserializer.re
ext/wddx/wddx.c