On Mon, 7 Feb 2005, M. Sokolewicz wrote:

> > #if PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 1
> >
> > works ;-)
>
> wouldn't
> #if PHP_MAJOR_VERSION >= 5 && PHP_MINOR_VERSION >= 1
> be better in case this code would ever be used with a hypothetical PHP
> version 6? ;)

No - then it wouldn't be triggered for PHP 6.0.

Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to