diff options
| -rw-r--r-- | ext/informix/ifx.ec | 4 |
1 files changed, 2 insertions, 2 deletions
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"); |
