<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:annotate="http://purl.org/rss/1.0/modules/annotate/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<channel>
<title>Apache Lounge</title>
<link>http://www.apachelounge.com/</link>
<description>Apache Webmasters Home</description>
<managingEditor>steffen@land10web.com (Steffen)</managingEditor>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>RSS Feed 2.2.4</generator>
<language>en</language>
<lastBuildDate>Sat, 15 Aug 2026 10:08:24 GMT</lastBuildDate>
<image>
<url>http://www.apachelounge.com/images/apachelounge.png</url>
<title>Apache Lounge</title>
<link>http://www.apachelounge.com/</link>
<width>118</width>
<height>26</height>
</image>
<atom:link href="http://feeds.feedburner.com/ApacheLounge" rel="self" type="application/rss+xml" />
<item>
<title>RE: Wampserver addons &amp; applications</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44471#44471</link>
<pubDate>Sat, 15 Aug 2026 09:21:21 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44471#44471</guid>
<description>
Hi,
&lt;br /&gt;

&lt;br /&gt;
- Adminer 6.0.1
&lt;br /&gt;
&lt;a href=&quot;https://wampserver.aviatechno.net/files/apps/wampserver3_x64_adminer6.0.1.exe&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://wampserver.aviatechno.net/files/apps/wampserver3_x64_adminer6.0.1.exe&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 140&lt;br /&gt;
</description>
<dc:creator>Otomatic</dc:creator>
<dc:subject>Third-party Modules</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=42139#42139" />
</item>
<item>
<title>RE: 'Primary script unknown' into Apache logs</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44470#44470</link>
<pubDate>Thu, 13 Aug 2026 10:40:02 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44470#44470</guid>
<description>
First thought is to surround that with the &amp;quot;does the file exist&amp;quot; question. 
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br /&gt;
&amp;lt;Location /php-status-www&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;lt;If &amp;quot;-f %&amp;#123;REQUEST_FILENAME&amp;#125;&amp;quot;&amp;gt; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; SetHandler proxy&amp;#58;unix&amp;#58;/srv/run/php/www.sock|fcgi&amp;#58;//localhost
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;lt;/If&amp;gt; 
&lt;br /&gt;
&amp;lt;/Location&amp;gt;
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
The other thought is: does it make sense to look for the requesting host and limit that. Like REMOTE_ADDR or REMOTE_HOST. Or require ip 10.1.0.0/16 or Require host example.org
&lt;br /&gt;

&lt;br /&gt;
See &lt;a href=&quot;https://httpd.apache.org/docs/2.4/mod/mod_authz_host.html#reqhost&quot; target=&quot;_blank&quot;&gt;https://httpd.apache.org/docs/2.4/mod/mod_authz_host.html#reqhost&lt;/a&gt; and &lt;a href=&quot;https://httpd.apache.org/docs/2.4/expr.html&quot; target=&quot;_blank&quot;&gt;https://httpd.apache.org/docs/2.4/expr.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 7&lt;br /&gt;
</description>
<dc:creator>James Blond</dc:creator>
<dc:subject>Apache</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44461#44461" />
</item>
<item>
<title>RE: 'Primary script unknown' into Apache logs</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44469#44469</link>
<pubDate>Tue, 11 Aug 2026 08:03:35 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44469#44469</guid>
<description>
Hi,
&lt;br /&gt;

&lt;br /&gt;
I�m not entirely sure how things are configured with my hosting provider.
&lt;br /&gt;
What I do know is that the mod_proxy_fcgi.c module is loaded and that the Apache configuration (2.4.43) contains directives such as:
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;Location /php-status-www&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;SetHandler proxy&amp;#58;unix&amp;#58;/srv/run/php/www.sock|fcgi&amp;#58;//localhost
&lt;br /&gt;
&amp;lt;/Location&amp;gt;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
Sorry, I can't say any more than that.&lt;br /&gt;&lt;br /&gt;Topic Replies: 7&lt;br /&gt;
</description>
<dc:creator>Otomatic</dc:creator>
<dc:subject>Apache</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44461#44461" />
</item>
<item>
<title>RE: 'Primary script unknown' into Apache logs</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44468#44468</link>
<pubDate>Tue, 11 Aug 2026 07:09:09 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44468#44468</guid>
<description>
I wonder. Where do you use proxy fcgi?&lt;br /&gt;&lt;br /&gt;Topic Replies: 7&lt;br /&gt;
</description>
<dc:creator>James Blond</dc:creator>
<dc:subject>Apache</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44461#44461" />
</item>
<item>
<title>RE: HTTP/3 support availability</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44467#44467</link>
<pubDate>Mon, 10 Aug 2026 15:05:18 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44467#44467</guid>
<description>
Posted at the developer list :
&lt;br /&gt;

