From 9e9cd5898f8300fa96177ec255de5937a046489d Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 17 Jan 2013 01:04:07 +0000 Subject: [PATCH] Fixed changelog entries. Entry should only be a number. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329173 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/classobj/functions/get-parent-class.xml | 4 ++-- reference/dba/functions/dba-open.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/classobj/functions/get-parent-class.xml b/reference/classobj/functions/get-parent-class.xml index e0d78abd24..c4e7805c88 100644 --- a/reference/classobj/functions/get-parent-class.xml +++ b/reference/classobj/functions/get-parent-class.xml @@ -58,10 +58,10 @@ - Before 5.1.0 + 5.1.0 If called without parameter outside object, this function would have - returned &null; with a warning. + returned &null; with a warning, but now returns &false;. diff --git a/reference/dba/functions/dba-open.xml b/reference/dba/functions/dba-open.xml index 245d824926..6df4bc1a52 100644 --- a/reference/dba/functions/dba-open.xml +++ b/reference/dba/functions/dba-open.xml @@ -202,11 +202,11 @@ - before 4.3.5 + 4.3.5 - open mode "c" is broken for several internal handlers and truncates + The open mode "c" was broken for several internal handlers and truncated the database instead of appending data to an existent database. - Also dbm and ndbm fail on mode "c" in typical configurations (this + Also dbm and ndbm failed on mode "c" in typical configurations (this cannot be fixed).