summaryrefslogtreecommitdiffstats
path: root/inc/iputil.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove 32bit supportSimon Rettberg2023-11-151-5/+0Star
| | | | | | | int is always the native word size, and we don't really test anything on 32bit OSes anymore. 32bit support already required ugly workarounds in the past for large file sizes and ip2long, so we can finally get rid of those and just put an initial check in install.php.
* Fix more type errors, stricter typingSimon Rettberg2023-11-151-0/+2
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-16/+18
|
* [inc/IpUtil] parseCidr(): Handle IP-only param just like /32Simon Rettberg2020-04-161-2/+9
|
* [inc/IpUtil] Add missing classSimon Rettberg2019-12-101-0/+72