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
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 =
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
> - 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
4 matches
Mail list logo