-
Notifications
You must be signed in to change notification settings - Fork 8k
Comparing changes
Open a pull request
base repository: php/php-src
base: php-8.1.32
head repository: php/php-src
compare: php-8.1.33
- 20 commits
- 35 files changed
- 9 contributors
Commits on Mar 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 858c378 - Browse repository at this point
Copy the full SHA 858c378View commit details
Commits on Mar 13, 2025
-
Fix flaky connection count in mysqli test
Use connection ID instead of count to check whether we're using a persistent connection. This allows the test to be run in parallel with the other tests, but also protects against the possibility that some other service connects to the mysql server. Closes GH-18040
Configuration menu - View commit details
-
Copy full SHA for 00ebd2d - Browse repository at this point
Copy the full SHA 00ebd2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c625236 - Browse repository at this point
Copy the full SHA c625236View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70c2ebb - Browse repository at this point
Copy the full SHA 70c2ebbView commit details
Commits on Apr 3, 2025
-
[skip ci] Restrict on-push freebsd build to main repo
The same applies to all other push jobs, it was just forgotten here.
Configuration menu - View commit details
-
Copy full SHA for 7a3383b - Browse repository at this point
Copy the full SHA 7a3383bView commit details
Commits on Apr 23, 2025
-
It looks like it's no longer supported. We don't test tidy on FreeBSD anyway.
Configuration menu - View commit details
-
Copy full SHA for 35936bf - Browse repository at this point
Copy the full SHA 35936bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fdd3ed - Browse repository at this point
Copy the full SHA 3fdd3edView commit details
Commits on Apr 24, 2025
-
[skip ci] Increase tolerance for cve-2014-3538 tests
These regularly fail with "Failed, time=1.5x".
Configuration menu - View commit details
-
Copy full SHA for b508133 - Browse repository at this point
Copy the full SHA b508133View commit details
Commits on Apr 28, 2025
-
Use --ignore-platform-req=php+ in community build
--ignore-platform-reqs may accidentally install versions of dependencies that no longer support the given PHP version. --ignore-platform-req=php+ will only suppress errors for new PHP version but not change behavior for older versions. Thanks to Tim for the hint. Also skip the Laravel build for PHP 8.1, which is no longer supported on Laravel's default branch.
Configuration menu - View commit details
-
Copy full SHA for 0a42e6f - Browse repository at this point
Copy the full SHA 0a42e6fView commit details
Commits on Jun 20, 2025
-
Track heap->real_size for USE_TRACKED_ALLOC
real_size is returned by memory_get_usage(true), which previously returned 0. Discovered in Symfony ConsumeMessagesCommandTest::testRunWithMemoryLimit() through nightly. Closes GH-18880
Configuration menu - View commit details
-
Copy full SHA for 9cacc57 - Browse repository at this point
Copy the full SHA 9cacc57View commit details -
These tests attempt to test that no memory is leaked for stream calls. However, it is incorrect to assume the memory will not increase for other reasons, e.g. when growing resource buffers, for the output buffer, etc. This was discovered through 9cacc57 with USE_TRACKED_ALLOC=1, but this can also fail with USE_ZEND_ALLOC=1 when increasing loop iterations.
3Configuration menu - View commit details
-
Copy full SHA for 391bd2a - Browse repository at this point
Copy the full SHA 391bd2aView commit details
Commits on Jun 23, 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 cac8f7f - Browse repository at this point
Copy the full SHA cac8f7fView 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 9376aee - Browse repository at this point
Copy the full SHA 9376aeeView commit details
Commits on Jun 24, 2025
-
Switch to windows-2022 in CI (#18927)
* Switch to windows-2022 in CI windows-2019 runner will be dropped by GitHub on 2025-06-30. * xfail test cases that fail on windows-2022
Configuration menu - View commit details
-
Copy full SHA for 6233dc6 - Browse repository at this point
Copy the full SHA 6233dc6View 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 9cb3d8d - Browse repository at this point
Copy the full SHA 9cb3d8dView commit details
Commits on Jun 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7b33b1c - Browse repository at this point
Copy the full SHA 7b33b1cView commit details
Commits on Jun 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 85522c0 - Browse repository at this point
Copy the full SHA 85522c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ddc210 - Browse repository at this point
Copy the full SHA 8ddc210View commit details
Commits on Jul 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 13bc0e2 - Browse repository at this point
Copy the full SHA 13bc0e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1996831 - Browse repository at this point
Copy the full SHA 1996831View commit details
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 php-8.1.32...php-8.1.33