Re: [PHP-DEV] [RFC] Versioning rules for PHP/Zend/PEAR/Extensions From: Zeev Suraski (zeev <email protected>)
Date: 09/27/01

At 12:52 27-09-01, Stig Sæther Bakken wrote:
>Yes, definitely.
>
>But what do you think about the versioning scheme Jani proposed?

-1 from me on it the way it is, I don't think that bumping the middle digit
for every functionality change is a good idea.
Bug-fixes and new functionality is intermixed in our development
process. I'd propose copying the Linux/Apache/MySQL approach, where the
first digit is bumped in case of a serious infrastructure
change/rewrite; The middle digit is bumped for things that strongly affect
the way you use PHP (e.g., turning register_globals off by default, or
something equally far-reaching); The 3rd digit is bumped for everything else.

Zeev

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>