blob: c113751a52edfbece2188db3740e8a8f52b719f5 [file] [log] [blame]
<?php
$oldrels = array(
#"1.0.3" => array("2008/06/03 00:00", "http://download.eclipse.org/tools/pdt/downloads/release.php?release=R20080603"),
);
function doRequirements()
{
?>
<div class="homeitem3col">
<h3>Eclipse PDT 3.0.x All In Ones</h3>
<p>Note: PDT 3.0 can be easily added to an existing Eclipse installation via the Juno repository.</p>
<p><a target="_blank" href="http://www.zend.com/en/community/pdt/downloads">Download All-In-One package including Eclipse 3.7.2 and PDT 3.0.2 from Zend</a> (this link will take you to an external site and an alternative distribution)</p>
</div>
<div class="homeitem3col">
<h3>PHP Debugging</h3>
<p>In order to be able to perform debugging using PDT, your HTTP server needs to be configured appropriately. You can download one of the following extra packages:</p>
<ul id="rDebug">
<li><img src="http://www.eclipse.org/modeling/images/dl-more.gif" alt="Zend Debugger Site" /> Zend Debugger<br/> (<a href="http://static.zend.com/topics/Zend-Debugger-Installation-Guide-050211.pdf">See installation guide</a>, or get a ready to use <a href="http://www.zend.com/products/server-ce/downloads">Zend Sever CE</a>)</li>
<li><img src="http://www.eclipse.org/modeling/images/dl-more.gif" alt="Xdebug Site" /> <a href="http://xdebug.org/"> XDebug </a> </li>
<br> Note: Due to Eclipse licensing requirements, PDT with debugger packages are distributed from external locations. <br>
<a href="http://www.eclipse.org/pdt/articles/debugger/os-php-eclipse-pdt-debug-pdf.pdf">Click here</a> to learn how to set up your environment in order to be able to perform debugging with PDT.
</ul>
</div>
<div class="homeitem3col">
<h3>PDT Repository</h3>
<p>To install latest stable PDT build, open "Help -> Install New Software" in Eclipse and enter following URL:<br/><b>http://download.eclipse.org/tools/pdt/updates/release</b></p>
<p>See <a href="http://eclipse.org/pdt/release-notes/3.1.1/">PDT 3.1.1 release notes</a> to learn what's new in our latest release.</p>
</div>
<div class="homeitem3col">
<h3>PDT Developer Builds</h3>
<p>To install PDT developer builds, open "Help -> Install New Software" in Eclipse and enter following URL:<br/>
<b>http://download.eclipse.org/tools/pdt/updates/nightly</b>(if you use Eclipse Juno) or
<br/><b>http://download.eclipse.org/tools/pdt/updates/3.2-nightly</b>(if you use Eclipse Kepler dev. builds)</p>
<p>Those are most frequent builds with most up-to-date PDT. Only builds that passed all our unit tests are published here, but still they might be unstable sometimes, so be aware.</p>
</div>
<?php
}
function showNotes()
{
global $PWD;
#$oldNightlies = loadDirSimple($PWD, "N.*", "d");
#rsort($oldNightlies);
#reset($oldNightlies);
?>
<!-- <div class="homeitem3col">
<h3>Nightly Builds</h3>
<ul>
<?php foreach ($oldNightlies as $on)
{
print "<li><a href=\"http://download.eclipse.org/tools/pdt/downloads/release.php?release=$on\">$on</a></li>\n";
} ?>
</ul>
</div> -->
<div class="homeitem3col">
<h3>Questions?</h3>
<p>If you have problems downloading the drops or with this site, contact the <a href="mailto:webmaster@eclipse.org">webmaster</a>.</p>
<p>Looking for the <a href="http://download.eclipse.org/tools/pdt/downloads/index-old.php">old PDT download page</a>? You can find it <a href="http://download.eclipse.org/tools/pdt/downloads/index-old.php">here</a>.</p>
<p>All downloads are provided under the terms and conditions of the <a href="http://www.eclipse.org/legal/epl/notice.html">Eclipse Foundation Software User Agreement</a> unless otherwise specified.</p>
</div>
<?php
}
?>