&lt;br /&gt;
&lt;a href=&quot;https://lists.apache.org/thread/xh27loq08vbkm0vkr44mz185rtwc9qg6&quot; target=&quot;_blank&quot;&gt;https://lists.apache.org/thread/xh27loq08vbkm0vkr44mz185rtwc9qg6&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 14&lt;br /&gt;
</description>
<dc:creator>admin</dc:creator>
<dc:subject>Apache</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=41368#41368" />
</item>
<item>
<title>RE: Wampserver addons &amp; applications</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44466#44466</link>
<pubDate>Sat, 08 Aug 2026 09:11:38 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44466#44466</guid>
<description>
Hi,
&lt;br /&gt;

&lt;br /&gt;
- Adminer 6.0.0
&lt;br /&gt;
&lt;a href=&quot;https://wampserver.aviatechno.net/files/apps/wampserver3_x64_adminer6.0.0.exe&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://wampserver.aviatechno.net/files/apps/wampserver3_x64_adminer6.0.0.exe&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 140&lt;br /&gt;
</description>
<dc:creator>Otomatic</dc:creator>
<dc:subject>Third-party Modules</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=42139#42139" />
</item>
<item>
<title>RE: 'Primary script unknown' into Apache logs</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44465#44465</link>
<pubDate>Fri, 07 Aug 2026 13:13:37 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44465#44465</guid>
<description>
Hi,
&lt;br /&gt;

&lt;br /&gt;
The Handler is :
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;AddHandler application/x-httpd-php .php&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
And, yes the saved file contains the PHP code.&lt;br /&gt;&lt;br /&gt;Topic Replies: 7&lt;br /&gt;
</description>
<dc:creator>Otomatic</dc:creator>
<dc:subject>Apache</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44461#44461" />
</item>
<item>
<title>RE: 'Primary script unknown' into Apache logs</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44464#44464</link>
<pubDate>Fri, 07 Aug 2026 10:44:48 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44464#44464</guid>
<description>
Pardon me for that. How was the Handler set before? Because now the file content is sent as a download. I'm pretty sure it contains the PHP code.&lt;br /&gt;&lt;br /&gt;Topic Replies: 7&lt;br /&gt;
</description>
<dc:creator>James Blond</dc:creator>
<dc:subject>Apache</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44461#44461" />
</item>
<item>
<title>RE: 'Primary script unknown' into Apache logs</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44463#44463</link>
<pubDate>Fri, 07 Aug 2026 07:41:34 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44463#44463</guid>
<description>
Thank you.
&lt;br /&gt;

&lt;br /&gt;
However, if I add this to the .htaccess file on my local site, when I request access to the website, a window appears with the title:
&lt;br /&gt;

&lt;br /&gt;
Enter the file name for saving
&lt;br /&gt;

&lt;br /&gt;
And a file name like: IRbiKAYR&lt;br /&gt;&lt;br /&gt;Topic Replies: 7&lt;br /&gt;
</description>
<dc:creator>Otomatic</dc:creator>
<dc:subject>Apache</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44461#44461" />
</item>
<item>
<title>RE: 'Primary script unknown' into Apache logs</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44462#44462</link>
<pubDate>Fri, 07 Aug 2026 06:10:32 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44462#44462</guid>
<description>
It is a better solution to get a real 404 error. To do that you better check if that file exists.
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br /&gt;
&amp;lt;Files ~ &amp;quot;\.php$&amp;quot;&amp;gt; 
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;If &amp;quot;-f %&amp;#123;REQUEST_FILENAME&amp;#125;&amp;quot;&amp;gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SetHandler &amp;quot;proxy&amp;#58;fcgi&amp;#58;//127.0.0.1&amp;#58;9000&amp;quot;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;/If&amp;gt;
&lt;br /&gt;
&amp;lt;/Files&amp;gt;
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 7&lt;br /&gt;
</description>
<dc:creator>James Blond</dc:creator>
<dc:subject>Apache</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44461#44461" />
</item>
<item>
<title>'Primary script unknown' into Apache logs</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44461#44461</link>
<pubDate>Thu, 06 Aug 2026 15:00:11 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44461#44461</guid>
<description>
Hi,
&lt;br /&gt;

