Skip to content

Commit 67e0138

Browse files
committed
Future-proof email addresses...
1 parent 54dc07f commit 67e0138

File tree

133 files changed

+210
-210
lines changed

Some content is hidden

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

133 files changed

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

ext/bcmath/bcmath.c

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-
| Author: Andi Gutmans <andi@zend.com> |
15+
| Author: Andi Gutmans <andi@php.net> |
1616
+----------------------------------------------------------------------+
1717
*/
1818

ext/bcmath/php_bcmath.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-
| Author: Andi Gutmans <andi@zend.com> |
15+
| Author: Andi Gutmans <andi@php.net> |
1616
+----------------------------------------------------------------------+
1717
*/
1818

ext/imap/php_imap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
| Hartmut Holzgraefe <[email protected]> |
2424
| Jani Taskinen <[email protected]> |
2525
| Daniel R. Kalowsky <[email protected]> |
26-
| PHP 4.0 updates: Zeev Suraski <zeev@zend.com> |
26+
| PHP 4.0 updates: Zeev Suraski <zeev@php.net> |
2727
+----------------------------------------------------------------------+
2828
*/
2929

ext/imap/php_imap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
| Hartmut Holzgraefe <[email protected]> |
2424
| Jani Taskinen <[email protected]> |
2525
| Daniel R. Kalowsky <[email protected]> |
26-
| PHP 4.0 updates: Zeev Suraski <zeev@zend.com> |
26+
| PHP 4.0 updates: Zeev Suraski <zeev@php.net> |
2727
+----------------------------------------------------------------------+
2828
*/
2929

ext/ldap/ldap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
| Stig Venaas <[email protected]> |
2121
| Doug Goldstein <[email protected]> |
2222
| Côme Chilliet <[email protected]> |
23-
| PHP 4.0 updates: Zeev Suraski <zeev@zend.com> |
23+
| PHP 4.0 updates: Zeev Suraski <zeev@php.net> |
2424
+----------------------------------------------------------------------+
2525
*/
2626

ext/mysqlnd/mysqlnd_block_alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
| Authors: Andrey Hristov <[email protected]> |
1616
| Ulf Wendel <[email protected]> |
17-
| Dmitry Stogov <dmitry@zend.com> |
17+
| Dmitry Stogov <dmitry@php.net> |
1818
+----------------------------------------------------------------------+
1919
*/
2020

ext/oci8/oci8.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
| ZTS per process OCIPLogon by Harald Radi <[email protected]> |
2222
| |
2323
| Redesigned by: Antony Dovgal <[email protected]> |
24-
| Andi Gutmans <andi@zend.com> |
24+
| Andi Gutmans <andi@php.net> |
2525
| Wez Furlong <[email protected]> |
2626
+----------------------------------------------------------------------+
2727
*/

ext/oci8/oci8_collection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
| ZTS per process OCIPLogon by Harald Radi <[email protected]> |
2121
| |
2222
| Redesigned by: Antony Dovgal <[email protected]> |
23-
| Andi Gutmans <andi@zend.com> |
23+
| Andi Gutmans <andi@php.net> |
2424
| Wez Furlong <[email protected]> |
2525
+----------------------------------------------------------------------+
2626
*/

ext/oci8/oci8_failover.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
| ZTS per process OCIPLogon by Harald Radi <[email protected]> |
2121
| |
2222
| Redesigned by: Antony Dovgal <[email protected]> |
23-
| Andi Gutmans <andi@zend.com> |
23+
| Andi Gutmans <andi@php.net> |
2424
| Wez Furlong <[email protected]> |
2525
+----------------------------------------------------------------------+
2626
*/

ext/oci8/oci8_interface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
| ZTS per process OCIPLogon by Harald Radi <[email protected]> |
2121
| |
2222
| Redesigned by: Antony Dovgal <[email protected]> |
23-
| Andi Gutmans <andi@zend.com> |
23+
| Andi Gutmans <andi@php.net> |
2424
| Wez Furlong <[email protected]> |
2525
+----------------------------------------------------------------------+
2626
*/

ext/oci8/oci8_lob.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
| ZTS per process OCIPLogon by Harald Radi <[email protected]> |
2121
| |
2222
| Redesigned by: Antony Dovgal <[email protected]> |
23-
| Andi Gutmans <andi@zend.com> |
23+
| Andi Gutmans <andi@php.net> |
2424
| Wez Furlong <[email protected]> |
2525
+----------------------------------------------------------------------+
2626
*/

