<?xml version="1.0" encoding="utf-8"?>
<!--  RSS generated by Flaimo.com RSS Builder [2010-07-29 18:10:47]  --> <rss version="2.0" xmlns:im="http://purl.org/rss/1.0/item-images/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" >
<channel>
<docs>http://bugs.xampp.org/</docs>
<description>XAMPP BUGS - ISSUES</description>
<link>http://bugs.xampp.org/</link>
<title>XAMPP BUGS - ISSUES</title>
<image>
<title>XAMPP BUGS - ISSUES</title>
<url>http://bugs.xampp.org/images/mantis_logo_button.gif</url>
<link>http://bugs.xampp.org/</link>
<description>XAMPP BUGS - ISSUES</description>
</image>
<category>All Projects</category>
<ttl>10</ttl>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2010-07-29T18:10:47+02:00</sy:updateBase>
<item>
<title>0000162: Apache2 can't start</title>
<link>http://bugs.xampp.org/view.php?id=162</link>
<description>Hey together,&lt;br /&gt;
Since a week I can't start my Apache.&lt;br /&gt;
Following error:&lt;br /&gt;
[Sat Jul 17 14:56:58 2010] [error] Attempt to reload DynaLoader.pm aborted.\nCompilation failed in require at D:/xampp/perl/site/lib/ModPerl/Const.pm line 18.\nBEGIN failed--compilation aborted at D:/xampp/perl/site/lib/ModPerl/Const.pm line 18.\nCompilation failed in require at D:/xampp/perl/site/lib/Apache2/Const.pm line 18.\nBEGIN failed--compilation aborted at D:/xampp/perl/site/lib/Apache2/Const.pm line 18.\nCompilation failed in require at D:/xampp/apache/conf/extra/startup.pl line 9.\nBEGIN failed--compilation aborted at D:/xampp/apache/conf/extra/startup.pl line 9.\nCompilation failed in require at (eval 2) line 1.\n&lt;br /&gt;
[Sat Jul 17 14:56:58 2010] [error] Can't load Perl file: D:/xampp/apache/conf/extra/startup.pl for server localhost:80, exiting...</description>
<guid>http://bugs.xampp.org/view.php?id=162</guid>
<author>gianluca311 &lt;gianluca311@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=162#bugnotes</comments>
</item>
<item>
<title>0000161: Update Apache2 to 2.2.15</title>
<link>http://bugs.xampp.org/view.php?id=161</link>
<description>Windows version of XAMPP is currently using a vulnerable version of Apache2 (see bug &lt;a href=&quot;http://bugs.xampp.org/view.php?id=154&quot;&gt;0000154&lt;/a&gt; and CVE-2009-3555, CVE-2010-0408, CVE-2010-0425 and CVE-2010-0434).&lt;br /&gt;
&lt;br /&gt;
Is a 1.7.4 version of XAMPP planned?&lt;br /&gt;
With such as:&lt;br /&gt;
Apache 2.2.15&lt;br /&gt;
PHP 5.3.2&lt;br /&gt;
MySQL 5.1.48&lt;br /&gt;
PHPMyAdmin 3.3.4&lt;br /&gt;
APC 3.1.3p1&lt;br /&gt;
MemCached 1.2.1.0&lt;br /&gt;
&lt;br /&gt;
etc..</description>
<guid>http://bugs.xampp.org/view.php?id=161</guid>
<author>Skippy &lt;Skippy@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=161#bugnotes</comments>
</item>
<item>
<title>0000110: Apache crashes when using multiple ports in httpd.conf</title>
<link>http://bugs.xampp.org/view.php?id=110</link>
<description>There is a problem with using multiple ports on xampp v1.0.1 for Mac.&lt;br /&gt;
This problem is on both PPC and Intel Macs.&lt;br /&gt;
&lt;br /&gt;
If I edit the httpd.conf-file and a listen-command somewhere, Apache fails to start-up. I had tested this on two systems:&lt;br /&gt;
- Mac OS X 10.4.11 PPC G4&lt;br /&gt;
- Mac OS X 10.5.5 Intel Core 2 Duo&lt;br /&gt;
&lt;br /&gt;
This is the error-log I got on the PPC G4:&lt;br /&gt;
------------------------------------------------------------------------------------------------------&lt;br /&gt;
[Wed May 13 22:39:53 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]&lt;br /&gt;
[Wed May 13 22:39:54 2009] [notice] Digest: generating secret for digest authentication ...&lt;br /&gt;
[Wed May 13 22:39:54 2009] [notice] Digest: done&lt;br /&gt;
[Wed May 13 22:39:54 2009] [emerg] (13)Permission denied: couldn't grab the accept mutex&lt;br /&gt;
[Wed May 13 22:39:54 2009] [emerg] (13)Permission denied: couldn't grab the accept mutex&lt;br /&gt;
[Wed May 13 22:39:54 2009] [emerg] (13)Permission denied: couldn't grab the accept mutex&lt;br /&gt;
[Wed May 13 22:39:54 2009] [emerg] (13)Permission denied: couldn't grab the accept mutex&lt;br /&gt;
[Wed May 13 22:39:54 2009] [emerg] (13)Permission denied: couldn't grab the accept mutex&lt;br /&gt;
[Wed May 13 22:39:54 2009] [notice] Apache/2.2.11 (Unix) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.7l PHP/5.2.9 mod_perl/2.0.4 Perl/v5.10.0 configured -- resuming normal operations&lt;br /&gt;
[Wed May 13 22:39:54 2009] [alert] Child 2068 returned a Fatal error... Apache is exiting!&lt;br /&gt;
------------------------------------------------------------------------------------------------------&lt;br /&gt;
Lines 1, 2, 3 and 9 of above (the warnings en notices) are also generated when not using multiple ports.&lt;br /&gt;
&lt;br /&gt;
How to reproduce:&lt;br /&gt;
Add the following line in the httpd.conf-file (for example on the bottom of the file):&lt;br /&gt;
Listen 3200&lt;br /&gt;
&lt;br /&gt;
Expected result:&lt;br /&gt;
Apache should start without problems.&lt;br /&gt;
&lt;br /&gt;
Actual result:&lt;br /&gt;
Apache tries to start but fails with a Fatal error.</description>
<guid>http://bugs.xampp.org/view.php?id=110</guid>
<author>MegaChriz &lt;MegaChriz@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=110#bugnotes</comments>
</item>
<item>
<title>0000160: PHP ini has arg_separator.output as &amp;</title>
<link>http://bugs.xampp.org/view.php?id=160</link>
<description>Rather than the default '&amp;', the php.ini that comes with XAMPP has it set to '&amp;'. I assume this is an attempt to create valid XHTML but it ends up breaking applications that are using functions that depend on arg_separator.output but are not XHTML-based. For example, outputting a url in JSON or doing a redirect with a header call where the URL is created dynamically in PHP. Doing a search on &quot;xampp arg_separator.output&quot; will show a few PHP applications that break because of this choice.</description>
<guid>http://bugs.xampp.org/view.php?id=160</guid>
<author>cash &lt;cash@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=160#bugnotes</comments>
</item>
<item>
<title>0000159: eAccelerator extension functions aren't existence</title>
<link>http://bugs.xampp.org/view.php?id=159</link>
<description>I've set up&lt;br /&gt;
zend_extension = &quot;D:\xampp\php\ext\php_eaccelerator.dll&quot;&lt;br /&gt;
in php.ini and restart apache server without problem.&lt;br /&gt;
&lt;br /&gt;
The phpinfo() output contains the &quot;eAccelerator&quot; part, but all the eA functions, such as &quot;eaccelerator_info', aren't available.&lt;br /&gt;
&lt;br /&gt;
====&lt;br /&gt;
if (!function_exists('eaccelerator_info')) {&lt;br /&gt;
    die('eAccelerator isn\'t installed or isn\'t compiled with info support!');&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// 'die()' statement will be executed.</description>
<guid>http://bugs.xampp.org/view.php?id=159</guid>
<author>ggggqqqqihc &lt;ggggqqqqihc@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=159#bugnotes</comments>
</item>
<item>
<title>0000158: Mysql doesnt start install on HFS+ Journaled Case sensitive File system</title>
<link>http://bugs.xampp.org/view.php?id=158</link>
<description>I remember having run some times ago &lt;br /&gt;
&lt;br /&gt;
 - XAMPP 1.7.3&lt;br /&gt;
 - on my laptop mac book pro with Snow Leopard 10.6.3&lt;br /&gt;
&lt;br /&gt;
now I did a fresh installation of macosx 10.6.3 and reformatted &lt;br /&gt;
my hard disk with the *case sensitive* version of the journaled filesystem.&lt;br /&gt;
&lt;br /&gt;
After installing XAMPP I can start apache, but mysql doesnt start,&lt;br /&gt;
I tried the actual MACOSX beta but its the same.&lt;br /&gt;
&lt;br /&gt;
I guess the problem comes from the fact that my mac book pro now has &lt;br /&gt;
a case sensitive filesystem.&lt;br /&gt;
&lt;br /&gt;
I set this to blocker because I cannot use it :-(</description>
<guid>http://bugs.xampp.org/view.php?id=158</guid>
<author>anton &lt;anton@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=158#bugnotes</comments>
</item>
<item>
<title>0000150: MySQL status is shown as &quot;DEACTIVATED&quot; after lampp security</title>
<link>http://bugs.xampp.org/view.php?id=150</link>
<description>OS Ubuntu 9.10&lt;br /&gt;
Xampp Rev is actually 1.7.3a&lt;br /&gt;
After initial install and start, localhost shows all (except PHP extens) as &quot;Activated&quot;&lt;br /&gt;
Following MySQL pswd change via lampp security, localhost shows MySQL database as &quot;Deactivated&quot;&lt;br /&gt;
Remove Xampp and reinstall&lt;br /&gt;
Change pswds one at a time via lampp security - MySQL database remains &quot;Activated&quot; until MySQL root pswd is changed - then status becomes &quot;Deactivated&quot;&lt;br /&gt;
Remove Xampp and reinstall v 1.6.6&lt;br /&gt;
All show Activated&lt;br /&gt;
Run Lamp security for all pswds&lt;br /&gt;
All remain Activated</description>
<guid>http://bugs.xampp.org/view.php?id=150</guid>
<author>cnmiles &lt;cnmiles@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=150#bugnotes</comments>
</item>
<item>
<title>0000157: Pear::Mail + MercuryMail not working</title>
<link>http://bugs.xampp.org/view.php?id=157</link>
<description>when trying to send a mail using Pear::Mail there is a timeout.&lt;br /&gt;
It seems to be a problem with MercuryMail because trying to telnet to the smtp-port gives the error that the connection failed.</description>
<guid>http://bugs.xampp.org/view.php?id=157</guid>
<author>der Hutschi &lt;der Hutschi@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=157#bugnotes</comments>
</item>
<item>
<title>0000156: After installed the tomcat addon, the virtual hosts invalid</title>
<link>http://bugs.xampp.org/view.php?id=156</link>
<description>Maybe the mod_jk.mod's problem,but i am not sure.&lt;br /&gt;
After i changed the tomcat's VirtualHost setting from&lt;br /&gt;
&lt;VirtualHost localhost&gt;..... to &lt;VirtualHost *:80&gt; and restart apache server,all my virtual hosts work well again</description>
<guid>http://bugs.xampp.org/view.php?id=156</guid>
<author>Victor &lt;Victor@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=156#bugnotes</comments>
</item>
<item>
<title>0000155: xampp_cli.exe incorrectly reports Tomcat status when using custom JRE/JDK</title>
<link>http://bugs.xampp.org/view.php?id=155</link>
<description>When the JRE_HOME or JAVA_HOME path is set to something other than the included jre path xampp_cli.exe incorrectly reports Tomcat status as &quot;not started&quot;, and subsequently it cannot be used to shutdown Tomcat. &lt;br /&gt;
This appears to be because &quot;tomcat\jre\bin\javaw.exe&quot; is hard coded in xampp_cli.exe.&lt;br /&gt;
&lt;br /&gt;
Possible solution: parse output from the call to tomcat\bin\startup.bat for correct status and/or path.</description>
<guid>http://bugs.xampp.org/view.php?id=155</guid>
<author>BigWetDog &lt;BigWetDog@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=155#bugnotes</comments>
</item>
<item>
<title>0000154: Apache 2.2.14 mod_isapi Dangling Pointer</title>
<link>http://bugs.xampp.org/view.php?id=154</link>
<description>&lt;a href=&quot;http://www.senseofsecurity.com.au/advisories/SOS-10-002&quot;&gt;http://www.senseofsecurity.com.au/advisories/SOS-10-002&lt;/a&gt; [&lt;a href=&quot;http://www.senseofsecurity.com.au/advisories/SOS-10-002&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
&lt;br /&gt;
Hope to see XAMPP packaged with the Apache HTTP server 2.2.15 soon :)</description>
<guid>http://bugs.xampp.org/view.php?id=154</guid>
<author>johno &lt;johno@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=154#bugnotes</comments>
</item>
<item>
<title>0000153: Cannot be created one object from PDO</title>
<link>http://bugs.xampp.org/view.php?id=153</link>
<description>I am using orb xpdo to work and create one object from PDO, but this action is not produced.&lt;br /&gt;
&lt;br /&gt;
Please, review the attached file&lt;br /&gt;
I am using xmapp 1.7.2&lt;br /&gt;
&lt;br /&gt;
Error Message:&lt;br /&gt;
[2010-03-17 10:09:27] (ERROR @ /Pruebas/UseObjects.php) Could not load class: ecumctaSegment from mysql.ecumctasegment.&lt;br /&gt;
( ! ) Fatal error: Call to a member function save() on a non-object in E:\Program Files\xampp\htdocs\Pruebas\UseObjects.php on line 13&lt;br /&gt;
Call Stack&lt;br /&gt;
#	Time	Memory	Function	Location&lt;br /&gt;
1	0.2143	330952	{main}( )	..\UseObjects.php:0</description>
<guid>http://bugs.xampp.org/view.php?id=153</guid>
<author>fran2008 &lt;fran2008@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=153#bugnotes</comments>
</item>
<item>
<title>0000152: NoSQL extensions</title>
<link>http://bugs.xampp.org/view.php?id=152</link>
<description>Any chance that you will be including additional nosql extensions in later builds of xampp?&lt;br /&gt;
&lt;br /&gt;
ie: mongodb, couchdb...</description>
<guid>http://bugs.xampp.org/view.php?id=152</guid>
<author>SeanJA &lt;SeanJA@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=152#bugnotes</comments>
</item>
<item>
<title>0000151: Can not use xampp command line tool due to bad paths</title>
<link>http://bugs.xampp.org/view.php?id=151</link>
<description>The xampp command line tool, used to run various processes related to setting up and using xampp, is not able to be used in the 1.7.3 beta due to bad paths, for example references to 'lampp' exist in the subscripts 'crypt' and 'xampplib'.</description>
<guid>http://bugs.xampp.org/view.php?id=151</guid>
<author>lroathe &lt;lroathe@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=151#bugnotes</comments>
</item>
<item>
<title>0000107: Some path's are not casesensetiv ready</title>
<link>http://bugs.xampp.org/view.php?id=107</link>
<description>/Applications/XAMPP/xamppfiles/bin/mysql.server points to /Applications/xampp/xamppfiles/share/mysql/mysql.server which may causes errors on casesensetiv formated macs.&lt;br /&gt;
&lt;br /&gt;
Maybe other symlinks or paths are affected to, this should be checked.</description>
<guid>http://bugs.xampp.org/view.php?id=107</guid>
<author>kleinweby &lt;kleinweby@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=107#bugnotes</comments>
</item>
<item>
<title>0000148: Xdebug 2.0.6 is having problems when i add a watch to some variable from Netbenas IDE</title>
<link>http://bugs.xampp.org/view.php?id=148</link>
<description>Hi, i am using the xdebug version that comes with xampp 1.7.3 but in the xdebug site they said that issues with variables watches and socket troubles where solved in the xdebug 2.1 version. Is there any way that you could publish in your site this version of xdebug compiled the right way to use it with the php5.3.1 versiion that comes with XAMPP 1.7.3 ?&lt;br /&gt;
&lt;br /&gt;
I would be just comppile xdebug 2.1 for the same VC and api of PHP. Please.There are some other guys having the same issue with xdebug and it is so tricky to get it compiled to the same api of the xampp php and getting working on the xampp i have already installed. Thanks.</description>
<guid>http://bugs.xampp.org/view.php?id=148</guid>
<author>abel406 &lt;abel406@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=148#bugnotes</comments>
</item>
<item>
<title>0000135: Unable to run XAMPP on another port if port 80 is in use by another apache.</title>
<link>http://bugs.xampp.org/view.php?id=135</link>
<description>I'm currently running MAMP on port 80 and I want to be able to run XAMP on another port.&lt;br /&gt;
To do this, I went in and changed the listener port in the httpd.conf file, but when I go to start XAMP, it tells me that port 80 is in use.&lt;br /&gt;
&lt;br /&gt;
The only way I can run both XAMPP and MAMP together is if I start XAMPP first, then start MAMP.&lt;br /&gt;
&lt;br /&gt;
Since the server will not start if the requested port is in use, it would seem that the check is not that critical. Is there any way the check could be removed? or if it could pull the listener ports from the conf file and see if they are in use and check those instead of just a strict port 80?</description>
<guid>http://bugs.xampp.org/view.php?id=135</guid>
<author>Handyman &lt;Handyman@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=135#bugnotes</comments>
</item>
<item>
<title>0000149: XAMPP - Apache2 - portable - TMP environment bug</title>
<link>http://bugs.xampp.org/view.php?id=149</link>
<description>In the portable version of windows XAMPP 1.7.3 (xampp-win32-1.7.3.zip) &lt;br /&gt;
there might be a bug with setting the TMP environment under specific circumstances for Apache2.&lt;br /&gt;
&lt;br /&gt;
If you install the windows portable binaries of XAMPP to drive P:/portable/xampp&lt;br /&gt;
and setup the Apache2 document root to an other drive letter like &quot;S:/my_webserver&quot; you &lt;br /&gt;
will get warnings/errors when starting a session with &quot;session_start()&quot;.&lt;br /&gt;
&lt;br /&gt;
You can test this by a simple script:&lt;br /&gt;
&lt;?php&lt;br /&gt;
session_start();&lt;br /&gt;
?&gt;&lt;br /&gt;
&lt;br /&gt;
Reason: &lt;br /&gt;
The apache is first looking for a directory S:/portable/xampp/tmp. &lt;br /&gt;
(The apache is looking for the tmp dir at the document root drive letter&lt;br /&gt;
and not at the tmp environment.)&lt;br /&gt;
At this drive (S:) a session file is placed and afterwards the PHP tries&lt;br /&gt;
to get infomation for this session file at (P:).&lt;br /&gt;
So if the tmp-path at P: doesn't exists, the complete session handling fails.&lt;br /&gt;
&lt;br /&gt;
To set the environment by hand with&lt;br /&gt;
SetEnv TMP &quot;P:\\portable\\xampp\\tmp&quot;&lt;br /&gt;
has no effect.&lt;br /&gt;
&lt;br /&gt;
Please check.</description>
<guid>http://bugs.xampp.org/view.php?id=149</guid>
<author>m-g &lt;m-g@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=149#bugnotes</comments>
</item>
<item>
<title>0000147: Apache port</title>
<link>http://bugs.xampp.org/view.php?id=147</link>
<description>Permitir mudança de porta. Ex: Ao clicar no botão Apache Admin do Control Panel não apenas abrir na porta 80 e sim em qualque porta pré definida.</description>
<guid>http://bugs.xampp.org/view.php?id=147</guid>
<author>kacick &lt;kacick@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=147#bugnotes</comments>
</item>
<item>
<title>0000146: GD Extension - Fehlerhafte Umlaute</title>
<link>http://bugs.xampp.org/view.php?id=146</link>
<description>Die Funktionen imagefttext() und imagettftext() liefern keine Umlaute mehr. Die übergebenen Texte sind nach wie vor in utf-8 codiert.&lt;br /&gt;
&lt;br /&gt;
via Forum:&lt;br /&gt;
&lt;a href=&quot;http://www.apachefriends.org/f/viewtopic.php?f=4&amp;t=38683&quot;&gt;http://www.apachefriends.org/f/viewtopic.php?f=4&amp;t=38683&lt;/a&gt; [&lt;a href=&quot;http://www.apachefriends.org/f/viewtopic.php?f=4&amp;t=38683&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]</description>
<guid>http://bugs.xampp.org/view.php?id=146</guid>
<author>wiedmann &lt;wiedmann@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=146#bugnotes</comments>
</item>
<item>
<title>0000141: MySQL service would not start due to time zone related problem</title>
<link>http://bugs.xampp.org/view.php?id=141</link>
<description>MySQL would not start because of a problem related to the default-time-zone configuration. In my installation it was &quot;Asia/Karachi&quot;. &lt;br /&gt;
Windows Event Viewer reported this error : &quot;Fatal error: Illegal or unknown default time zone 'Asia/Karachi'&quot;.&lt;br /&gt;
I downloaded the files from &lt;a href=&quot;http://dev.mysql.com/downloads/timezones.html&quot;&gt;http://dev.mysql.com/downloads/timezones.html&lt;/a&gt; [&lt;a href=&quot;http://dev.mysql.com/downloads/timezones.html&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;] and copied them to mysql/data/mysql to solve the problem.</description>
<guid>http://bugs.xampp.org/view.php?id=141</guid>
<author>ifreaker &lt;ifreaker@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=141#bugnotes</comments>
</item>
<item>
<title>0000144: Fix for Spaces in Path Names</title>
<link>http://bugs.xampp.org/view.php?id=144</link>
<description>There are runtime problems when the system is setup in a directory with spaces in the path name. This is first manifested as an Apache issue but there may be other issues that are masked by the first error.</description>
<guid>http://bugs.xampp.org/view.php?id=144</guid>
<author>kellychristoffersen &lt;kellychristoffersen@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=144#bugnotes</comments>
</item>
<item>
<title>0000145: Mysql Starting error</title>
<link>http://bugs.xampp.org/view.php?id=145</link>
<description>when starting MySQL on Snow leopard, it asks for the password - Administrator. Then it says:The operation couldn’t be completed. (XAMPPErrorDomain error 1.)&lt;br /&gt;
&lt;br /&gt;
I tried to look for error logs on it, but didn't see any that pertained to mysql.</description>
<guid>http://bugs.xampp.org/view.php?id=145</guid>
<author>eddybaur &lt;eddybaur@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=145#bugnotes</comments>
</item>
<item>
<title>0000136: 1.7.2 LIBXML not working needs patched.</title>
<link>http://bugs.xampp.org/view.php?id=136</link>
<description>Update: This was fixed for libxml2 version 2.7.3 in PHP snapshot on 11/01/2009. You can use the following patch: &lt;br /&gt;
&lt;br /&gt;
Pardon the dumb question but how does one go about applying a patch to Apache Friends..</description>
<guid>http://bugs.xampp.org/view.php?id=136</guid>
<author>rexm &lt;rexm@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=136#bugnotes</comments>
</item>
<item>
<title>0000043: eAccelerator extension</title>
<link>http://bugs.xampp.org/view.php?id=43</link>
<description>The eAccelerator extension provided with xampp (lampp) on linux is not up to date when you switch from php5 to php4.</description>
<guid>http://bugs.xampp.org/view.php?id=43</guid>
<author>ezero &lt;ezero@example.com&gt;</author>
<comments>http://bugs.xampp.org/view.php?id=43#bugnotes</comments>
</item>
</channel>
</rss>
