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.
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.
To install php-xrange, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install php-xrange
To see what files were installed by php-xrange, run:
port contents php-xrange
To later upgrade php-xrange, run:
sudo port selfupdate && sudo port upgrade php-xrange
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.