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
This commit is contained in:
Philip Olson 2013-01-17 01:04:07 +00:00
parent c80831f6d5
commit 9e9cd5898f
2 changed files with 5 additions and 5 deletions

View file

@ -58,10 +58,10 @@
</thead>
<tbody>
<row>
<entry>Before 5.1.0</entry>
<entry>5.1.0</entry>
<entry>
If called without parameter outside object, this function would have
returned &null; with a warning.
returned &null; with a warning, but now returns &false;.
</entry>
</row>
<row>

View file

@ -202,11 +202,11 @@
</entry>
</row>
<row>
<entry>before 4.3.5</entry>
<entry>4.3.5</entry>
<entry>
open mode <literal>"c"</literal> is broken for several internal handlers and truncates
The open mode <literal>"c"</literal> was broken for several internal handlers and truncated
the database instead of appending data to an existent database.
Also <literal>dbm</literal> and <literal>ndbm</literal> fail on mode <literal>"c"</literal> in typical configurations (this
Also <literal>dbm</literal> and <literal>ndbm</literal> failed on mode <literal>"c"</literal> in typical configurations (this
cannot be fixed).
</entry>
</row>