Re: [PHP-DEV] detecting php versions

2002-05-06 Thread derick
On Mon, 6 May 2002, brad lafountain wrote: > Hello, > > My extension uses php_start_ob_buffer() i am trying to cross compile it from > php-4.1.2 and php-4.2.0. Well the number of parameters in php_start_ob_buffer > changed and PHP_API_VERSION stayed the same between the two. Is there a way > tha

Re: [PHP-DEV] detecting php versions

2002-05-06 Thread andrey
> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 07, 2002 8:10 AM Subject: [PHP-DEV] detecting php versions > Hello, > > My extension uses php_start_ob_buffer() i am trying to cross compile it from > php-4.1.2 and php-4.2.0. Well the number of parameters in php_start_ob_buffer &

[PHP-DEV] detecting php versions

2002-05-06 Thread brad lafountain
Hello, My extension uses php_start_ob_buffer() i am trying to cross compile it from php-4.1.2 and php-4.2.0. Well the number of parameters in php_start_ob_buffer changed and PHP_API_VERSION stayed the same between the two. Is there a way that i can detect this at compile time. - Brad __