Commit: ad811fd5a64038c6cc49c3e63bf971af5128fd61 Author: Marcel Araujo <[email protected]> Mon, 24 Jun 2013 06:25:19 -0300 Committer: Hannes Magnusson <[email protected]> Tue, 25 Jun 2013 14:00:37 -0700 Parents: 375ac92d17df098799ff68ed2906201c6ad18188 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=ad811fd5a64038c6cc49c3e63bf971af5128fd61 Log: Show PHP 5.3 on Stable Releases for download. Changed paths: M index-stable.php Diff: diff --git a/index-stable.php b/index-stable.php index 8ca8d25..c494ba5 100644 --- a/index-stable.php +++ b/index-stable.php @@ -154,7 +154,7 @@ $PHP_5_STABLE = array(); $PHP_5_RC = array(); $rel = $rc = ""; -$SHOW_COUNT = 2; +$SHOW_COUNT = 3; for ($i=1; $i<=$SHOW_COUNT; ++$i) { list($PHP_5_STABLE, ) = each($RELEASES[5]); @@ -209,7 +209,7 @@ site_header("Hypertext Preprocessor", 'onload' => 'boldEvents();', 'headtags' => array( '<link rel="alternate" type="application/atom+xml" title="PHP: Hypertext Preprocessor" href="' . $MYSITE . 'feed.atom" />', - '<script type="text/javascript">', + '<script type="text/javascript">', "function okc(f){var c=[38,38,40,40,37,39,37,39,66,65,13],x=function(){x.c=x.c||Array.apply({},c);x.r=function(){x.c=null};return x.c},h=function(e){if(x()[0]==(e||window.event).keyCode){x().shift();if(!x().length){x.r();f()}}else{x.r()}};window.addEventListener?window.addEventListener('keydown',h,false):document.attachEvent('onkeydown',h)}", "okc(function(){if(document.getElementById){i=document.getElementById('phplogo');i.src='".$_SERVER['STATIC_ROOT']."/images/php_konami.gif'}});", '</script>' -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
