From: Corne' Cornelius Date: Tue, 25 Feb 2003 06:59:15 +0000 (+0000) Subject: - Added Corne' Cornelius to CREDITS/Authors X-Git-Tag: RELEASE_0_5~757 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=086b317448ba7e5226d30bc0c247c4803d2b4a67;p=php - Added Corne' Cornelius to CREDITS/Authors --- diff --git a/ext/informix/CREDITS b/ext/informix/CREDITS index 993073bad4..b98418479b 100644 --- a/ext/informix/CREDITS +++ b/ext/informix/CREDITS @@ -1,2 +1,2 @@ Informix -Danny Heijl, Christian Cartus +Danny Heijl, Christian Cartus, Corne' Cornelius diff --git a/ext/informix/ifx.ec b/ext/informix/ifx.ec index 1339121e43..162806432a 100644 --- a/ext/informix/ifx.ec +++ b/ext/informix/ifx.ec @@ -16,6 +16,7 @@ | PHP4 port | | Christian Cartus : blobs, and IUS 9 | | Jouni Ahto : configuration stuff | + | Corne' Cornelius : input descriptors | | Based on the MySQL code by: Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/ext/informix/php_informix.h b/ext/informix/php_informix.h index 043eda4a9d..0899af2b91 100644 --- a/ext/informix/php_informix.h +++ b/ext/informix/php_informix.h @@ -15,6 +15,7 @@ | Authors: Danny Heijl , initial cut (ODS 7) | | Christian Cartus , blobs, and IUS 9 | | Jouni Ahto , configuration stuff | + | Corne' Cornelius , input descriptors | | based on mysql code by: Zeev Suraski | +----------------------------------------------------------------------+ */ diff --git a/ext/informix/php_informix_includes.h b/ext/informix/php_informix_includes.h index fc0832bcc2..001fbdecba 100644 --- a/ext/informix/php_informix_includes.h +++ b/ext/informix/php_informix_includes.h @@ -15,6 +15,7 @@ | Authors: Danny Heijl , initial cut (ODS 7) | | Christian Cartus , blobs, and IUS 9 | | Jouni Ahto , configuration stuff | + | Corne' Cornelius , input descriptors | | based on mysql code by: Zeev Suraski | +----------------------------------------------------------------------+ */