-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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}
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: php/php-src
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 42 files changed
- 7 contributors
Commits on Jul 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8516ae8 - Browse repository at this point
Copy the full SHA 8516ae8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 554ae51 - Browse repository at this point
Copy the full SHA 554ae51View commit details -
Configuration menu - View commit details
-
Copy full SHA for a59caa3 - Browse repository at this point
Copy the full SHA a59caa3View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0e80be8 - Browse repository at this point
Copy the full SHA 0e80be8View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 7fb6afb - Browse repository at this point
Copy the full SHA 7fb6afbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8a3c81 - Browse repository at this point
Copy the full SHA a8a3c81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56308f6 - Browse repository at this point
Copy the full SHA 56308f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8629256 - Browse repository at this point
Copy the full SHA 8629256View commit details -
RFC: https://wiki.php.net/rfc/clone_with_v2 Co-authored-by: Volker Dusch <volker@tideways-gmbh.com>
Configuration menu - View commit details
-
Copy full SHA for 7f4076b - Browse repository at this point
Copy the full SHA 7f4076bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdca73c - Browse repository at this point
Copy the full SHA bdca73cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d11099a - Browse repository at this point
Copy the full SHA d11099aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86aaded - Browse repository at this point
Copy the full SHA 86aadedView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d9602e4 - Browse repository at this point
Copy the full SHA d9602e4View commit details -
* PHP-8.4: NEWS for GH-19162 ext/socket: Remove incorrect zval_ptr_dtor ext/hash: Remove incorrect zval_ptr_dtor
Configuration menu - View commit details
-
Copy full SHA for 04eadc8 - Browse repository at this point
Copy the full SHA 04eadc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78d96e9 - Browse repository at this point
Copy the full SHA 78d96e9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6b3f302 - Browse repository at this point
Copy the full SHA 6b3f302View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for aadd724 - Browse repository at this point
Copy the full SHA aadd724View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master@{1day}...master