Commit: a091ce981806dd5b0183593dbda4beec56219e2c Author: Hannes Magnusson <[email protected]> Thu, 12 Dec 2013 23:10:06 -0800 Parents: 2b7c472c322cca82bd3dea334ba6d5960cadb6b2 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a091ce981806dd5b0183593dbda4beec56219e2c Log: Fix syntax error Changed paths: M include/releases.inc Diff: diff --git a/include/releases.inc b/include/releases.inc index 10bfa39..72603d7 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -296,7 +296,7 @@ $OLDRELEASES = array ( 'name' => 'Windows 5.4.22 binaries and source', ), ), - 'date' => '14 Nov 2013, + 'date' => '14 Nov 2013', 'museum' => false, ), '5.4.21' => -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
