summaryrefslogtreecommitdiff
path: root/ext/opcache/Optimizer/zend_ssa.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2018-11-01 18:30:28 +0200
committerZeev Suraski <zeev@php.net>2018-11-01 18:30:28 +0200
commit67e0138c0dfd966624223911a0821f6c294ad1c6 (patch)
tree869053fdf3eda0db61377c4db9ccd5cb352cfa2c /ext/opcache/Optimizer/zend_ssa.c
parent54dc07f3dc9fa2fcfeb2d2c6aebf79bd34ab041c (diff)
downloadphp-git-67e0138c0dfd966624223911a0821f6c294ad1c6.tar.gz
Future-proof email addresses...
Diffstat (limited to 'ext/opcache/Optimizer/zend_ssa.c')
-rw-r--r--ext/opcache/Optimizer/zend_ssa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/Optimizer/zend_ssa.c b/ext/opcache/Optimizer/zend_ssa.c
index b4f54264ba..ea387bb95f 100644
--- a/ext/opcache/Optimizer/zend_ssa.c
+++ b/ext/opcache/Optimizer/zend_ssa.c
@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Dmitry Stogov <dmitry@zend.com> |
+ | Authors: Dmitry Stogov <dmitry@php.net> |
| Nikita Popov <nikic@php.net> |
+----------------------------------------------------------------------+
*/