diff options
author | Zeev Suraski <zeev@php.net> | 2018-11-01 18:35:32 +0200 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2018-11-01 18:35:32 +0200 |
commit | 9afce019e0e4229c78654349d73ad3a69fce1497 (patch) | |
tree | 699b3aa2cddad37ada2ac93d9a09643d2b516f18 /ext/standard/file.c | |
parent | 99a9e85c65bb01d8254557a7685f25b6b26ef111 (diff) | |
download | php-git-9afce019e0e4229c78654349d73ad3a69fce1497.tar.gz |
Future-proof email addresses
Diffstat (limited to 'ext/standard/file.c')
-rw-r--r-- | ext/standard/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/file.c b/ext/standard/file.c index 3304c64308..c2fd7d4a3b 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -14,8 +14,8 @@ +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf <rasmus@php.net> | | Stig Bakken <ssb@php.net> | - | Andi Gutmans <andi@zend.com> | - | Zeev Suraski <zeev@zend.com> | + | Andi Gutmans <andi@php.net> | + | Zeev Suraski <zeev@php.net> | | PHP 4.0 patches by Thies C. Arntzen (thies@thieso.net) | | PHP streams by Wez Furlong (wez@thebrainroom.com) | +----------------------------------------------------------------------+ |