Added N&N items for PHP.
diff --git a/noteworthy/images/300px-Highlighting.png b/noteworthy/images/300px-Highlighting.png
new file mode 100644
index 0000000..c885c0a
--- /dev/null
+++ b/noteworthy/images/300px-Highlighting.png
Binary files differ
diff --git a/noteworthy/images/300px-Pdt35_colors.png b/noteworthy/images/300px-Pdt35_colors.png
new file mode 100644
index 0000000..ed217bf
--- /dev/null
+++ b/noteworthy/images/300px-Pdt35_colors.png
Binary files differ
diff --git a/noteworthy/images/300px-Pdt35_project_explorer.png b/noteworthy/images/300px-Pdt35_project_explorer.png
new file mode 100644
index 0000000..22bea06
--- /dev/null
+++ b/noteworthy/images/300px-Pdt35_project_explorer.png
Binary files differ
diff --git a/noteworthy/images/400px-Pdt35_debugging.png b/noteworthy/images/400px-Pdt35_debugging.png
new file mode 100644
index 0000000..951ad64
--- /dev/null
+++ b/noteworthy/images/400px-Pdt35_debugging.png
Binary files differ
diff --git a/noteworthy/images/400px-Pdt35_method_static.png b/noteworthy/images/400px-Pdt35_method_static.png
new file mode 100644
index 0000000..dca4e70
--- /dev/null
+++ b/noteworthy/images/400px-Pdt35_method_static.png
Binary files differ
diff --git a/noteworthy/images/500px-Pdt35_mylyn.png b/noteworthy/images/500px-Pdt35_mylyn.png
new file mode 100644
index 0000000..c161aec
--- /dev/null
+++ b/noteworthy/images/500px-Pdt35_mylyn.png
Binary files differ
diff --git a/noteworthy/noteworthy.adoc b/noteworthy/noteworthy.adoc
index 973a922..982a75e 100644
--- a/noteworthy/noteworthy.adoc
+++ b/noteworthy/noteworthy.adoc
@@ -9,6 +9,10 @@
 *    Wayne Beaton (Eclipse Foundation)- initial API and implementation
 //////////////////////////////////////////
 
+:jeePackageUrl: https://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/marsr
+:cdtPackageUrl: https://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/marsr
+:pdtPackageUrl: https://www.eclipse.org/downloads/packages/eclipse-php-developers/marsr
+
 Mars New and Noteworthy
 -----------------------
 
@@ -255,6 +259,7 @@
 
 Java(TM) EE
 ~~~~~~~~~~~
+Java EE support is provided by the {jeePackageUrl}[Eclipse IDE for Java EE Developers].
 
 Async support option in the New Servlet and Filter wizards
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -313,6 +318,7 @@
 
 C/pass:[C++]
 ~~~~~~~~~~~~
+pass:[C/C++] support is provided by the {cdtPackageUrl}[Eclipse IDE for pass:[C/C++] Developers].
 
 C/pass:[C++] Stand-alone Debugger as separate package
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -374,6 +380,50 @@
 The information is saved in the workspace, and can be global for any instance of 
 the view or saved per view.
 
+PHP
+~~~
+PHP is provided by the {pdtPackageUrl}[Eclipse for PHP Developers]
+package, or can be added to your Eclipse installation via the Eclipse Marketplace:
+
+pass:[<a href="http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=1944539" class="drag" title="Drag to your running Eclipse workspace to install PHP Development Tools"><img src="https://marketplace.eclipse.org/sites/all/themes/solstice/_themes/solstice_marketplace/public/images/btn-install.png" alt="Drag to your running Eclipse workspace to install PHP Development Tools" /></a>]
+
+phpdoc Improvements
+^^^^^^^^^^^^^^^^^^^
+Added support for phpdoc +@method+ static.
+
+image::images/400px-Pdt35_method_static.png[]
+
+Improved Task-focused UI Support
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+The Task-focused UI (Mylyn) is able to track interest in methods and functions:
+
+image::images/500px-Pdt35_mylyn.png[]
+
+This integration is enabled by default in *Eclipse for PHP Developers* package.
+
+PHP Model in Project Explorer
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+The *Project Explorer* view now provides a drill-down into the structure of the
+PHP source code:
+
+image::images/300px-Pdt35_project_explorer.png[]
+
+PHP Editor Improvements
+^^^^^^^^^^^^^^^^^^^^^^^
+Syntax coloring for visibility keywords:
+
+image::images/300px-Pdt35_colors.png[]
+
+PHP Debugging Improvements
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+Highlighting for changed variables/objects:
+
+image::images/300px-Highlighting.png[]
+
+Improved look & feel while debugging:
+
+image::images/400px-Pdt35_debugging.png[]
+
 General
 ~~~~~~~
 
diff --git a/noteworthy/noteworthy.css b/noteworthy/noteworthy.css
index 32194e7..6c4618c 100644
--- a/noteworthy/noteworthy.css
+++ b/noteworthy/noteworthy.css
@@ -1,11 +1,11 @@
 @CHARSET "UTF-8";
 
