xrange

Numeric iterator primitives


xrange is a compiled extension that provides numeric iteration primitives to PHP on top of SPL. It includes a lean numeric range generator / iterator, modeled after Python's xrange() function. It's intended to provide an alternative for all numeric iteration and looping.

License: PHP License

This package is not maintained, if you would like to take over please go to this page.

Latest releases

Version Release Download
1.3.2 2012-07-28 xrange-1.3.2.tgz
1.3.1 2008-03-01 xrange-1.3.1.tgz
1.3 2008-02-25 xrange-1.3.tgz
Show all releases

Changelog

Version Message
1.3.2 - Fixed build on PHP 5.3+
- Fixed memory leaks
1.3.1 - Fixed version numbering scheme (x.y.z)
- Added missing classes to php_info output
- Fix for bug #13225 - implicit declaration warnings
1.3 - PECL migration
- Added three new filter iterators
Show complete changelog