From 41d008988b482c643bd11464ba071de05f183d84 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Tue, 11 Mar 2014 21:26:31 +0100 Subject: small typos in documentation --- documentation/ten-reasons-for-using-php-cpp.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation/ten-reasons-for-using-php-cpp.html') 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 @@

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 internal parts that deal + with the Zend engine can sometimes be confusing, but that's because the Zend + engine is so complicated).

5. Support for all the important PHP features

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.

@@ -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.

@@ -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.

Alternative technologies to speed up PHP are not based on open standards, -- cgit v1.2.3