Skip to content

Tags: demmer/hhvm-autoload

Tags

v3.2.0

Toggle v3.2.0's commit message

Unverified

The committer email address is not verified.
replace assert($x is Y) with $x as Y

v3.1.6

Toggle v3.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Match "typedef" as a kind in the fallback handler (hhvm#62)

* Match "typedef" as a kind in the fallback handler

This switch cause a RuntimeException for not being exhaustive.

* Comment typo, wrong env var

v2.0.14

Toggle v2.0.14's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jjergus Ján
support Composer 2.0 (hhvm#61)

v3.1.5

Toggle v3.1.5's commit message

Unverified

The committer email address is not verified.
Remove TravisCI configuration

v3.1.4

Toggle v3.1.4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jjergus Ján
replace $GLOBALS with \HH\global_get()

v3.1.3

Toggle v3.1.3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jjergus Ján
don't use is_* functions for arrays

is_array not supported in HHVM 4.71+
others not supported before HHVM 4.45
is/as expressions work across all versions

we don't care about the exact array type here, so using the most generic available interface everywhere

v3.1.2

Toggle v3.1.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jjergus Ján
array -> v/darray typehints

v3.1.1

Toggle v3.1.1's commit message

Unverified

The committer email address is not verified.
Don't raise varray notices on HHVM 4.58

v3.1.0

Toggle v3.1.0's commit message

Unverified

The committer email address is not verified.
Stop attempting to remove SPL autoloaders

The SPL autoload mechanism has been removed in current nightlies, so
this fails to typecheck.

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
delete ComposerImporter (hhvm#50)

Also removes:

- `autoloadFilesBehavior` config option (this is backwards compatible because invalid keys are ignored -- I also updated tests to check for that)
- all filters
- leftover test fixtures

Also updates README.

This should be a new major release (hhvm-autoload 3.0.0)