From 93dcc283fb01d5390fb2ffccf0db88cbddd22d7b Mon Sep 17 00:00:00 2001 From: Kenneth Schwartz Date: Thu, 15 Apr 2004 02:30:57 +0000 Subject: [PATCH] typos # thanks to david wright git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@156063 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration5.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/appendices/migration5.xml b/appendices/migration5.xml index fba943630d..1920de87f6 100755 --- a/appendices/migration5.xml +++ b/appendices/migration5.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 4 to PHP 5 @@ -21,7 +21,7 @@ Backward Incompatible Changes Although most existing PHP 4 code should work without changes, you should - pay attention to this backward imcompatible changes: + pay attention to the following backward incompatible changes: @@ -29,7 +29,7 @@ the entire string as a needle. - Ilegal use of string offsets causes E_ERROR instead + Illegal use of string offsets causes E_ERROR instead of E_WARNING. @@ -513,7 +513,7 @@ Action application/x-httpd-php "/php/php-cgi.exe" The Tidy extension has also changed its - API completly. + API completely. @@ -527,7 +527,7 @@ Action application/x-httpd-php "/php/php-cgi.exe" - mail.force_extra_paramaters - Force the addition of the specified + mail.force_extra_parameters - Force the addition of the specified parameters to be passed as extra parameters to the sendmail binary. These parameters will always replace the value of the 5th parameter to mail, even in safe mode @@ -558,7 +558,7 @@ Action application/x-httpd-php "/php/php-cgi.exe" There were some changes in PHP 5 regarding databases (MySQL and SQLite). - In PHP 5 the MySQL client libraries are not bundled, because of licence + In PHP 5 the MySQL client libraries are not bundled, because of license problems and some others. For more information, read the FAQ entry. @@ -568,7 +568,7 @@ Action application/x-httpd-php "/php/php-cgi.exe" Since PHP 5, the SQLite extension is - built-in PHP. SQLite is embeddable SQL database engine and is not a + built-in PHP. SQLite is an embeddable SQL database engine and is not a client library used to connect to a big database server (like MySQL or PostgreSQL). The SQLite library reads and writes directly to and from the database files on disk.