@@ -214,6 +214,15 @@ PHP 8.3 UPGRADE NOTES
214
214
circumvented by prepending `./` to the path.
215
215
. User exception handlers now catch exceptions during shutdown.
216
216
217
+ - Calendar
218
+ . easter_date() now supports years from 1970 to 2,000,000,000 on 64-bit systems,
219
+ previously it only supported years in the range from 1970 to 2037.
220
+
221
+ - Curl:
222
+ . curl_getinfo() now supports two new constants: CURLINFO_CAPATH and
223
+ CURLINFO_CAINFO. If option is null, the following two additional keys are
224
+ present: "capath" and "cainfo".
225
+
217
226
- Dom:
218
227
. Changed DOMCharacterData::appendData() tentative return type to true.
219
228
. DOMDocument::loadHTML(), DOMDocument::loadHTMLFile(), DOMDocument::loadXML(),
@@ -235,11 +244,6 @@ PHP 8.3 UPGRADE NOTES
235
244
. IntlChar::enumCharNames is now returning a boolean.
236
245
Previously it returned null on success and false on failure.
237
246
238
- - Curl:
239
- . curl_getinfo() now supports two new constants: CURLINFO_CAPATH and
240
- CURLINFO_CAINFO. If option is null, the following two additional keys are
241
- present: "capath" and "cainfo".
242
-
243
247
- MBString:
244
248
. mb_strtolower, mb_strtotitle, and mb_convert_case implement conditional
245
249
casing rules for the Greek letter sigma. For mb_convert_case, conditional
@@ -317,10 +321,6 @@ PHP 8.3 UPGRADE NOTES
317
321
significant digits before the decimal point. Previously negative $decimals
318
322
got silently ignored and the number got rounded to zero decimal places.
319
323
320
- - Calendar
321
- . easter_date() now supports years from 1970 to 2,000,000,000 on 64-bit systems,
322
- previously it only supported years in the range from 1970 to 2037.
323
-
324
324
========================================
325
325
6. New Functions
326
326
========================================
0 commit comments