summaryrefslogtreecommitdiff
path: root/documentation/ten-reasons-for-using-php-cpp.html
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-07 17:35:10 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-07 17:35:10 +0100
commitf41c77c09090df978859e074167ab51b7b5c573d (patch)
tree7f45a003b295d0dde91a266d07e7f1665c6ba223 /documentation/ten-reasons-for-using-php-cpp.html
parentc677788f5194d1405315c2fd19ec69f3ee571ac2 (diff)
try smaller header
Diffstat (limited to 'documentation/ten-reasons-for-using-php-cpp.html')
-rw-r--r--documentation/ten-reasons-for-using-php-cpp.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/documentation/ten-reasons-for-using-php-cpp.html b/documentation/ten-reasons-for-using-php-cpp.html
index e6742ff..59f2edf 100644
--- a/documentation/ten-reasons-for-using-php-cpp.html
+++ b/documentation/ten-reasons-for-using-php-cpp.html
@@ -2,15 +2,15 @@
<p>
There are many reasons for using PHP-CPP. Let's name a view.
</p>
-<h2>1. It's blistering fast</h2>
+<h4>1. It's blistering fast</h4>
<p>
Code written in C++ is fast - much faster than code written in PHP. When
- you start using C++, your bring down your CPU and memory load, and your
+ you start using C++, you bring down your CPU and memory load, and your
web pages instantly become more responsive. You can bring down the hardware
costs, because you simply need less servers to handle the same number of
page views.
</p>
-<h2>2. Is is shockingly simple</h2>
+<h4>2. Is is shockingly simple</h4>
<p>
C and C++ have a reputation of being difficult and complex. But just take a
look at the examples in our documentation and surprise yourself.
@@ -23,7 +23,7 @@
from the C and C++ syntax. Moving from PHP to C++ is like coming home. We
have missed you, you have been away for too long.
</p>
-<h2>3. No Zend engine knowledge required</h2>
+<h4>3. No Zend engine knowledge required</h4>
<p>
Let's face the truth: the internals of the Zend engine are way too complex,
and the code of the Zend engine is a mess, and mostly undocumented. You do
@@ -37,7 +37,7 @@
without even having to look at the Zend engine source. With PHP-CPP
you can write native code, without having to deal with the internals of PHP.
</p>
-<h2>4. Full documentation and annotated source</h2>
+<h4>4. Full documentation and annotated source</h4>
<p>
Many C/C++ programmers seem to find it a matter of honor to make code that
is unly understood by themselves. We do not agree. The PHP-CPP library is
@@ -51,14 +51,14 @@
engine can sometimes be confusing, but that's because the Zend engine is
so complicated).
</p>
-<h2>5. Support for all the important PHP features</h2>
+<h4>5. Support for all the important PHP features</h4>
<p>
With PHP-CPP you can work with variables, arrays, functions, objects, classes,
interfaces, exceptions and namespaces just as easily as you can with a normal
PHP scripts. Besides that, you can use all features of C++, including threads,
lambdas and asynchronous programming.
</p>
-<h2>6. You can't go faster than native</h2>
+<h4>6. You can't go faster than native</h4>
<p>
There are many different technologies under development that all try to speed
up PHP. But nothing is ever going to beat native code. C/C++ is the fastest
@@ -66,7 +66,7 @@
technologies - if you can use the fastest of all languages too, which is
is just as simple (if not simpler) as its alternatives?
</p>
-<h2>7. Proven technology</h2>
+<h4>7. Proven technology</h4>
<p>
C++ is a proven language with a more than 40 year long history. C++ has an
official open standard and is controlled by a C++ standards committee with
@@ -88,14 +88,14 @@
are controlled by single companies, do not have competing implementations,
miss the long C++ heritage, and often only make your software more complex.
</p>
-<h2>8. Access to an incredible amount of libraries</h2>
+<h4>8. Access to an incredible amount of libraries</h4>
<p>
C/C++ is the most important language in the world, with the largest number
of libraries. The moment you start writing code in C/C++ you immediately
get access to this enormous amount of libraries. No other language can even
come close to the number of libraries that are available in C/C++.
</p>
-<h2>9. Working with C++ is fun</h2>
+<h4>9. Working with C++ is fun</h4>
<p>
C++ is a great language that allows you to write brilliant object oriented
code - but gives you at the same time the power to ruin everything.
@@ -103,7 +103,7 @@
it is the best car in the world, but also a dangerous weapon in the wrong
hands. As a driver - you want such a car. As a programmer - you want C++.
</p>
-<h2>10. IT IS FREE!</h2>
+<h4>10. IT IS FREE!</h4>
<p>
PHP-CPP is an open source technology and free for you to use. We would like
to hear from you if you like it and what you use it for, but other than that,