&lt;br /&gt;
The Apache log files are (almost) entirely filled with lines like the one below, and they fill up very quickly. 
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;#91;Thu Aug 06 14&amp;#58;32&amp;#58;56.147608 2026&amp;#93; &amp;#91;proxy_fcgi&amp;#58;error&amp;#93; &amp;#91;pid 7240&amp;#58;tid 140597490640640&amp;#93; &amp;#91;client 20.52.171.102&amp;#58;33522&amp;#93; AH01071&amp;#58; Got error 'Primary script unknown'
&lt;br /&gt;
&amp;#91;Thu Aug 06 14&amp;#58;32&amp;#58;56.213311 2026&amp;#93; &amp;#91;proxy_fcgi&amp;#58;error&amp;#93; &amp;#91;pid 7240&amp;#58;tid 140597616531200&amp;#93; &amp;#91;client 20.52.171.102&amp;#58;33522&amp;#93; AH01071&amp;#58; Got error 'Primary script unknown'
&lt;br /&gt;
&amp;#91;Thu Aug 06 14&amp;#58;32&amp;#58;56.253052 2026&amp;#93; &amp;#91;proxy_fcgi&amp;#58;error&amp;#93; &amp;#91;pid 7240&amp;#58;tid 140597952239360&amp;#93; &amp;#91;client 20.52.171.102&amp;#58;33522&amp;#93; AH01071&amp;#58; Got error 'Primary script unknown'
&lt;br /&gt;
&amp;#91;Thu Aug 06 14&amp;#58;32&amp;#58;56.285877 2026&amp;#93; &amp;#91;proxy_fcgi&amp;#58;error&amp;#93; &amp;#91;pid 7240&amp;#58;tid 140597868312320&amp;#93; &amp;#91;client 20.52.171.102&amp;#58;33522&amp;#93; AH01071&amp;#58; Got error 'Primary script unknown'
&lt;br /&gt;
&amp;#91;Thu Aug 06 14&amp;#58;32&amp;#58;56.320068 2026&amp;#93; &amp;#91;proxy_fcgi&amp;#58;error&amp;#93; &amp;#91;pid 7311&amp;#58;tid 140597767599872&amp;#93; &amp;#91;client 20.52.171.102&amp;#58;32134&amp;#93; AH01071&amp;#58; Got error 'Primary script unknown'
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
My web host told me that this was caused by a bot and that it would be a good idea to add the following lines to an .htaccess ....&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://www.apachelounge.com/viewtopic.php?p=44461#44461&quot;&gt;Continue this post on  Apache Lounge&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 7&lt;br /&gt;
</description>
<dc:creator>Otomatic</dc:creator>
<dc:subject>Apache</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44461#44461" />
</item>
<item>
<title>RE: Wampserver addons &amp; applications</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44460#44460</link>
<pubDate>Wed, 29 Jul 2026 13:08:08 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44460#44460</guid>
<description>
Hi,
&lt;br /&gt;

