[phc-internals] [phc commit] r1665 - www/trunk/public_html
codesite-noreply at google.com
codesite-noreply at google.com
Fri Sep 19 10:44:38 IST 2008
Author: paul.biggar
Date: Fri Sep 19 02:44:12 2008
New Revision: 1665
Modified:
www/trunk/public_html/index.html
Log:
Fix a typo, and add more information about experimental features.
Modified: www/trunk/public_html/index.html
==============================================================================
--- www/trunk/public_html/index.html (original)
+++ www/trunk/public_html/index.html Fri Sep 19 02:44:12 2008
@@ -51,12 +51,12 @@
<li>Compile PHP source into an (optimized) executable.</li>
<li>Compile a web application into an (optimized) extension.</li>
<li>Pretty-print PHP code.</li>
- <li>Obfuscate PHP code <i>(experimental)</i>.</li>
- <li>Combine many php scripts into a single file
<i>(experimental)</i>.</li>
- <li>Optimize PHP code using an classical compiler
- optimizations (<i>in the <a
+ <li>Obfuscate PHP code <i>(--obfuscate flag - experimental)</i>.</li>
+ <li>Combine many php scripts into a single file <i>(--include flag -
experimental)</i>.</li>
+ <li>Optimize PHP code using classical compiler optimizations
+ (<i>in the <a
href="http://code.google.com/p/phc/source/browse/branches/dataflow">dataflow</a>
- branch, very experimental</i>).</li>
+ branch - very experimental</i>).</li>
</ul>
</p>
@@ -67,8 +67,10 @@
<li>Convert PHP into a well-defined XML format, process it
with your own tools, and convert it back to PHP.</li>
<li>Operate on ASTs, simplified ASTs, or 3-address code.</li>
- <li>Analyse PHP code using an SSA-based IR (<i>in the <a
href="http://code.google.com/p/phc/source/browse/branches/dataflow">dataflow</a>
branch, very experimental</i>).</li>
- </ul>
+ <li>Analyse or optimize PHP code using an SSA-based IR (<i>in
+ the <a
+
href="http://code.google.com/p/phc/source/browse/branches/dataflow">dataflow</a>
+ branch - very experimental</i>).</li> </ul>
</p>
<h1>News</h1>
More information about the phc-internals
mailing list