php-8.3.28
Merge branch 'PHP-8.2' into PHP-8.3
Fix date_sunrise() and date_sunset() with partial-hour UTC offset
- Add my new timelib and ext/date. For now only strtotime() makes use of this.
Replace php_stdint.h header with standard headers (#8613)
Append -Wno-implicit-fallthrough flag conditionally (#13331)
Remove no longer used 'timezone_valid' flag
Fix DateTime exception hierarchy for DateInvalidTimeZoneException (#11970)