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

diff --git a/NEWS b/NEWS
index 4b31cf8180f090ead0e5d805a67d578a6bf109e7..ce166b3da6c40308ec4f35071d35036cc7a8eef8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -52,7 +52,7 @@
 
 - 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)
 
 - 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).