markrogoyski / ipv4-subnet-calculator-php

Network calculator for subnet mask and other classless (CIDR) network information.
MIT License
168 stars 42 forks source link

List All IPs #4 #11

Closed fillmorejd closed 5 years ago

fillmorejd commented 6 years ago

4

10

Updated php version to 5.5 to support generators Added getAllIPs Created tests

markrogoyski commented 6 years ago

Hi @fillmorejd, Thank you for the pull request!

I have merged your changes into the develop branch. I have fixed the build/lint issues and made a few other small adjustments. This will be included in the next release.

Thanks again! Mark

fillmorejd commented 6 years ago

Thank you!

markrogoyski commented 5 years ago

These changes have been included in the latest release, v3.0.0.

Thank you again for the pull request!