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
feature #23376 [Process] Remove enhanced Windows compatibility (maidmaid)
This PR was merged into the 4.0-dev branch.
Discussion
----------
[Process] Remove enhanced Windows compatibility
| Q | A
| ------------- | ---
| Branch? | master
| Bug fix? | no
| New feature? | no
| BC breaks? | yes
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | /
| License | MIT
| Doc PR | /
In 4.0, enhanced Windows compatibility is always enabled.
Commits
-------
6033503 Remove enhancement Windows compatibility
@@ -1154,40 +1153,6 @@ public function setInput($input)
1154
1153
return$this;
1155
1154
}
1156
1155
1157
-
/**
1158
-
* Gets whether or not Windows compatibility is enabled.
1159
-
*
1160
-
* This is true by default.
1161
-
*
1162
-
* @return bool
1163
-
*
1164
-
* @deprecated since version 3.3, to be removed in 4.0. Enhanced Windows compatibility will always be enabled.
1165
-
*/
1166
-
publicfunctiongetEnhanceWindowsCompatibility()
1167
-
{
1168
-
@trigger_error(sprintf('The %s() method is deprecated since version 3.3 and will be removed in 4.0. Enhanced Windows compatibility will always be enabled.', __METHOD__), E_USER_DEPRECATED);
1169
-
1170
-
return$this->enhanceWindowsCompatibility;
1171
-
}
1172
-
1173
-
/**
1174
-
* Sets whether or not Windows compatibility is enabled.
1175
-
*
1176
-
* @param bool $enhance
1177
-
*
1178
-
* @return self The current Process instance
1179
-
*
1180
-
* @deprecated since version 3.3, to be removed in 4.0. Enhanced Windows compatibility will always be enabled.
@trigger_error(sprintf('The %s() method is deprecated since version 3.3 and will be removed in 4.0. Enhanced Windows compatibility will always be enabled.', __METHOD__), E_USER_DEPRECATED);
0 commit comments