&lt;br /&gt;
- PHP 8.2.33
&lt;br /&gt;
&lt;a href=&quot;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.2.33.exe&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.2.33.exe&lt;/a&gt;
&lt;br /&gt;
- PHP 8.3.33
&lt;br /&gt;
&lt;a href=&quot;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.3.33.exe&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.3.33.exe&lt;/a&gt;
&lt;br /&gt;
- PHP 8.4.24
&lt;br /&gt;
&lt;a href=&quot;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.4.24.exe&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.4.24.exe&lt;/a&gt;
&lt;br /&gt;
- PHP 8.5.9
&lt;br /&gt;
&lt;a href=&quot;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.5.9.exe&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.5.9.exe&lt;/a&gt;
&lt;br /&gt;
- MySQL 8.0.46
&lt;br /&gt;
&lt;a href=&quot;https://wampserver.aviatechno.net/files/mysql/wampserver3_x64_addon_mysql8.0.46.exe&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://wampserver.aviatechno.net/files/mysql/wampserver3_x64_addon_mysql8.0.46.exe&lt;/a&gt;
&lt;br /&gt;
- MySQL 8.4.11
&lt;br /&gt;
&lt;a href=&quot;https://wampserver.aviatechno.net/files/mysql/wampserver3_x64_addon_mysql8.4.11.exe&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://wampserver.aviatechno.net/files/mysql/wampserver3_x64_addon_mysql8.4.11.exe&lt;/a&gt;
&lt;br /&gt;
- MySQL 9.7.2
&lt;br /&gt;
&lt;a href=&quot;https://wampserver.aviatechno.net/files/mysql/wampserver3_x64_addon_mysql9.7.2.exe&quot; target=&quot;_blank&quot;&gt; ....&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://www.apachelounge.com/viewtopic.php?p=44460#44460&quot;&gt;Continue this post on  Apache Lounge&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 140&lt;br /&gt;
</description>
<dc:creator>Otomatic</dc:creator>
<dc:subject>Third-party Modules</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=42139#42139" />
</item>
<item>
<title>HOWTO: Securing Windows filesystem for Apache</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44459#44459</link>
<pubDate>Tue, 21 Jul 2026 13:39:27 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44459#44459</guid>
<description>
Windows security is a constant cause for concern, with new issues and vulnerabilities being unearthed on a regular basis. However, one potential problem area that has been around for a long time is platform filesystem security (NTFS), and of interest to Apache Lounge users, how that relates to Apache installations.
&lt;br /&gt;

&lt;br /&gt;
This brief HowTo document discusses options for restricting access to the Apache installation, to circumvent unwanted access to the configuration and content.
&lt;br /&gt;

&lt;br /&gt;
By default, Apache Lounge builds are created and configured with a target directory of C:\Apache24, and it's left to the individual to create that directory and extract the binary distribution from an appropriate download archive.
&lt;br /&gt;

&lt;br /&gt;
One issue here is that by default, Windows grants modify access to Authenticated Users, to directories created under the C:\ root, so depending on your server platform, its configuration, and who can log on to your server, you may want to restrict access rights to Apache files, and limit them to local Administrators.
&lt;br /&gt;

&lt;br /&gt;
When you create a new C:\Apache24 directory, you can check the Discretionary Access Control Lists (DACLs) assigned to that object (in a command window) using the icacls command:
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;C&amp;#58;\&amp;gt;icacls C&amp;#58;\Apache24
&lt;br /&gt;
C&amp;#58;\Apache24 BUILTIN\Administrators&amp;#58;&amp;#40;I&amp;#41;&amp;#40;OI&amp;#41;&amp;#40;CI&amp;#41;&amp;#40;F&amp;#41;
&lt;br&gt; ....&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://www.apachelounge.com/viewtopic.php?p=44459#44459&quot;&gt;Continue this post on  Apache Lounge&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 0&lt;br /&gt;
</description>
<dc:creator>tangent</dc:creator>
<dc:subject>How-to's &amp; Documentation &amp; Tips</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44459#44459" />
</item>
<item>
<title>RE: A Fast, Reliable and Proven Setup :: Apache PHP MySQL</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44458#44458</link>
<pubDate>Tue, 21 Jul 2026 12:58:33 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44458#44458</guid>
<description>
With the new OpenSSL version, you can have post-quantum algorithms. I've added X25519MLKEM768 to the tutorial. And added SSLOpenSSLConfCmd SignatureAlgorithms&lt;br /&gt;&lt;br /&gt;Topic Replies: 12&lt;br /&gt;
</description>
<dc:creator>James Blond</dc:creator>
<dc:subject>How-to's &amp; Documentation &amp; Tips</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=10613#10613" />
</item>
<item>
<title>RE: Wampserver addons &amp; applications</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44457#44457</link>
<pubDate>Sat, 18 Jul 2026 08:12:38 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44457#44457</guid>
<description>
Hi,
&lt;br /&gt;

