Commit: f3544b790a940d2b92f6d6471aa733b9c9c485ec Author: Hannes Magnusson <[email protected]> Thu, 12 Dec 2013 23:10:06 -0800 Parents: 000a75a4242592ff64e56b6b0258b8ca4451b687 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f3544b790a940d2b92f6d6471aa733b9c9c485ec 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
