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/ldap | |
parent | 99a9e85c65bb01d8254557a7685f25b6b26ef111 (diff) | |
download | php-git-9afce019e0e4229c78654349d73ad3a69fce1497.tar.gz |
Future-proof email addresses
Diffstat (limited to 'ext/ldap')
-rw-r--r-- | ext/ldap/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index 110c53a0ad..35e0c06e82 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -20,7 +20,7 @@ | Stig Venaas <venaas@uninett.no> | | Doug Goldstein <cardoe@cardoe.com> | | Côme Chilliet <mcmic@php.net> | - | PHP 4.0 updates: Zeev Suraski <zeev@zend.com> | + | PHP 4.0 updates: Zeev Suraski <zeev@php.net> | +----------------------------------------------------------------------+ */ |