&lt;br /&gt;
- Adminer 5.5.0
&lt;br /&gt;
&lt;a href=&quot;https://wampserver.aviatechno.net/files/apps/wampserver3_x64_adminer5.5.0.exe&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://wampserver.aviatechno.net/files/apps/wampserver3_x64_adminer5.5.0.exe&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 140&lt;br /&gt;
</description>
<dc:creator>Otomatic</dc:creator>
<dc:subject>Third-party Modules</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=42139#42139" />
</item>
<item>
<title>RE: PHP 8.5.8, 8.4.23, 8.3.32, 8.2.32, 8.0-8.1, 7.4-7.0, 5.6-5.3</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44456#44456</link>
<pubDate>Fri, 17 Jul 2026 13:09:55 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44456#44456</guid>
<description>
I added an extra extension: fastchart. See
&lt;br /&gt;
&lt;a href=&quot;https://github.com/iliaal/fastchart&quot; target=&quot;_blank&quot;&gt;https://github.com/iliaal/fastchart&lt;/a&gt; 
&lt;br /&gt;
In the x64 version it includes PDF output, without external dependent DLL's.&lt;br /&gt;&lt;br /&gt;Topic Replies: 405&lt;br /&gt;
</description>
<dc:creator>Jan-E</dc:creator>
<dc:subject>Building &amp; Member Downloads</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=29661#29661" />
</item>
<item>
<title>RE: PHP 8.6.0 Alpha 2, 8.5.9 RC1, 8.4.24 RC1 available</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44455#44455</link>
<pubDate>Mon, 13 Jul 2026 12:30:43 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44455#44455</guid>
<description>
PHP 8.6.0 (Alpha 1) has hit the shelves. There were a lot of internal backward incompatibilities, but I managed to fix a lot of them. So the list of extensions is already wuit long.&lt;br /&gt;&lt;br /&gt;Topic Replies: 193&lt;br /&gt;
</description>
<dc:creator>Jan-E</dc:creator>
<dc:subject>Building &amp; Member Downloads</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=30903#30903" />
</item>
<item>
<title>RE: Wampserver addons &amp; applications</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44454#44454</link>
<pubDate>Sun, 12 Jul 2026 14:22:32 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44454#44454</guid>
<description>
Hi,
&lt;br /&gt;

&lt;br /&gt;
- Adminer 5.4.4
&lt;br /&gt;
&lt;a href=&quot;https://wampserver.aviatechno.net/files/apps/wampserver3_x64_adminer5.4.4.exe&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://wampserver.aviatechno.net/files/apps/wampserver3_x64_adminer5.4.4.exe&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 140&lt;br /&gt;
</description>
<dc:creator>Otomatic</dc:creator>
<dc:subject>Third-party Modules</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=42139#42139" />
</item>
<item>
<title>RE: Memcached Cygwin builds</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44453#44453</link>
<pubDate>Fri, 10 Jul 2026 07:33:46 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44453#44453</guid>
<description>
new released version &lt;a href=&quot;https://github.com/nono303/memcached/tree/1.6.45&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;&lt;span style=&quot;color: green&quot;&gt;1.6.45&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 58&lt;br /&gt;
</description>
<dc:creator>nono303</dc:creator>
<dc:subject>Webmaster Tools &amp; Utilities</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=36531#36531" />
</item>
<item>
<title>RE: Wampserver addons &amp; applications</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44452#44452</link>
<pubDate>Thu, 09 Jul 2026 13:48:44 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44452#44452</guid>
<description>
Hi,
&lt;br /&gt;

