10000 Comparing master@{1day}...master · php/php-src · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: php/php-src
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
...
head repository: php/php-src
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 42 files changed
  • 7 contributors

Commits on Jul 17, 2025

  1. Configuration menu
    Copy the full SHA
    554ae51 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'PHP-8.4'

    bukka committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    a59caa3 View commit details
    Browse the repository at this point in the history
  3. Fix lineno for cpp assignment

    We previously changed the lineno of the property to the cpp argument, but now
    also update the lineno for RECV and ASSIGN_OBJ. No test because we don't have a
    way to enable lineno's in the opcode dump, and this is not easily testable
    through error messages.
    iluuu1994 committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    0e80be8 View commit details
    Browse the repository at this point in the history
  4. Add support for CURLINFO_QUEUE_TIME_T in curl_getinfo() (#19147)

    This patch adds support for the CURLINFO_QUEUE_TIME_T constant in the
    curl_getinfo() function when compiled with libcurl >= 8.6.0.
    
    CURLINFO_QUEUE_TIME_T This constant allows retrieving the time (in
    microseconds) that the request spent in libcurl’s connection queue
    before it was sent.
    thecaliskan authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    7fb6afb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8a3c81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56308f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8629256 View commit details
    Browse the repository at this point in the history
  8. RFC: Clone with v2 (#18747)

    RFC: https://wiki.php.net/rfc/clone_with_v2
    
    Co-authored-by: Volker Dusch <volker@tideways-gmbh.com>
    TimWolla and edorian authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    7f4076b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bdca73c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d11099a View commit details
    Browse the repository at this point in the history
  11. NEWS for GH-19162

    Closes GH-19162.
    nielsdos committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    86aaded View commit details
    Browse the repository at this point in the history
  12. Merge branch 'PHP-8.3' into PHP-8.4

    * PHP-8.3:
      NEWS for GH-19162
      ext/socket: Remove incorrect zval_ptr_dtor
      ext/hash: Remove incorrect zval_ptr_dtor
    nielsdos committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    d9602e4 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'PHP-8.4'

    * PHP-8.4:
      NEWS for GH-19162
      ext/socket: Remove incorrect zval_ptr_dtor
      ext/hash: Remove incorrect zval_ptr_dtor
    nielsdos committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    04eadc8 View commit details
    Browse the repository at this point in the history
  14. zend_API: Make scope a const zend_class_entry* for `zend_update_p…

    …roperty_*()` (#19156)
    
    Follow-up for #19060.
    TimWolla authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    78d96e9 View commit details
    Browse the repository at this point in the history
  15. streams: Re-add support for arbitrary metadata for stream notifier fu…

    …nctions (#19158)
    
    Support for attaching arbitrary metadata for consumption by stream notifier
    functions got broken in #19024 when the previous `zval ptr` got
    changed to `zend_fcall_info_cache *fcc`, making the data specific to the
    `user_space_stream_notifier`.
    
    Fix this by changing the field to `void *ptr`, avoiding the indirection through
    a `zval`, but preserving the ability to store arbitrary data. If necessary to
    support different types than `IS_PTR`, extensions can heap-allocate a `zval` to
    store within `->ptr` as a minimal change to keep compatibility with PHP 8.4 or
    lower.
    TimWolla authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    6b3f302 View commit details
    Browse the repository at this point in the history
  16. ext/intl: Refactor IntlRuleBasedBreakIterator::__construct() (#19164)

    There is no need to delegate this to a seperate function and overwrite the error handler to promote warnings
    Girgias authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    aadd724 View commit details
    Browse the repository at this point in the history
Loading
0