Skip to content

Commit 9afce01

Browse files
committed
Future-proof email addresses
1 parent 99a9e85 commit 9afce01

File tree

220 files changed

+386
-386
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

220 files changed

+386
-386
lines changed

EXTENSIONS

+3-3
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ STATUS: Working
194194
SINCE: 5.0
195195
-------------------------------------------------------------------------------
196196
EXTENSION: soap
197-
PRIMARY MAINTAINER: Dmitry Stogov <dmitry@zend.com> (2004 - 2018)
197+
PRIMARY MAINTAINER: Dmitry Stogov <dmitry@php.net> (2004 - 2018)
198198
MAINTENANCE: Maintained
199199
STATUS: Working
200200
-------------------------------------------------------------------------------
@@ -244,7 +244,7 @@ SINCE: 5.0
244244

245245
-------------------------------------------------------------------------------
246246
EXTENSION: bcmath
247-
MAINTENANCE: Andi Gutmans <andi@zend.com> (2000 - 2004)
247+
MAINTENANCE: Andi Gutmans <andi@php.net> (2000 - 2004)
248248
STATUS: Working
249249
-------------------------------------------------------------------------------
250250
EXTENSION: bz2
@@ -378,7 +378,7 @@ MAINTENANCE: Maintained
378378
STATUS: Working
379379
-------------------------------------------------------------------------------
380380
EXTENSION: opcache
381-
PRIMARY MAINTAINER: Dmitry Stogov <dmitry@zend.com> (2013 - 2018)
381+
PRIMARY MAINTAINER: Dmitry Stogov <dmitry@php.net> (2013 - 2018)
382382
Xinchen Hui <laruence@php.net> (2013 - 2018)
383383
MAINTENANCE: Maintained
384384
STATUS: Working

TSRM/TSRM.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| This source file is subject to the TSRM license, that is bundled |
77
| with this package in the file LICENSE |
88
+----------------------------------------------------------------------+
9-
| Authors: Zeev Suraski <zeev@zend.com> |
9+
| Authors: Zeev Suraski <zeev@php.net> |
1010
+----------------------------------------------------------------------+
1111
*/
1212

TSRM/TSRM.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| This source file is subject to the TSRM license, that is bundled |
77
| with this package in the file LICENSE |
88
+----------------------------------------------------------------------+
9-
| Authors: Zeev Suraski <zeev@zend.com> |
9+
| Authors: Zeev Suraski <zeev@php.net> |
1010
+----------------------------------------------------------------------+
1111
*/
1212

Zend/zend.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Andi Gutmans <andi@zend.com> |
16-
| Zeev Suraski <zeev@zend.com> |
15+
| Authors: Andi Gutmans <andi@php.net> |
16+
| Zeev Suraski <zeev@php.net> |
1717
+----------------------------------------------------------------------+
1818
*/
1919

Zend/zend.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Andi Gutmans <andi@zend.com> |
16-
| Zeev Suraski <zeev@zend.com> |
15+
| Authors: Andi Gutmans <andi@php.net> |
16+
| Zeev Suraski <zeev@php.net> |
1717
+----------------------------------------------------------------------+
1818
*/
1919

Zend/zend_API.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Andi Gutmans <andi@zend.com> |
16-
| Zeev Suraski <zeev@zend.com> |
15+
| Authors: Andi Gutmans <andi@php.net> |
16+
| Zeev Suraski <zeev@php.net> |
1717
| Andrei Zmievski <andrei@php.net> |
18-
| Dmitry Stogov <dmitry@zend.com> |
18+
| Dmitry Stogov <dmitry@php.net> |
1919
+----------------------------------------------------------------------+
2020
*/
2121

Zend/zend_API.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Andi Gutmans <andi@zend.com> |
16-
| Zeev Suraski <zeev@zend.com> |
15+
| Authors: Andi Gutmans <andi@php.net> |
16+
| Zeev Suraski <zeev@php.net> |
1717
| Andrei Zmievski <andrei@php.net> |
18-
| Dmitry Stogov <dmitry@zend.com> |
18+
| Dmitry Stogov <dmitry@php.net> |
1919
+----------------------------------------------------------------------+
2020
*/
2121