-div.sect3 div.paragraph, div.ulist {
-	margin-left: 5em;
+div.paragraph, div.ulist {
+	margin-left: 2em;
 }
 
-div.sect3 h4 {
-	margin-left: 3em;
+div.sect3 {
+	margin-left: 2em;
 }
 
 div.ulist p {
diff --git a/noteworthy/noteworthy.html b/noteworthy/noteworthy.html
index 54753a4..0c244b2 100644
--- a/noteworthy/noteworthy.html
+++ b/noteworthy/noteworthy.html
@@ -409,6 +409,9 @@
 </div>
 <div class="sect2">
 <h3 id="_java_ee">Java&#8482; EE</h3>
+<div class="paragraph">
+<p>Java EE support is provided by the <a href="https://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/marsr">Eclipse IDE for Java EE Developers</a>.</p>
+</div>
 <div class="sect3">
 <h4 id="_async_support_option_in_the_new_servlet_and_filter_wizards">Async support option in the New Servlet and Filter wizards</h4>
 <div class="paragraph">
@@ -497,6 +500,9 @@
 </div>
 <div class="sect2">
 <h3 id="_c_c">C/C++</h3>
+<div class="paragraph">
+<p>C/C++ support is provided by the <a href="https://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/marsr">Eclipse IDE for C/C++ Developers</a>.</p>
+</div>
 <div class="sect3">
 <h4 id="_c_c_stand_alone_debugger_as_separate_package">C/C++ Stand-alone Debugger as separate package</h4>
 <div class="paragraph">
@@ -594,6 +600,83 @@
 </div>
 </div>
 <div class="sect2">
+<h3 id="_php">PHP</h3>
+<div class="paragraph">
+<p>PHP is provided by the <a href="https://www.eclipse.org/downloads/packages/eclipse-php-developers/marsr">Eclipse for PHP Developers</a>
+package, or can be added to your Eclipse installation via the Eclipse Marketplace:</p>
+</div>
+<div class="paragraph">
+<p><a href="http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=1944539" class="drag" title="Drag to your running Eclipse workspace to install PHP Development Tools"><img src="https://marketplace.eclipse.org/sites/all/themes/solstice/_themes/solstice_marketplace/public/images/btn-install.png" alt="Drag to your running Eclipse workspace to install PHP Development Tools" /></a></p>
+</div>
+<div class="sect3">
+<h4 id="_phpdoc_improvements">phpdoc Improvements</h4>
+<div class="paragraph">
+<p>Added support for phpdoc <code>@method</code> static.</p>
+</div>
+<div class="imageblock">
+<div class="content">
+<img src="images/400px-Pdt35_method_static.png" alt="400px Pdt35 method static">
+</div>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_improved_task_focused_ui_support">Improved Task-focused UI Support</h4>
+<div class="paragraph">
+<p>The Task-focused UI (Mylyn) is able to track interest in methods and functions:</p>
+</div>
+<div class="imageblock">
+<div class="content">
+<img src="images/500px-Pdt35_mylyn.png" alt="500px Pdt35 mylyn">
+</div>
+</div>
+<div class="paragraph">
+<p>This integration is enabled by default in <strong>Eclipse for PHP Developers</strong> package.</p>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_php_model_in_project_explorer">PHP Model in Project Explorer</h4>
+<div class="paragraph">
+<p>The <strong>Project Explorer</strong> view now provides a drill-down into the structure of the
+PHP source code:</p>
+</div>
+<div class="imageblock">
+<div class="content">
+<img src="images/300px-Pdt35_project_explorer.png" alt="300px Pdt35 project explorer">
+</div>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_php_editor_improvements">PHP Editor Improvements</h4>
+<div class="paragraph">
+<p>Syntax coloring for visibility keywords:</p>
+</div>
+<div class="imageblock">
+<div class="content">
+<img src="images/300px-Pdt35_colors.png" alt="300px Pdt35 colors">
+</div>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_php_debugging_improvements">PHP Debugging Improvements</h4>
+<div class="paragraph">
+<p>Highlighting for changed variables/objects:</p>
+</div>
+<div class="imageblock">
+<div class="content">
+<img src="images/300px-Highlighting.png" alt="300px Highlighting">
+</div>
+</div>
+<div class="paragraph">
+<p>Improved look &amp; feel while debugging:</p>
+</div>
+<div class="imageblock">
+<div class="content">
+<img src="images/400px-Pdt35_debugging.png" alt="400px Pdt35 debugging">
+</div>
+</div>
+</div>
+</div>
+<div class="sect2">
 <h3 id="_general">General</h3>
 <div class="sect3">
 <h4 id="_preference_recorder">Preference Recorder</h4>
@@ -1065,7 +1148,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2015-06-29 11:53:42 EDT
+Last updated 2015-06-29 12:22:20 EDT
 </div>
 </div>
 </body>