&lt;br /&gt;
- Adminer 5.4.3
&lt;br /&gt;
&lt;a href=&quot;https://wampserver.aviatechno.net/files/apps/wampserver3_x64_adminer5.4.3.exe&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://wampserver.aviatechno.net/files/apps/wampserver3_x64_adminer5.4.3.exe&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 140&lt;br /&gt;
</description>
<dc:creator>Otomatic</dc:creator>
<dc:subject>Third-party Modules</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=42139#42139" />
</item>
<item>
<title>RE: Memcached Cygwin builds</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44451#44451</link>
<pubDate>Tue, 07 Jul 2026 06:42:48 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44451#44451</guid>
<description>
new released version &lt;a href=&quot;https://github.com/nono303/memcached/tree/1.6.44&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;&lt;span style=&quot;color: green&quot;&gt;1.6.44&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 58&lt;br /&gt;
</description>
<dc:creator>nono303</dc:creator>
<dc:subject>Webmaster Tools &amp; Utilities</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=36531#36531" />
</item>
<item>
<title>RE: PHP 8.5.8, 8.4.23, 8.3.32, 8.2.32, 8.0-8.1, 7.4-7.0, 5.6-5.3</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44450#44450</link>
<pubDate>Mon, 06 Jul 2026 19:34:28 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44450#44450</guid>
<description>
I updated PHP 5.6 - PHP 8.1 with the security fixes from
&lt;br /&gt;
&lt;a href=&quot;https://github.com/remicollet/php-src-security/branches/active&quot; target=&quot;_blank&quot;&gt;https://github.com/remicollet/php-src-security/branches/active&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 405&lt;br /&gt;
</description>
<dc:creator>Jan-E</dc:creator>
<dc:subject>Building &amp; Member Downloads</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=29661#29661" />
</item>
<item>
<title>RE: Mod_Security Version Update 2.9.14</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44449#44449</link>
<pubDate>Mon, 06 Jul 2026 11:39:52 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44449#44449</guid>
<description>
Update to 2.9.14.
&lt;br /&gt;

&lt;br /&gt;
Runs only with 2.4.67+, for older versions like 2.4.66 copy the lua55.dll from 2.4.67+ to your /bin
&lt;br /&gt;

