Gustavo Lopes b482f2f156 Add largepage.cpp and motw.cpp to Windows build config
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>
2026-03-08 21:51:37 +00:00
2017-07-22 04:00:29 +01:00
2004-06-11 08:01:01 +00:00
2010-05-31 20:05:42 +00:00
2013-10-11 15:29:34 +04:00
2020-12-06 19:57:33 +00:00
2026-03-08 15:11:27 +00:00
2026-03-08 15:09:46 +00:00
2020-09-28 09:43:30 +01:00
2020-12-06 19:18:01 +00:00
2020-09-28 09:43:30 +01:00
2026-03-08 21:12:54 +00:00
2026-03-08 21:48:55 +00:00
2026-03-08 21:12:54 +00:00
2026-03-08 21:12:54 +00:00
2026-03-08 21:12:54 +00:00
2010-04-28 15:42:06 +00:00
2026-03-08 15:21:45 +00:00
2020-12-06 19:18:01 +00:00

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.

codecov

S
Description
No description provided
Readme 3.4 MiB
Latest
2026-02-25 09:32:08 +01:00
Languages
C++ 68.7%
PHP 17%
C 12.2%
Dockerfile 0.7%
Just 0.5%
Other 0.8%