Commit:    251ad08394a713fff8a58bd9fd066ca14131ecc7
Author:    Christoph M. Becker <cmbecke...@gmx.de>         Thu, 10 Jan 2019 
12:30:48 +0100
Parents:   112c303735a7687a5c8c6797dacdb0f5e4a4b74e
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=251ad08394a713fff8a58bd9fd066ca14131ecc7

Log:
Fix erroneous character encoding

Changed paths:
  M  ChangeLog-7.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 619c5bc..199d13f 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -32,7 +32,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 <ul>
   <li><?php bugfix(77195); ?> (Incorrect error handling of 
imagecreatefromjpeg()).</li>
   <li><?php bugfix(77198); ?> (auto cropping has insufficient precision).</li>
-  <li><?php bugfix(77200); ?> (imagecropauto(, GD_CROP_SIDES) crops left 
but not right).</li>
+  <li><?php bugfix(77200); ?> (imagecropauto(…, GD_CROP_SIDES) crops left but 
not right).</li>
   <li><?php bugfix(77269); ?> (efree() on uninitialized Heap data in 
imagescale leads to use-after-free).</li>
   <li><?php bugfix(77270); ?> (imagecolormatch Out Of Bounds Write on 
Heap).</li>
 </ul></li>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to