mirror of
https://github.com/php/web-php.git
synced 2026-04-28 17:33:10 +02:00
fix rendered text, only the link is needed
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change
|
||||
</ul></li>
|
||||
<li>Postgres:
|
||||
<ul>
|
||||
<li><?php bugfix(72151); ?> (mysqli_fetch_object changed behaviour). Patch to <?php bugfix(71820) ?> is reverted.</li>
|
||||
<li><?php bugfix(72151); ?> (mysqli_fetch_object changed behaviour). Patch to <?php bugl(71820) ?> is reverted.</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<!-- }}} --></section>
|
||||
|
||||
+1
-1
@@ -70,7 +70,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
|
||||
<ul>
|
||||
<li><?php bugfix(72028); ?> (pg_query_params(): NULL converts to empty string).</li>
|
||||
<li><?php bugfix(71062); ?> (pg_convert() doesn't accept ISO 8601 for datatype timestamp).</li>
|
||||
<li><?php bugfix(72151); ?> (mysqli_fetch_object changed behaviour). Patch to <?php bugfix(71820) ?> is reverted.</li>
|
||||
<li><?php bugfix(72151); ?> (mysqli_fetch_object changed behaviour). Patch to <?php bugl(71820) ?> is reverted.</li>
|
||||
</ul></li>
|
||||
<li>Reflection:
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user