Skip to content

Commit b610467

Browse files
committed
Merge branch 'master' into preload
* master: Future-proof email addresses... Update email addresses. We're still @zend, but future proofing it...
2 parents 3a9d90f + 67e0138 commit b610467

File tree

220 files changed

+385
-385
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

+385
-385
lines changed

EXTENSIONS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ STATUS: Working
196196
SINCE: 5.0
197197
-------------------------------------------------------------------------------
198198
EXTENSION: soap
199-
PRIMARY MAINTAINER: Dmitry Stogov <dmitry@zend.com> (2004 - 2018)
199+
PRIMARY MAINTAINER: Dmitry Stogov <dmitry@php.net> (2004 - 2018)
200200
MAINTENANCE: Maintained
201201
STATUS: Working
202202
-------------------------------------------------------------------------------
@@ -246,7 +246,7 @@ SINCE: 5.0
246246

247247
-------------------------------------------------------------------------------
248248
EXTENSION: bcmath
249-
PRIMARY MAINTAINER: Andi Gutmans <andi@zend.com> (2000 - 2004)
249+
PRIMARY MAINTAINER: Andi Gutmans <andi@php.net> (2000 - 2004)
250250
MAINTENANCE: Unknown
251251
STATUS: Working
252252
-------------------------------------------------------------------------------
@@ -382,7 +382,7 @@ MAINTENANCE: Maintained
382382
STATUS: Working
383383
-------------------------------------------------------------------------------
384384
EXTENSION: opcache
385-
PRIMARY MAINTAINER: Dmitry Stogov <dmitry@zend.com> (2013 - 2018)
385+
PRIMARY MAINTAINER: Dmitry Stogov <dmitry@php.net> (2013 - 2018)
386386
Xinchen Hui <[email protected]> (2013 - 2018)
387387
MAINTENANCE: Maintained
388388
STATUS: Working

TSRM/TSRM.c

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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
| [email protected] 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

Lines changed: 2 additions & 2 deletions
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
| [email protected] 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

Lines changed: 3 additions & 3 deletions
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
| [email protected] 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 <[email protected]> |
18-
| Dmitry Stogov <dmitry@zend.com> |
18+
| Dmitry Stogov <dmitry@php.net> |
1919
+----------------------------------------------------------------------+
2020
*/
2121

Zend/zend_API.h

Lines changed: 3 additions & 3 deletions
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
| [email protected] 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 <[email protected]> |
18-
| Dmitry Stogov <dmitry@zend.com> |
18+
| Dmitry Stogov <dmitry@php.net> |
1919
+----------------------------------------------------------------------+
2020
*/
2121

Zend/zend_alloc.c

Lines changed: 3 additions & 3 deletions
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
| [email protected] 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

Lines changed: 3 additions & 3 deletions
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
| [email protected] 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

Lines changed: 1 addition & 1 deletion
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
| [email protected] 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

Lines changed: 1 addition & 1 deletion
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
| [email protected] 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

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

Zend/zend_ast.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| [email protected] so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
1515
| Authors: Bob Weinand <[email protected]> |
16-
| Dmitry Stogov <dmitry@zend.com> |
16+
| Dmitry Stogov <dmitry@php.net> |
1717
| Nikita Popov <[email protected]> |
1818
+----------------------------------------------------------------------+
1919
*/

Zend/zend_bitset.h

Lines changed: 1 addition & 1 deletion
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
| [email protected] 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

Lines changed: 2 additions & 2 deletions
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
| [email protected] 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

Lines changed: 2 additions & 2 deletions
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
| [email protected] 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| [email protected] so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
1515
| Authors: Christian Seiler <[email protected]> |
16-
| Dmitry Stogov <dmitry@zend.com> |
16+
| Dmitry Stogov <dmitry@php.net> |
1717
| Marcus Boerger <[email protected]> |
1818
+----------------------------------------------------------------------+
1919
*/

Zend/zend_closures.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| [email protected] so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
1515
| Authors: Christian Seiler <[email protected]> |
16-
| Dmitry Stogov <dmitry@zend.com> |
16+
| Dmitry Stogov <dmitry@php.net> |
1717
+----------------------------------------------------------------------+
1818
*/
1919

Zend/zend_compile.c

Lines changed: 2 additions & 2 deletions
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
| [email protected] 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 <[email protected]> |
1818
+----------------------------------------------------------------------+
1919
*/

Zend/zend_compile.h

Lines changed: 2 additions & 2 deletions
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
| [email protected] 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

Lines changed: 2 additions & 2 deletions
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
| [email protected] 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

Lines changed: 2 additions & 2 deletions
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
| [email protected] 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

Lines changed: 2 additions & 2 deletions
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
| [email protected] 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

Lines changed: 2 additions & 2 deletions
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
| [email protected] 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

Lines changed: 2 additions & 2 deletions
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
| [email protected] 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 <[email protected]> |
1717
| Sterling Hughes <[email protected]> |
18-
| Zeev Suraski <zeev@zend.com> |
18+
| Zeev Suraski <zeev@php.net> |
1919
+----------------------------------------------------------------------+
2020
*/
2121

Zend/zend_exceptions.h

Lines changed: 2 additions & 2 deletions
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
| [email protected] 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 <[email protected]> |
1717
| Sterling Hughes <[email protected]> |
18-
| Zeev Suraski <zeev@zend.com> |
18+
| Zeev Suraski <zeev@php.net> |
1919
+----------------------------------------------------------------------+
2020
*/
2121

Zend/zend_execute.c

Lines changed: 3 additions & 3 deletions
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
| [email protected] 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

Lines changed: 3 additions & 3 deletions
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
| [email protected] 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

Lines changed: 3 additions & 3 deletions
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
| [email protected] 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_extensions.c

Lines changed: 2 additions & 2 deletions
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
| [email protected] 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

0 commit comments

Comments
 (0)