Re: [PHP-CVS] cvs: php4 /main rfc1867.c

2001-01-19 Thread Sascha Schumann
On Fri, 19 Jan 2001, Andi Gutmans wrote: > Are you talking about accessing it from a C extension or from a PHP script? > Because I don't think it's accessible from a PHP script. C++ extension. - Sascha -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

Re: [PHP-CVS] cvs: php4 /main rfc1867.c

2001-01-19 Thread Andi Gutmans
Are you talking about accessing it from a C extension or from a PHP script? Because I don't think it's accessible from a PHP script. Andi At 04:50 PM 1/19/2001 +0100, Sascha Schumann wrote: >On Fri, 19 Jan 2001, Rasmus Lerdorf wrote: > > > > - is_arr_upload =

Re: [PHP-CVS] cvs: php4 /main rfc1867.c

2001-01-19 Thread Sascha Schumann
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 bum

Re: [PHP-CVS] cvs: php4 /main rfc1867.c

2001-01-19 Thread Rasmus Lerdorf
> - is_arr_upload = (start_arr = >strrchr(namebuf,'[')) && > + is_arr_upload = (start_arr = >strchr(namebuf,'[')) && Yes, this makes more sense. -Rasmus -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-ma