summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-11 21:26:31 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-11 21:26:31 +0100
commit41d008988b482c643bd11464ba071de05f183d84 (patch)
tree2aee296b1ee2c17a29fc409b598421e52f0cfacd /documentation
parent41dc20fb224a766beeef83fdd23f579d0602c10d (diff)
small typos in documentation
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ten-reasons-for-using-php-cpp.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/ten-reasons-for-using-php-cpp.html b/documentation/ten-reasons-for-using-php-cpp.html
index c85c03a..7597fb2 100644
--- a/documentation/ten-reasons-for-using-php-cpp.html
+++ b/documentation/ten-reasons-for-using-php-cpp.html
@@ -47,14 +47,14 @@
</p>
<p>
If you ever need more information, or want to have a look at the source code,
- you can easily find your way (although the parts that deal with the Zend
- engine can sometimes be confusing, but that's because the Zend engine is
- so complicated).
+ you can easily find your way (although the <i>internal</i> parts that deal
+ with the Zend engine can sometimes be confusing, but that's because the Zend
+ engine is so complicated).
</p>
<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
+ interfaces, exceptions and namespaces just as easily as you can with normal
PHP scripts. Besides that, you can use all features of C++, including threads,
lambdas and asynchronous programming.
</p>
@@ -73,7 +73,7 @@
members that have proven track records. Compilers have been developed by companies
like Microsoft, IBM, Intel, Apple and there there are several open source
compilers available (GNU, CLANG), so you can always switch to a faster or
- more stable alternative. The compiler builders are constantly motivated to
+ more stable alternative. The compiler vendors are constantly motivated to
be better than their competitors and bring out new versions of their compilers
all the time.
</p>
@@ -81,7 +81,7 @@
All this has lead to an extremely stable, powerful, clever and high quality
programming language. The number of books and training courses about C++
is overwhelming, and this great C++ language can now also be used for building
- C++ extensions.
+ PHP extensions.
</p>
<p>
Alternative technologies to speed up PHP are not based on open standards,