mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
6 lines
298 B
Text
6 lines
298 B
Text
- Port over my 200 test cases to .phpt format.
|
|
- Write an error handler for unexpected characters while parsing dates.
|
|
- Cache lookups for timezone information.
|
|
- Optimize parsing @ with a negative timestamp.
|
|
- Make sure that date_default_timezone_set() validates the passed timezone
|
|
identifier.
|