-
Notifications
You must be signed in to change notification settings - Fork 8k
Commit 42497c1
ext/soap: Deprecate passing an int to SoapServer::addFunction() (#15310)
Also deprecate SOAP_FUNCTIONS_ALL constant.
RFC: https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_soap_functions_all_constant_and_passing_it_to_soapserveraddfunction 1 parent cbcad9f commit 42497c1
File tree
6 files changed
+26
-3
lines changed- ext/soap
- tests
6 files changed
+26
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
48 | 54 |
| |
49 | 55 |
| |
50 | 56 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
473 | 473 |
| |
474 | 474 |
| |
475 | 475 |
| |
476 | + | ||
477 | + | ||
478 | + | ||
479 | + | ||
480 | + | ||
481 | + | ||
482 | + | ||
483 | + | ||
476 | 484 |
| |
477 | 485 |
| |
478 | 486 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1206 | 1206 |
| |
1207 | 1207 |
| |
1208 | 1208 |
| |
1209 | + | ||
1210 | + | ||
1211 | + | ||
1212 | + | ||
1213 | + | ||
1209 | 1214 |
| |
1210 | 1215 |
| |
1211 | 1216 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 | + | ||
47 | 48 |
| |
48 | 49 |
| |
49 | 50 |
| |
|
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 | - | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
30 | 33 |
| |
31 | 34 |
| |
32 | 35 |
|
0 commit comments