Skip to content

Commit 825a505

Browse files
committed
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Fix bug #65554 in DateTime, when use it with D/l in format and textual day have dot at the end Conflicts: ext/date/lib/parse_date.c ext/date/lib/parse_date.re
2 parents e045cba + e6424d8 commit 825a505

File tree

4 files changed

+135
-100
lines changed

4 files changed

+135
-100
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ PHP NEWS
1818
- cURL:
1919
. Fixed bug #65458 (curl memory leak). (Adam)
2020

21+
- Datetime:
22+
. Fixed bug #65554 (createFromFormat broken when weekday name is followed
23+
by some delimiters). (Valentin Logvinskiy, Stas).
24+
2125
- Openssl:
2226
. Fixed bug #64802 (openssl_x509_parse fails to parse subject properly in
2327
some cases). (Mark Jones)

0 commit comments

Comments
 (0)