-
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
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: PHP-8.4.10
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 14 files changed
- 5 contributors
Commits on Jul 2, 2025
-
Fix GHSA-3cr5-j632-f35r: Null byte in hostnames
This fixes stream_socket_client() and fsockopen(). Specifically it adds a check to parse_ip_address_ex and it also makes sure that the \0 is not ignored in fsockopen() hostname formatting.
Configuration menu - View commit details
-
Copy full SHA for 9234b0d - Browse repository at this point
Copy the full SHA 9234b0dView commit details -
Fix GHSA-hrwm-9436-5mv3: pgsql escaping no error checks
This adds error checks for escape function is pgsql and pdo_pgsql extensions. It prevents possibility of storing not properly escaped data which could potentially lead to some security issues.
Configuration menu - View commit details
-
Copy full SHA for 2e37a4d - Browse repository at this point
Copy the full SHA 2e37a4dView commit details -
Libxml versions prior to 2.13 cannot correctly handle a call to xmlNodeSetName() with a name longer than 2G. It will leave the node object in an invalid state with a NULL name. This later causes a NULL pointer dereference when using the name during message serialization. To solve this, implement a workaround that resets the name to the sentinel name if this situation arises. Versions of libxml of 2.13 and higher are not affected. This can be exploited if a SoapVar is created with a fully qualified name that is longer than 2G. This would be possible if some application code uses a namespace prefix from an untrusted source like from a remote SOAP service. Co-authored-by: Niels Dossche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 158aa14 - Browse repository at this point
Copy the full SHA 158aa14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 758e1e3 - Browse repository at this point
Copy the full SHA 758e1e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80637d1 - Browse repository at this point
Copy the full SHA 80637d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f600f86 - Browse repository at this point
Copy the full SHA f600f86View 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...PHP-8.4.10