File php-CVE-2017-16642.patch of Package php5.14231
Index: php-5.5.14/ext/date/lib/parse_date.re
===================================================================
--- php-5.5.14.orig/ext/date/lib/parse_date.re 2017-11-20 14:43:57.503603305 +0100
+++ php-5.5.14/ext/date/lib/parse_date.re 2017-11-20 14:44:14.947904191 +0100
@@ -936,8 +936,8 @@ isoweek = year4 "-"? "W" weekof
exif = year4 ":" monthlz ":" daylz " " hour24lz ":" minutelz ":" secondlz;
firstdayof = 'first day of'?;
lastdayof = 'last day of'?;
-backof = 'back of ' hour24 space? meridian?;
-frontof = 'front of ' hour24 space? meridian?;
+backof = 'back of ' hour24 (space? meridian)?;
+frontof = 'front of ' hour24 (space? meridian)?;
/* Common Log Format: 10/Oct/2000:13:55:36 -0700 */
clf = day "/" monthabbr "/" year4 ":" hour24lz ":" minutelz ":" secondlz space tzcorrection;