You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE-3.3.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,11 @@ HttpKernel
46
46
* The `Psr6CacheClearer::addPool()` method has been deprecated. Pass an array of pools indexed
47
47
by name to the constructor instead.
48
48
49
+
Process
50
+
-------
51
+
52
+
* The `ProcessUtils::escapeArgument()` method has been deprecated, use a command line array or give env vars to the `Process::start/run()` method instead.
Copy file name to clipboardExpand all lines: UPGRADE-4.0.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,6 +206,11 @@ HttpKernel
206
206
* The `Psr6CacheClearer::addPool()` method has been removed. Pass an array of pools indexed
207
207
by name to the constructor instead.
208
208
209
+
Process
210
+
-------
211
+
212
+
* The `ProcessUtils::escapeArgument()` method has been removed, use a command line array or give env vars to the `Process::start/run()` method instead.
0 commit comments