Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Sep 9, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

ndossche and others added 29 commits October 17, 2024 23:26
It's been wrong since PHP 8.0 at least, and the signature was inherited
in 8.4-dev to the new DOM methods.

Closes GH-16489.
* PHP-8.2:
  Fix GH-16473: dom_import_simplexml stub is wrong
* PHP-8.3:
  Fix GH-16473: dom_import_simplexml stub is wrong
* PHP-8.4:
  Fix GH-16473: dom_import_simplexml stub is wrong
sapi_module, mime_type_map, zend_extensions, php_cgi_globals, and phpdbg_globals are true globals which are being shadowed
* PHP-8.4:
  Fix invalid target opline with jit->reuse_ip active (#16457)
After normalization, `N` is supposed to be in range [0, 24], but for
very large and very small `$utcOffset` this is not necessarily the
case, since the normalization might yied `-inf` or `inf`.  If that
happens, we let the function fail silently, since it is highly unlikely
that such `$utcOffset`s are passed in practice.

Closes GH-16483.
* PHP-8.2:
  Fix GH-16454: Unhandled INF in date_sunset() with tiny $utcOffset
* PHP-8.3:
  Fix GH-16454: Unhandled INF in date_sunset() with tiny $utcOffset
* PHP-8.4:
  Fix GH-16454: Unhandled INF in date_sunset() with tiny $utcOffset
* PHP-8.2:
  [skip ci] Mark another phar test as flaky on macOS
* PHP-8.3:
  [skip ci] Mark another phar test as flaky on macOS
* PHP-8.4:
  [skip ci] Mark another phar test as flaky on macOS
No clue why the line reports 0 on Windows...
@pull pull bot merged commit a00c734 into wudi:master Oct 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment