Commit:    06ad360750b1a61f12e32b71324fb68313bdad21
Author:    Thomas Punt <[email protected]>         Mon, 21 Dec 2015 19:17:27 
+0000
Parents:   ff57e84ef62df1b5f34bffc75fbc5c1ee0b259c4
Branches:  master

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

Log:
Resolve doc bug #71184

Bugs:
https://bugs.php.net/71184

Changed paths:
  M  ChangeLog-7.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index fa87b3c..a7b83b2 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -447,6 +447,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
   <li><?php bugfix(70232); ?> (Incorrect bump-along behavior with \K and empty 
string match).</li>
   <li><?php bugfix(53823); ?> (preg_replace: * qualifier on unicode replace 
garbles the string).</li>
   <li><?php bugfix(69864); ?> (Segfault in preg_replace_callback).</li>
+  <li>Removed support for the /e (PREG_REPLACE_EVAL) modifier.</li>
 </ul></li>
 <li>PDO:
 <ul>
@@ -454,7 +455,6 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
   <li><?php bugfix(70389); ?> (PDO constructor changes unrelated 
variables).</li>
   <li><?php bugfix(70272); ?> (Segfault in pdo_mysql).</li>
   <li><?php bugfix(70221); ?> (persistent sqlite connection + custom function 
segfaults).</li>
-  <li>Removed support for the /e (PREG_REPLACE_EVAL) modifier.</li>
   <li><?php bugfix(59450); ?> (./configure fails with "Cannot find 
php_pdo_driver.h").</li>
 </ul></li>
 <li>PDO_DBlib:


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

Reply via email to