Re: [PHP4BETA] cvs: php4 /ext/informix/ ifx.ec
[email protected] (Andi Gutmans)
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
Is it necessary to have a notice on who fixed each line in the source
code?
Andi
On Sun, 28 May 2000, Danny Heijl wrote:
> danny Sun May 28 04:08:28 2000 EDT
>
> Modified files:
> /php4/ext/informix ifx.ec
> Log:
> - Name correction.
>
>
> Index: php4/ext/informix/ifx.ec
> diff -u php4/ext/informix/ifx.ec:1.34 php4/ext/informix/ifx.ec:1.35
> --- php4/ext/informix/ifx.ec:1.34 Tue May 23 16:13:33 2000
> +++ php4/ext/informix/ifx.ec Sun May 28 04:08:27 2000
> @@ -2122,7 +2122,7 @@
>
> 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 @@
>
> 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");
>
>
>
>