On Fri, 19 Jan 2001, Rasmus Lerdorf wrote:

> > -                                   is_arr_upload = (start_arr = 
>strrchr(namebuf,'[')) &&
> > +                                   is_arr_upload = (start_arr = 
>strchr(namebuf,'[')) &&
>
> Yes, this makes more sense.

    Does anyone mind, if I bump the never used PHP_API_VERSION
    number?  I need some way to tell from the outside whether the
    above change exists in the installation.

    - Sascha


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to