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 = (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]
--
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]