ext/oci8/oci8_statement.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
| ZTS per process OCIPLogon by Harald Radi <[email protected]> |
2121
| |
2222
| Redesigned by: Antony Dovgal <[email protected]> |
23-
| Andi Gutmans <andi@zend.com> |
23+
| Andi Gutmans <andi@php.net> |
2424
| Wez Furlong <[email protected]> |
2525
+----------------------------------------------------------------------+
2626
*/

ext/oci8/php_oci8.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
| ZTS per process OCIPLogon by Harald Radi <[email protected]> |
2121
| |
2222
| Redesigned by: Antony Dovgal <[email protected]> |
23-
| Andi Gutmans <andi@zend.com> |
23+
| Andi Gutmans <andi@php.net> |
2424
| Wez Furlong <[email protected]> |
2525
+----------------------------------------------------------------------+
2626
*/

ext/oci8/php_oci8_int.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
| ZTS per process OCIPLogon by Harald Radi <[email protected]> |
2121
| |
2222
| Redesigned by: Antony Dovgal <[email protected]> |
23-
| Andi Gutmans <andi@zend.com> |
23+
| Andi Gutmans <andi@php.net> |
2424
| Wez Furlong <[email protected]> |
2525
+----------------------------------------------------------------------+
2626
*/

ext/opcache/Optimizer/block_pass.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
| Stanislav Malyshev <[email protected]> |
18-
| Dmitry Stogov <dmitry@zend.com> |
18+
| Dmitry Stogov <dmitry@php.net> |
1919
+----------------------------------------------------------------------+
2020
*/
2121

ext/opcache/Optimizer/compact_literals.c

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
| Xinchen Hui <[email protected]> |
1717
+----------------------------------------------------------------------+
1818
*/

ext/opcache/Optimizer/dce.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: Nikita Popov <[email protected]> |
16-
| Dmitry Stogov <dmitry@zend.com> |
16+
| Dmitry Stogov <dmitry@php.net> |
1717
+----------------------------------------------------------------------+
1818
*/
1919

ext/opcache/Optimizer/dfa_pass.c

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

ext/opcache/Optimizer/escape_analysis.c

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

ext/opcache/Optimizer/nop_removal.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
| Stanislav Malyshev <[email protected]> |
18-
| Dmitry Stogov <dmitry@zend.com> |
18+
| Dmitry Stogov <dmitry@php.net> |
1919
+----------------------------------------------------------------------+
2020
*/
2121

ext/opcache/Optimizer/optimize_func_calls.c

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
| Xinchen Hui <[email protected]> |
1717
+----------------------------------------------------------------------+
1818
*/

ext/opcache/Optimizer/optimize_temp_vars_5.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
| Stanislav Malyshev <[email protected]> |
18-
| Dmitry Stogov <dmitry@zend.com> |
18+
| Dmitry Stogov <dmitry@php.net> |
1919
+----------------------------------------------------------------------+
2020
*/
2121

ext/opcache/Optimizer/pass1_5.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
| Stanislav Malyshev <[email protected]> |
18-
| Dmitry Stogov <dmitry@zend.com> |
18+
| Dmitry Stogov <dmitry@php.net> |
1919
+----------------------------------------------------------------------+
2020
*/
2121

ext/opcache/Optimizer/pass2.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
| Stanislav Malyshev <[email protected]> |
18-
| Dmitry Stogov <dmitry@zend.com> |
18+
| Dmitry Stogov <dmitry@php.net> |
1919
+----------------------------------------------------------------------+
2020
*/
2121

ext/opcache/Optimizer/pass3.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
| Stanislav Malyshev <[email protected]> |
18-
| Dmitry Stogov <dmitry@zend.com> |
18+
| Dmitry Stogov <dmitry@php.net> |
1919
+----------------------------------------------------------------------+
2020
*/
2121

ext/opcache/Optimizer/sccp.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: Nikita Popov <[email protected]> |
16-
| Dmitry Stogov <dmitry@zend.com> |
16+
| Dmitry Stogov <dmitry@php.net> |
1717
+----------------------------------------------------------------------+
1818
*/
1919

ext/opcache/Optimizer/zend_call_graph.c

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

ext/opcache/Optimizer/zend_call_graph.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

ext/opcache/Optimizer/zend_cfg.c

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

ext/opcache/Optimizer/zend_cfg.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

ext/opcache/Optimizer/zend_dfg.c

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

0 commit comments

Comments
 (0)