mirror of
https://github.com/php-win-ext/php-rar.git
synced 2026-04-29 07:13:12 +02:00
b482f2f156b71d190849752e5ca52a2fffe61a22
These files implement LargePageAlloc and MarkOfTheWeb classes respectively, which were causing 13 unresolved external symbols during the Windows DLL link step. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
PHP extension for reading RAR archives using the bundled UnRAR library.
This extension uses a modified version of the UnRAR library. The UnRAR library is an official open-source library by RARLabs, an auto generated subset of the RAR codebase. It is available from http://www.rarlab.com/rar_add.htm Please note that it has a more restrictive license than the PHP bindings, barring using it to re-create the RAR compression algorithm. See unrar/LICENSE.txt for details.
Some modifications have been applied to the UnRAR library, mainly to allow streaming extraction of files without using threads.
Description
Releases
1
Languages
C++
68.7%
PHP
17%
C
12.2%
Dockerfile
0.7%
Just
0.5%
Other
0.8%