Philip Olson
Philip Olson
One issue: `idn_to_ascii()` and `idn_to_utf8()` only emit `ValueError` if the domain is empty as of 8.4, it does not apply to domain length like the above comment suggests. Also, surprisingly...
Thanks @KananSu, much appreciated! I made a couple changes due to how the site changed after this PR was created.
Same issue here. A few different workarounds (that worked for me during testing) are: - Don't use Docker :) - To use Docker, checkout the `doc-base` repo next to `doc-en`...
Assigning to self as an opportunity to learn about `phar`, thank you @GuillaumeAllegre for reporting!
Interesting. I'd think `$_SERVER['REQUEST_TIME']` would be defined by the web server, when it received (started) the request, so I'm making a wrong assumption here? I did a simple test and...