This repository has been archived by the owner on Nov 12, 2021. It is now read-only.
Releases: pmmp/SPL
Releases · pmmp/SPL
0.4.1
Changes since 0.4.0
Fixed deprecation warnings in SplFixedByteArray
on PHP 7.4.
Now scanned by PHPStan level 8.
0.4.0
Changes since 0.3.6
Removed all logging-related classes (moved to the Log package).
Removed all class-loader related classes (moved to the ClassLoader package).
0.3.6
Changes since 0.3.5
Added @phpstan-param
to Logger::logException()
for static analysis.
0.3.5
Changes since 0.3.4
Clean up type ambiguities in PHPDoc.
Fixed BaseClassLoader->register()
not returning any value (interface requires bool
).
0.3.4
Changes since 0.3.3
Logger: fix @param type annotation for trace parameter
0.3.3
Changes since 0.3.2
Removed extension stub files. They have been moved to our stubs repo .
Added missing LICENSE
file.
Added .gitattributes
for line ending normalization.
0.3.2
Changes since 0.3.1
General
0.3.1
Changes since 0.3.0
BaseClassLoader
Fixed getAndRemoveLookupEntries()
attempting to shift BaseClassLoader
's own properties off instead of operating on the lookup table
Logger
Fixed typos in documentation of some methods
Stubs
Added php-ds extension stub
0.3.0
Changes since 0.2.0
General
Package name has changed from pocketmine/pocketmine-spl
to pocketmine/spl
.
Removed WeakRef
stub
Added igbinary
and ds
stubs
Updated pthreads
stub
ThreadedLoggerAttachment
Removed deprecated methods addAttachment()
, removeAttachment()
, removeAttachments()
and getAttachments()
.
You can’t perform that action at this time.