dstogov · GitHub

@dstogov

added 3 commits

April 21, 2016 10:16
* master:
  Fixed bug #72059 - Reference the bug id directly in NEWS
  Fix magic constants (__LINE__) with ?? for constant scalar exprs
  Add NEWS entry for ?? in constant scalar expressions
  allow null coalescing (??) on constant expressions
* master:
  Added news entry
  Safe execution timeout handling.
* master:
  Take pi defs into account when propagating defs
  Make pi placement independent of phi placement
  Drop some unnecessary checks
  Introduce ZEND_BITSET_FOREACH macros
  Fixed bug #68658 (Define CURLE_SSL_CACERT_BADFILE)
  Fix cURL test to use local server instead of google
  Fixed bug #72035 php-cgi.exe fails to run scripts relative to drive root
  Fixed bug #72069 (Behavior \JsonSerializable different from json_encode)
  Fixed bug #72075 (Referencing socket resources breaks stream_select)
  Make zval_ptr_dtor / _zval_dtor_func more robust
  Adjust DFG allocation size
  Make MAY_BE_ERROR handling more accurate
  Fix escape sequences in pgsql.c
  Mark zend_timeout as noreturn
  Merge def and gen sets
  Fix constant expr coaleasce with protected mode opcache
* master:
  Skip test on ZTS build
  Fixed bug #72101 (crash on complex code)
  Fixed race conditions in test
- changed Reflection*::getAttributes() to always return arrays (empty array for entity without attributes)
- changed Reflection*::getAttributes() to always return arrays for attribute values (empty array for attributes without value, array with single element for attributes with single value, etc)
- disabled attribute names started with "__" prefix (they are reserved for special purpose)
* master: (146 commits)
  update NEWS
  update NEWS
  Revert "Fixed bug #71820 pg_fetch_object bind parameters before call constructor"
  Revert "Backport patch for bug #71820"
  Fixed bug #64524 Add intl.use_exceptions to php.ini-*
  Remove unnecessary strlen check
  Fixed test
  Fix include_once in phpdbg
  Strlen cleanup (additions for previous one fix)
  Fixed bug #72172 (zend_hex_strtod should not use strlen)
  Revert "Fixed bug #72170 (JsonSerializable may inc apply count without dec it)"
  Fixed bug #72170 (JsonSerializable may inc apply count without dec it)
  Add $http_response_header tests
  Fixed possible crash
  Reimplemented Bob's commit  bac6fdb  without insignificant renaming and white-space changes
  Fixed typo
  Revert "Refactor zval cleanup into single function"
  update NEWS
  reorder entry alphabetically
  Re-fix #72165
  ...

Closed

beberlei added a commit to beberlei/php-src that referenced this pull request

Feb 20, 2020
… values yet.

Read the original on github.com ↗