diff options
Diffstat (limited to 'ext/informix')
-rw-r--r-- | ext/informix/ifx.ec | 2 | ||||
-rw-r--r-- | ext/informix/php_informix.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/informix/ifx.ec b/ext/informix/ifx.ec index ff1ab84237..4479834385 100644 --- a/ext/informix/ifx.ec +++ b/ext/informix/ifx.ec @@ -15,7 +15,7 @@ | Authors: Danny Heijl <Danny.Heijl@cevi.be> : initial cut (ODS 7.2x) | | PHP4 port | | Christian Cartus <chc@idgruppe.de> : blobs, and IUS 9 | - | Jouni Ahto <jah@mork.net> : configuration stuff | + | Jouni Ahto <jouni.ahto@exdec.fi> : configuration stuff | | Based on the MySQL code by: Zeev Suraski <zeev@php.net> | +----------------------------------------------------------------------+ */ diff --git a/ext/informix/php_informix.h b/ext/informix/php_informix.h index 7b78b580c5..2571324036 100644 --- a/ext/informix/php_informix.h +++ b/ext/informix/php_informix.h @@ -25,7 +25,7 @@ +----------------------------------------------------------------------+ | Authors: Danny Heijl <Danny.Heijl@cevi.be>, initial cut (ODS 7) | | Christian Cartus <chc@idgruppe.de>, blobs, and IUS 9 | - | Jouni Ahto <jah@mork.net> : configuration stuff | + | Jouni Ahto <jouni.ahto@exdec.fi>, configuration stuff | | based on mysql code by: Zeev Suraski <zeev@php.net> | +----------------------------------------------------------------------+ */ |