Skip to content

2.10.1: URI loading fixes

Compare
Choose a tag to compare
@thekid thekid released this 24 Jun 17:24
· 1095 commits to master since this release
  • Fixed throw expressions with variables, e.g. () ==> throw $e;.
    (@thekid)
  • Fixed URI loading for CompilingClassLoader - this way, loading
    classes via URIs works, and thus e.g. xp test path/to/Test.php.
    (@thekid)