-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: symfony/process
base: v6.4.7
head repository: symfony/process
compare: v6.4.14
Commits on May 6, 2024
-
Remove calls to
TestCase::iniSet()
and calls to deprecated methods ……of `MockBuilder`
Configuration menu - View commit details
-
Copy full SHA for b3da76c - Browse repository at this point
Copy the full SHA b3da76cView commit details
Commits on May 7, 2024
-
Return false in isTtySupported() when open_basedir restrictions preve…
…nt access to /dev/tty. If open_basedir restrictions are in effect, checking if the file /dev/tty is writable will prevent setting tty mode on the process, and avoid failing to create a Process.
Configuration menu - View commit details
-
Copy full SHA for 1393de6 - Browse repository at this point
Copy the full SHA 1393de6View commit details
Commits on May 17, 2024
-
* 5.4: [PropertyInfo] Update DoctrineExtractor for new DBAL 4 BIGINT type Update security.nl.xlf [Validator] IBAN Check digits should always between 2 and 98 [Security] Populate translations for trans-unit 20 add missing plural translation messages filter out empty HTTP header parts [String] Fix folded in compat mode Remove calls to `getMockForAbstractClass()` [ErrorHandler] Do not call xdebug_get_function_stack() with xdebug >= 3.0 when not in develop mode [Serializer] Fix type for missing property add test for JSON response with null as content [Filesystem] Fix dumpFile `stat failed` error hitting custom handler Remove calls to `TestCase::iniSet()` and calls to deprecated methods of `MockBuilder` [PhpUnitBridge] Fix `DeprecationErrorHandler` with PhpUnit 10
Configuration menu - View commit details
-
Copy full SHA for 64b6202 - Browse repository at this point
Copy the full SHA 64b6202View commit details
Commits on May 31, 2024
-
Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
This reverts commit 2c9352dd91ebaf37b8a3e3c26fd8e1306df2fb73, reversing changes made to 18c3e87f1512be2cc50e90235b144b13bc347258.
Configuration menu - View commit details
-
Copy full SHA for deedcb3 - Browse repository at this point
Copy the full SHA deedcb3View commit details -
* 5.4: Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
Configuration menu - View commit details
-
Copy full SHA for 8d92dd7 - Browse repository at this point
Copy the full SHA 8d92dd7View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32354f6 - Browse repository at this point
Copy the full SHA 32354f6View commit details
Commits on Sep 8, 2024
-
* 5.4: Mitigate PHPUnit deprecations [TwigBundle] Add support for resetting globals between HTTP requests [Validator] Add Catalan and Spanish translation for `Week` constraint Don't use is_resource() on non-streams [Ldap] Fix extension deprecation
Configuration menu - View commit details
-
Copy full SHA for 8c567a2 - Browse repository at this point
Copy the full SHA 8c567a2View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6fd79ab - Browse repository at this point
Copy the full SHA 6fd79abView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f16c62 - Browse repository at this point
Copy the full SHA 6f16c62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9fa82 - Browse repository at this point
Copy the full SHA 1b9fa82View commit details -
* 5.4: [Process] minor fix [Process] Fix finding executables independently of open_basedir [HttpKernel] Skip logging uncaught exceptions in ErrorHandler, assume $kernel->terminateWithException() will do it parse empty sequence elements as null
Configuration menu - View commit details
-
Copy full SHA for 3f94e5f - Browse repository at this point
Copy the full SHA 3f94e5fView commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 95f3f19 - Browse repository at this point
Copy the full SHA 95f3f19View commit details -
* 5.4: Add PR template and auto-close PR on subtree split repositories
Configuration menu - View commit details
-
Copy full SHA for 1f9f59b - Browse repository at this point
Copy the full SHA 1f9f59bView commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2d11b6 - Browse repository at this point
Copy the full SHA e2d11b6View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 651830b - Browse repository at this point
Copy the full SHA 651830bView commit details -
bug #58723 [Process] Properly deal with not-found executables on Wind…
…ows (nicolas-grekas) This PR was merged into the 5.4 branch. Discussion ---------- [Process] Properly deal with not-found executables on Windows | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | - | License | MIT Removing the unexpected notices that we see on appveyor: Before:  After:  Commits ------- 73140eb44e1 [Process] Properly deal with not-found executables on Windows
Configuration menu - View commit details
-
Copy full SHA for 32dfba3 - Browse repository at this point
Copy the full SHA 32dfba3View commit details -
* 5.4: [Process] Properly deal with not-found executables on Windows [Process] Fix handling empty path found in the PATH env var with ExecutableFinder
Configuration menu - View commit details
-
Copy full SHA for 593ecb8 - Browse repository at this point
Copy the full SHA 593ecb8View commit details
Commits on Nov 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 46c203f - Browse repository at this point
Copy the full SHA 46c203fView commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b61fb1c - Browse repository at this point
Copy the full SHA b61fb1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a56fe7b - Browse repository at this point
Copy the full SHA a56fe7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7be8366 - Browse repository at this point
Copy the full SHA 7be8366View commit details -
minor #58746 [Process] Improve test cleanup by unlinking in a `finall…
…y` block (alexandre-daubois) This PR was merged into the 5.4 branch. Discussion ---------- [Process] Improve test cleanup by unlinking in a `finally` block | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Follwup for #58711, I realized afterwards that we may unlink in `finally` block to ensure proper test clean up in case something goes wrong. Commits ------- 5c547c958b9 [Process] Improve test cleanup by unlinking in a `finally` block
Configuration menu - View commit details
-
Copy full SHA for 5cdd400 - Browse repository at this point
Copy the full SHA 5cdd400View commit details -
minor #58747 [Process] fix the directory separator being used (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- [Process] fix the directory separator being used | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 2526495eb75 fix the directory separator being used
Configuration menu - View commit details
-
Copy full SHA for d67303e - Browse repository at this point
Copy the full SHA d67303eView commit details -
* 5.4: fix the directory separator being used ignore case of built-in cmd.exe commands [Process] Improve test cleanup by unlinking in a `finally` block [Process] Return built-in cmd.exe commands directly in ExecutableFinder
Configuration menu - View commit details
-
Copy full SHA for 250ae06 - Browse repository at this point
Copy the full SHA 250ae06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81e1a0c - Browse repository at this point
Copy the full SHA 81e1a0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72baf6b - Browse repository at this point
Copy the full SHA 72baf6bView commit details -
* 5.4: fix the constant being used fix the path separator being used
Configuration menu - View commit details
-
Copy full SHA for 836d34f - Browse repository at this point
Copy the full SHA 836d34fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d94dda5 - Browse repository at this point
Copy the full SHA d94dda5View commit details -
* 5.4: [Validator] Fix 58691 (missing plural-options in serbian language translation) profiler form data collector extart value property if it is setted [Process] Fix escaping /X arguments on Windows [Config] Handle Phar absolute path in `FileLocator`
Configuration menu - View commit details
-
Copy full SHA for 0776b99 - Browse repository at this point
Copy the full SHA 0776b99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05c2ccc - Browse repository at this point
Copy the full SHA 05c2cccView commit details
Commits on Nov 5, 2024
-
security #cve-2024-51736 [Process] Use %PATH% before %CD% to load the…
… shell on Windows (nicolas-grekas) This PR was merged into the 5.4 branch.
Configuration menu - View commit details
-
Copy full SHA for ee75984 - Browse repository at this point
Copy the full SHA ee75984View commit details -
* 5.4: Do not read from argv on non-CLI SAPIs [Process] Use %PATH% before %CD% to load the shell on Windows [HttpFoundation] Reject URIs that contain invalid characters [HttpClient] Filter private IPs before connecting when Host == IP
Configuration menu - View commit details
-
Copy full SHA for 88638b9 - Browse repository at this point
Copy the full SHA 88638b9View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0190687 - Browse repository at this point
Copy the full SHA 0190687View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25214ad - Browse repository at this point
Copy the full SHA 25214adView commit details
There are no files selected for viewing
This file was deleted.