<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Debugging mit PHP	</title>
	<atom:link href="https://mobile.fhstp.ac.at/development/webdevelopment/debugging-mit-php/feed/" rel="self" type="application/rss+xml" />
	<link>https://mobile.fhstp.ac.at/development/webdevelopment/debugging-mit-php/</link>
	<description>Die &#34;Mobile Forschungsgruppe&#34; der USTP, sie  sammelt hier alles zu den Themen Design, UX und Entwicklung mobiler Applikationen</description>
	<lastBuildDate>Mon, 05 Dec 2016 12:28:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Iosif Miclaus		</title>
		<link>https://mobile.fhstp.ac.at/development/webdevelopment/debugging-mit-php/#comment-98097</link>

		<dc:creator><![CDATA[Iosif Miclaus]]></dc:creator>
		<pubDate>Mon, 05 Dec 2016 12:28:22 +0000</pubDate>
		<guid isPermaLink="false">https://akirchknopf-21110.php.fhstp.cc/?p=6730#comment-98097</guid>

					<description><![CDATA[Xdebug for the win !

Um es zu aktivieren muss man einfach die aktive php.ini Datei (meistens am Ende der Konfigurationsdatei) ändern, um dies in etwa dergleichen zu reflektieren:

[xdebug]
zend_extension=&quot;/Applications/MAMP/bin/php/php5.6.25/lib/php/extensions/no-debug-non-zts-20131226/xdebug.so&quot;
xdebug.remote_autostart=1
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler=dbgp]]></description>
			<content:encoded><![CDATA[<p>Xdebug for the win !</p>
<p>Um es zu aktivieren muss man einfach die aktive php.ini Datei (meistens am Ende der Konfigurationsdatei) ändern, um dies in etwa dergleichen zu reflektieren:</p>
<p>[xdebug]<br />
zend_extension=&#8221;/Applications/MAMP/bin/php/php5.6.25/lib/php/extensions/no-debug-non-zts-20131226/xdebug.so&#8221;<br />
xdebug.remote_autostart=1<br />
xdebug.remote_enable=1<br />
xdebug.remote_host=localhost<br />
xdebug.remote_port=9000<br />
xdebug.remote_handler=dbgp</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
