Re: [PHP-DEV] API number

2002-04-03 Thread Wez Furlong
Yes. It's exposed via php_file_le_stream(). --Wez. On 04/04/02, "Andrei Zmievski" <[EMAIL PROTECTED]> wrote: > On Tue, 02 Apr 2002, Wez Furlong wrote: > > Or you could use PHP_HAVE_STREAMS, also defined in main/php.h :-) > > Is the resource type for all kinds of streams le_stream? > > -Andrei

Re: [PHP-DEV] API number

2002-04-03 Thread Andrei Zmievski
On Tue, 02 Apr 2002, Wez Furlong wrote: > Or you could use PHP_HAVE_STREAMS, also defined in main/php.h :-) Is the resource type for all kinds of streams le_stream? -Andrei * The great thing about standards is that there are so many to choose from. * -- PHP Development Mailing List

Re: [PHP-DEV] API number

2002-04-02 Thread Yasuo Ohgaki
There are many changes. +1 for changing PHP_API_VERSION. (And fix all TSRM things for 4.3.0. Almost all non static functions should have TSRMLS_DC in proto) -- Yasuo Ohgaki Wez Furlong wrote: > Or you could use PHP_HAVE_STREAMS, also defined in main/php.h :-) > > --Wez. > > On 02/04/02, "Jani

Re: [PHP-DEV] API number

2002-04-02 Thread Wez Furlong
Or you could use PHP_HAVE_STREAMS, also defined in main/php.h :-) --Wez. On 02/04/02, "Jani Taskinen" <[EMAIL PROTECTED]> wrote: > main/php.h: > > #define PHP_API_VERSION 20010901 > > --Jani > > > On Mon, 1 Apr 2002, Andrei Zmievski wrote: > > >Since Wez put in streams implementat

Re: [PHP-DEV] API number

2002-04-01 Thread Jani Taskinen
main/php.h: #define PHP_API_VERSION 20010901 --Jani On Mon, 1 Apr 2002, Andrei Zmievski wrote: >Since Wez put in streams implementation, I must adjust PHP-GTK to >conform to it and that means distinguishing between old and new way >according to something like an API number. Do we

[PHP-DEV] API number

2002-04-01 Thread Andrei Zmievski
Since Wez put in streams implementation, I must adjust PHP-GTK to conform to it and that means distinguishing between old and new way according to something like an API number. Do we have an API_NO define in PHP somewhere? -Andrei It is commonly the case with technologies that you can get the be