Skip to content

0.9.14

Compare
Choose a tag to compare
@trowski trowski released this 11 Feb 16:57
1ccd633
  • Removed amphp/file and amphp/uri dependencies. Host file loading is now done with a synchronous read by default. We felt an asynchronous read was not necessary for what should be a local file that is (generally) read only once. Async reading can be restored if desired by extending HostLoader and overloading readFile().
  • Added functions isValidName() and normalizeName().