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