xrange

This package is not maintained, if you would like to take over please go to this page.
No replacement provided. Contact us if you know a replacement.

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.

Maintainer

  • Paul Chandler (lead )

Details

Downloads: 16428
1.3.2
12 years ago
Download DLL for processor with 64 bits architecture (x64)
PHP 5.6
Loading...
PHP 5.5
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 5.6
Loading...
PHP 5.5
Loading...
PHP 5.4
Loading...
PHP 5.3
Loading...
Version 1.3.2 change log


- Fixed build on PHP 5.3+
- Fixed memory leaks

requires:

  • php >=5.0.0
  • pearinstaller >=1.4.0b1
  • spl