Zend/zend_alloc.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Andi Gutmans <andi@zend.com> |
16-
| Zeev Suraski <zeev@zend.com> |
17-
| Dmitry Stogov <dmitry@zend.com> |
15+
| Authors: Andi Gutmans <andi@php.net> |
16+
| Zeev Suraski <zeev@php.net> |
17+
| Dmitry Stogov <dmitry@php.net> |
1818
+----------------------------------------------------------------------+
1919
*/
2020

Zend/zend_alloc.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Andi Gutmans <andi@zend.com> |
16-
| Zeev Suraski <zeev@zend.com> |
17-
| Dmitry Stogov <dmitry@zend.com> |
15+
| Authors: Andi Gutmans <andi@php.net> |
16+
| Zeev Suraski <zeev@php.net> |
17+
| Dmitry Stogov <dmitry@php.net> |
1818
+----------------------------------------------------------------------+
1919
*/
2020

Zend/zend_alloc_sizes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Dmitry Stogov <dmitry@zend.com> |
15+
| Authors: Dmitry Stogov <dmitry@php.net> |
1616
+----------------------------------------------------------------------+
1717
*/
1818

Zend/zend_arena.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Dmitry Stogov <dmitry@zend.com> |
15+
| Authors: Dmitry Stogov <dmitry@php.net> |
1616
+----------------------------------------------------------------------+
1717
*/
1818

Zend/zend_ast.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
1515
| Authors: Bob Weinand <bwoebi@php.net> |
16-
| Dmitry Stogov <dmitry@zend.com> |
16+
| Dmitry Stogov <dmitry@php.net> |
1717
+----------------------------------------------------------------------+
1818
*/
1919

Zend/zend_ast.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
1515
| Authors: Bob Weinand <bwoebi@php.net> |
16-
| Dmitry Stogov <dmitry@zend.com> |
16+
| Dmitry Stogov <dmitry@php.net> |
1717
| Nikita Popov <nikic@php.net> |
1818
+----------------------------------------------------------------------+
1919
*/

Zend/zend_bitset.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@php.net so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Dmitry Stogov <dmitry@zend.com> |
15+
| Authors: Dmitry Stogov <dmitry@php.net> |
1616
+----------------------------------------------------------------------+
1717
*/
1818

Zend/zend_builtin_functions.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Andi Gutmans <andi@zend.com> |
16-
| Zeev Suraski <zeev@zend.com> |
15+
| Authors: Andi Gutmans <andi@php.net> |
16+
| Zeev Suraski <zeev@php.net> |
1717
+----------------------------------------------------------------------+
1818
*/
1919

Zend/zend_builtin_functions.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Andi Gutmans <andi@zend.com> |
16-
| Zeev Suraski <zeev@zend.com> |
15+
| Authors: Andi Gutmans <andi@php.net> |
16+
| Zeev Suraski <zeev@php.net> |
1717
+----------------------------------------------------------------------+
1818
*/
1919

Zend/zend_closures.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
1515
| Authors: Christian Seiler <chris_se@gmx.net> |
16-
| Dmitry Stogov <dmitry@zend.com> |
16+
| Dmitry Stogov <dmitry@php.net> |
1717
| Marcus Boerger <helly@php.net> |
1818
+----------------------------------------------------------------------+
1919
*/

Zend/zend_closures.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
1515
| Authors: Christian Seiler <chris_se@gmx.net> |
16-
| Dmitry Stogov <dmitry@zend.com> |
16+
| Dmitry Stogov <dmitry@php.net> |
1717
+----------------------------------------------------------------------+
1818
*/
1919

Zend/zend_compile.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Andi Gutmans <andi@zend.com> |
16-
| Zeev Suraski <zeev@zend.com> |
15+
| Authors: Andi Gutmans <andi@php.net> |
16+
| Zeev Suraski <zeev@php.net> |
1717
| Nikita Popov <nikic@php.net> |
1818
+----------------------------------------------------------------------+
1919
*/

Zend/zend_compile.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Andi Gutmans <andi@zend.com> |
16-
| Zeev Suraski <zeev@zend.com> |
15+
| Authors: Andi Gutmans <andi@php.net> |
16+
| Zeev Suraski <zeev@php.net> |
1717
+----------------------------------------------------------------------+
1818
*/
1919

