Re: [PHP-DEV] Bug w/ multi-dimensional form elements and file uploads? From: Sascha Schumann (sascha <email protected>)
Date: 01/19/01

    [hate to reply to myself, but I don't want to waste other
    people's time looking into this thing.]

    I think I've found the bug.

    The comment in rfc1867.c around line 195 says:

        start_arr is set to point to 1st [

    But the code use strrchr to locate the bracket, so start_arr
    is set to the last bracket. The attached one-liner fixes it.

    Comments?

    - Sascha

  • TEXT/PLAIN attachment: difx

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>