mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
c80831f6d5
commit
9e9cd5898f
2 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue