From: Danny Heijl Date: Sun, 28 May 2000 11:08:28 +0000 (+0000) Subject: - Name correction. X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~219 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a603902561d8516ad89bc72ff6197c804abba63d;p=php - Name correction. --- diff --git a/ext/informix/ifx.ec b/ext/informix/ifx.ec index 6bfba01720..463a5dda4b 100644 --- a/ext/informix/ifx.ec +++ b/ext/informix/ifx.ec @@ -2122,7 +2122,7 @@ $ifdef HAVE_IFX_IUS; fieldleng=ifx_var_getlen(&lvar_tmp); - if (fieldleng > 2) fieldleng -= 2; /* fix by Alan Sheperd */ + if (fieldleng > 2) fieldleng -= 2; /* fix by Alex Shepherd */ if ((char_data = (char *)emalloc(fieldleng + 1)) == NULL) { php_error(E_WARNING, "Out of memory"); @@ -2472,7 +2472,7 @@ $ifdef HAVE_IFX_IUS; fieldleng=ifx_var_getlen(&lvar_tmp); - if (fieldleng > 2) fieldleng -= 2; /* fix by Alan Sheperd */ + if (fieldleng > 2) fieldleng -= 2; /* fix by Alex Shepherd */ if ((char_data = (char *)emalloc(fieldleng + 1)) == NULL) { php_error(E_WARNING, "Out of memory");