From 1479fc51881383d4fad7c3a8177da23c37c11627 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sun, 7 Mar 2004 09:40:13 +0000 Subject: [PATCH] adding derick's comment git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153077 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration5.xml | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/appendices/migration5.xml b/appendices/migration5.xml index 608849370f..2b2b0db567 100755 --- a/appendices/migration5.xml +++ b/appendices/migration5.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 4 to PHP 5 @@ -66,6 +66,9 @@ the CLI version will now always populate the global $argc and $argv variables. + + An object with no properties is no longer considered "empty". + Classes must be declared before used. @@ -82,6 +85,26 @@ var_dump(strrpos('ABCDEF','DEF')); //int(3) var_dump(strrpos('ABCDEF','DAF')); //bool(false) ?> +]]> + + + + + + An object with no properties is no longer considered "empty" + + + ]]> @@ -536,6 +559,13 @@ Action application/x-httpd-php "/php/php-cgi.exe" PostgreSQL). The SQLite library reads and writes directly to and from the database files on disk. + + + + The Tidy extension has also changed its + API completly. + +