&lt;br /&gt;
Changes : 
&lt;br /&gt;
&lt;a href=&quot;https://github.com/owasp-modsecurity/ModSecurity/releases/tag/v2.9.14&quot; target=&quot;_blank&quot;&gt;https://github.com/owasp-modsecurity/ModSecurity/releases/tag/v2.9.14&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 7&lt;br /&gt;
</description>
<dc:creator>Steffen</dc:creator>
<dc:subject>Third-party Modules</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=43601#43601" />
</item>
<item>
<title>RE: VS17 binaries 2.4.66 &amp; later, because of imcompatibilty</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44448#44448</link>
<pubDate>Mon, 06 Jul 2026 06:53:14 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44448#44448</guid>
<description>
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;tangent wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;So knowing the PHP download page (&lt;a href=&quot;https://www.php.net/downloads.php&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://www.php.net/downloads.php&lt;/a&gt;) specifically says their packages are built using VS17, providing an appropriate MS redistributable package is installed, I would hope a mixture of VS17 and VS18 binaries should work together.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;FYI: PHP 8.6.0 alpha1 was built using VS18.
&lt;br /&gt;
&lt;a href=&quot;https://www.php.net/pre-release-builds.php#windows&quot; target=&quot;_blank&quot;&gt;https://www.php.net/pre-release-builds.php#windows&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;Edit&lt;/span&gt; They removed the link to PHP 8.6.0 Alpha 1. Look here now: &lt;a href=&quot;https://downloads.php.net/~windows/qa/&quot; target=&quot;_blank&quot;&gt;https://downloads.php.net/~windows/qa/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 2&lt;br /&gt;
</description>
<dc:creator>Jan-E</dc:creator>
<dc:subject>Apache</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44444#44444" />
</item>
<item>
<title>RE: Memcached Cygwin builds</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44447#44447</link>
<pubDate>Mon, 06 Jul 2026 06:43:38 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44447#44447</guid>
<description>
new released version &lt;a href=&quot;https://github.com/nono303/memcached/tree/1.6.43&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;&lt;span style=&quot;color: green&quot;&gt;1.6.43&lt;/span&gt;&lt;/a&gt;
&lt;br /&gt;
   &lt;span style=&quot;font-style: italic&quot;&gt;openssl: 3.5.6 &amp;gt; 3.5.7&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 58&lt;br /&gt;
</description>
<dc:creator>nono303</dc:creator>
<dc:subject>Webmaster Tools &amp; Utilities</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=36531#36531" />
</item>
<item>
<title>RE: HOWTO: Building extra Apache modules using CMake</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44446#44446</link>
<pubDate>Sun, 05 Jul 2026 16:06:52 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44446#44446</guid>
<description>
Release 2.0 includes the following build dependency update:
&lt;br /&gt;

&lt;br /&gt;
MOD_SECURITY2 (2.9.14)
&lt;br /&gt;

&lt;br /&gt;
There are no other changes to the batch file build logic.
&lt;br /&gt;

&lt;br /&gt;
Note, ModSecurity 2.9.14 supports LUA 5.5 series, but doesn't yet come with build support for CMake. An updated CMakeLists.txt file for building ModSecurity 2.9.14, can be downloaded from &lt;a href=&quot;https://pastebin.com/U6d6uwFy&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://pastebin.com/U6d6uwFy&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Topic Replies: 8&lt;br /&gt;
</description>
<dc:creator>tangent</dc:creator>
<dc:subject>How-to's &amp; Documentation &amp; Tips</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=43793#43793" />
</item>
<item>
<title>RE: VS17 binaries 2.4.66 &amp; later, because of imcompatibilty</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44445#44445</link>
<pubDate>Sun, 05 Jul 2026 13:46:09 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44445#44445</guid>
<description>
Reading through your post, and the various PHP compatibility issues you've found, you state:
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Emphramla wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Now that I have VS17 binary of Apache 2.4.68, there is no more compatibility error in Laragon.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
I'm curious to know where you got this Apache 2.4.68 VS17 binary, since the Apache Lounge VS17 download page you reference stopped with a build of Apache 2.4.66 in Dec 2025.
&lt;br /&gt;

&lt;br /&gt;
Back in May, Steffen made the statement that he would no longer support VS17 developments, as discussed in post &lt;a href=&quot;https://www.apachelounge.com/viewtopic.php?p=44331&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://www.apachelounge.com/viewtopic.php?p=44331&lt;/a&gt;. That's why the VS17 link has been removed from the Downloads section.
&lt;br /&gt;

&lt;br /&gt;
That conversation covers potential issues with different versions of the MS redistributable package, admittedly in relation to Windows 7, but that might be relevant to your platform/package combination too.
&lt;br /&gt;

&lt;br /&gt;
Indeed, Microsoft provides an explicit statement covering binary compatibility (&lt;a href=&quot;https://learn.microsoft.com/en-us/cpp/porting/binary-compat-2015-2017&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://learn.microsoft.com/en-us/cpp/porting/binary-compat-2015-2017&lt;/a&gt;), although it's framed in terms of the MSVC toolset (v140 =&amp;gt; v145, etc.) rather than the Visual Studio IDE version, e.g. VS16, VS17 ....&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://www.apachelounge.com/viewtopic.php?p=44445#44445&quot;&gt;Continue this post on  Apache Lounge&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 2&lt;br /&gt;
</description>
<dc:creator>tangent</dc:creator>
<dc:subject>Apache</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44444#44444" />
</item>
<item>
<title>VS17 binaries 2.4.66 &amp; later, because of imcompatibilty</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44444#44444</link>
<pubDate>Fri, 03 Jul 2026 23:03:03 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44444#44444</guid>
<description>
I've been going around in circles and stopped after the 2nd trip, and here I am hoping there's a simple answer.  My Apache setup is via Laragon in Windows 10 for WordPress development along with discussion forum either MyBB or UBB.Threads
&lt;br /&gt;

&lt;br /&gt;
I have been using Apache 2.4.62 VS17 and PHP 8.3 VS16, both 64-bit, and there have been no compatibility problem by PHP's VS16 with Apache's VS17.
&lt;br /&gt;

&lt;br /&gt;
I upgraded to Apache 2.4.68 VS18 when I saw the version number progress since .62.  I also figured upgrading to PHP 8.4 would be good because of the length of time, but not 8.5 yet because it's so recent and there's the issue of WordPress plugins compatibility.
&lt;br /&gt;

&lt;br /&gt;
However, Laragon tells me that Apache 2.4.68 VS18 doesn't like PHP 8.4.22 VS17 because VS17 isn't compatible with VS18.  The Apache Lounge site says the higher VS numbers are backwards compatible with the lower, and this cuckoo incompatibility didn't happen prior with Apache 2.4.62 VS17 and PHP 8.3 VS16, and also doesn't happen with Apache 2.4.68 VS18 and PHP 8.3 VS16.
&lt;br /&gt;

&lt;br /&gt;
The Apache Haus has VS17 binaries but those downloads are disabled/unavailable, so Apache Lounge is the only source but has only VS18.  Is there something that can be put in a &amp;quot;conf&amp;quot; file or &amp;quot;ini&amp;quot; file for the compatibility to work???
&lt;br /&gt;
----------------------------------------------
&lt;br /&gt;

&lt;br /&gt;
Update a while later after I'd decided to do one last effort as a last resort or last-ditch-effort because of an SMTP error for replying to the verification e-mail to create my ....&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://www.apachelounge.com/viewtopic.php?p=44444#44444&quot;&gt;Continue this post on  Apache Lounge&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 2&lt;br /&gt;
</description>
<dc:creator>Emphramla</dc:creator>
<dc:subject>Apache</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44444#44444" />
</item>
<item>
<title>RE: PHP 8.5.7 and curl 8.20.0 require loading of brotli and zstd</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44443#44443</link>
<pubDate>Thu, 02 Jul 2026 11:36:01 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44443#44443</guid>
<description>
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Steffen wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;First try copy zstd.dll to libzstd.dll to see if that works. 
&lt;br /&gt;

&lt;br /&gt;
I want first the reason why PHP builds libzstd.dll ?&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;Quoting from &lt;a href=&quot;https://github.com/php/php-src/issues/22359#issuecomment-4744521769&quot; target=&quot;_blank&quot;&gt;https://github.com/php/php-src/issues/22359#issuecomment-4744521769&lt;/a&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;shivammathur
&lt;br /&gt;
 wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;We do not have a fork for zstd, it is directly pulled from facebook/zstd. it is because of &lt;a href=&quot;https://github.com/winlibs/winlib-builder/blob/master/patches/libzstd.patch&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;this patch&lt;/a&gt; in winlib-builder that we have a different filename. I'm not sure why @cmb69 added it initially. Maybe he was following a convention we have to use the lib prefix.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 15&lt;br /&gt;
</description>
<dc:creator>Jan-E</dc:creator>
<dc:subject>Other Software </dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=44417#44417" />
</item>
<item>
<title>RE: Wampserver addons &amp; applications</title>
<link>https://www.apachelounge.com/viewtopic.php?p=44442#44442</link>
<pubDate>Wed, 01 Jul 2026 15:11:19 GMT</pubDate>
<guid isPermaLink="true">https://www.apachelounge.com/viewtopic.php?p=44442#44442</guid>
<description>
Hi,
&lt;br /&gt;

&lt;br /&gt;
- PHP 8.2.32
&lt;br /&gt;
&lt;a href=&quot;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.2.32.exe&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.2.32.exe&lt;/a&gt;
&lt;br /&gt;
- PHP 8.3.32
&lt;br /&gt;
&lt;a href=&quot;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.3.32.exe&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.3.32.exe&lt;/a&gt;
&lt;br /&gt;
- PHP 8.4.23
&lt;br /&gt;
&lt;a href=&quot;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.4.23.exe&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.4.23.exe&lt;/a&gt;
&lt;br /&gt;
- PHP 8.5.8
&lt;br /&gt;
&lt;a href=&quot;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.5.8.exe&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;https://wampserver.aviatechno.net/files/php/wampserver3_x64_addon_php8.5.8.exe&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Topic Replies: 140&lt;br /&gt;
</description>
<dc:creator>Otomatic</dc:creator>
<dc:subject>Third-party Modules</dc:subject>
<annotate:reference rdf:resource="https://www.apachelounge.com/viewtopic.php?p=42139#42139" />
</item>

</channel>
</rss>

