]> granicus.if.org Git - php/commitdiff
Align email format for recent NEWS entries
authorLior Kaplan <kaplanlior@gmail.com>
Wed, 11 Feb 2015 09:05:02 +0000 (11:05 +0200)
committerLior Kaplan <kaplanlior@gmail.com>
Wed, 11 Feb 2015 09:05:02 +0000 (11:05 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 08b2d319aa1620682f9447b81e6564ed50da3752..eff44019ccd51b6ebf8da25025f655c70c0e5852 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -45,7 +45,7 @@ PHP                                                                        NEWS
 
 - PDO_mysql:
   . Fixed bug #68750 (PDOMysql with mysqlnd does not allow the usage of
-    named pipes). (steffenb198@aol.com)
+    named pipes). (steffenb198 at aol dot com)
 
 - Phar:
   . Fixed bug #68901 (use after free). (bugreports at internot dot info)
@@ -333,7 +333,7 @@ PHP                                                                        NEWS
 
 - FPM:
   . Fixed bug #67635 (php links to systemd libraries without using pkg-config).
-    (pacho@gentoo.org, Remi)
+    (pacho at gentoo dot org, Remi)
 
 - GD:
   . Fixed bug #66901 (php-gd 'c_color' NULL pointer dereference).