freebsd-ports/devel/pecl-operator/pkg-message
Sam Lawrance 4bc2ecaa39 Update to 0.3.
PR:		ports/93069
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru> (maintainer)
2006-02-12 10:45:39 +00:00

16 lines
783 B
Text

********************************************************************************
Version 0.3 of the operator package adds support for comparator ops.
Please note: ZE treats > style comparisons as backwards < comparisons,
so what looks like a left-associative greater than becomes a right-associative
less-than. Because of this, overloading the > and >= operators for
left-association requires application of a parser patch.
If you would like to use this new functionality, please copy
compare-greater-5.1.2.diff patch file from operator-0.3 distributive
to ${PORTSDIR}/lang/php5/files/patch-compare-greater-5.1.2.diff
reinstall PHP engine and then install pecl-operator package.
********************************************************************************