Zend/zend_config.nw.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Andi Gutmans <andi@zend.com> |
16-
| Zeev Suraski <zeev@zend.com> |
15+
| Authors: Andi Gutmans <andi@php.net> |
16+
| Zeev Suraski <zeev@php.net> |
1717
+----------------------------------------------------------------------+
1818
*/
1919

Zend/zend_config.w32.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Andi Gutmans <andi@zend.com> |
16-
| Zeev Suraski <zeev@zend.com> |
15+
| Authors: Andi Gutmans <andi@php.net> |
16+
| Zeev Suraski <zeev@php.net> |
1717
+----------------------------------------------------------------------+
1818
*/
1919

Zend/zend_constants.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Andi Gutmans <andi@zend.com> |
16-
| Zeev Suraski <zeev@zend.com> |
15+
| Authors: Andi Gutmans <andi@php.net> |
16+
| Zeev Suraski <zeev@php.net> |
1717
+----------------------------------------------------------------------+
1818
*/
1919

Zend/zend_constants.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Andi Gutmans <andi@zend.com> |
16-
| Zeev Suraski <zeev@zend.com> |
15+
| Authors: Andi Gutmans <andi@php.net> |
16+
| Zeev Suraski <zeev@php.net> |
1717
+----------------------------------------------------------------------+
1818
*/
1919

Zend/zend_errors.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Andi Gutmans <andi@zend.com> |
16-
| Zeev Suraski <zeev@zend.com> |
15+
| Authors: Andi Gutmans <andi@php.net> |
16+
| Zeev Suraski <zeev@php.net> |
1717
+----------------------------------------------------------------------+
1818
*/
1919

Zend/zend_exceptions.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Andi Gutmans <andi@zend.com> |
15+
| Authors: Andi Gutmans <andi@php.net> |
1616
| Marcus Boerger <helly@php.net> |
1717
| Sterling Hughes <sterling@php.net> |
18-
| Zeev Suraski <zeev@zend.com> |
18+
| Zeev Suraski <zeev@php.net> |
1919
+----------------------------------------------------------------------+
2020
*/
2121

Zend/zend_exceptions.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Andi Gutmans <andi@zend.com> |
15+
| Authors: Andi Gutmans <andi@php.net> |
1616
| Marcus Boerger <helly@php.net> |
1717
| Sterling Hughes <sterling@php.net> |
18-
| Zeev Suraski <zeev@zend.com> |
18+
| Zeev Suraski <zeev@php.net> |
1919
+----------------------------------------------------------------------+
2020
*/
2121

Zend/zend_execute.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Andi Gutmans <andi@zend.com> |
16-
| Zeev Suraski <zeev@zend.com> |
17-
| Dmitry Stogov <dmitry@zend.com> |
15+
| Authors: Andi Gutmans <andi@php.net> |
16+
| Zeev Suraski <zeev@php.net> |
17+
| Dmitry Stogov <dmitry@php.net> |
1818
+----------------------------------------------------------------------+
1919
*/
2020

Zend/zend_execute.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Andi Gutmans <andi@zend.com> |
16-
| Zeev Suraski <zeev@zend.com> |
17-
| Dmitry Stogov <dmitry@zend.com> |
15+
| Authors: Andi Gutmans <andi@php.net> |
16+
| Zeev Suraski <zeev@php.net> |
17+
| Dmitry Stogov <dmitry@php.net> |
1818
+----------------------------------------------------------------------+
1919
*/
2020

Zend/zend_execute_API.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
| obtain it through the world-wide-web, please send a note to |
1313
| license@zend.com so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
15-
| Authors: Andi Gutmans <andi@zend.com> |
16-
| Zeev Suraski <zeev@zend.com> |
17-
| Dmitry Stogov <dmitry@zend.com> |
15+
| Authors: Andi Gutmans <andi@php.net> |
16+
| Zeev Suraski <zeev@php.net> |
17+
| Dmitry Stogov <dmitry@php.net> |
1818
+----------------------------------------------------------------------+
1919
*/
2020

0 commit comments

Comments
 (0)