<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ich bin root &#187; php</title>
	<atom:link href="http://ichbinroot.de/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://ichbinroot.de</link>
	<description>ich darf das!</description>
	<lastBuildDate>Fri, 13 Jan 2012 13:49:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PEAR unter OS X 10.5 (Leopard) installieren</title>
		<link>http://ichbinroot.de/2009/07/pear-unter-os-x-10-5-leopard-installieren/</link>
		<comments>http://ichbinroot.de/2009/07/pear-unter-os-x-10-5-leopard-installieren/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 12:34:42 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[leopard]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://ichbinroot.de/?p=59</guid>
		<description><![CDATA[sudo cp /etc/php.ini.default /etc/php.ini cd /usr/local/ curl http://pear.php.net/go-pear &#124; sudo php sudo apachectl restart]]></description>
			<content:encoded><![CDATA[<pre>sudo cp /etc/php.ini.default /etc/php.ini
cd /usr/local/
curl http://pear.php.net/go-pear | sudo php
sudo apachectl restart</pre>
]]></content:encoded>
			<wfw:commentRss>http://ichbinroot.de/2009/07/pear-unter-os-x-10-5-leopard-installieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>register_globals(!) unter Plesk(!) aktivieren(!)</title>
		<link>http://ichbinroot.de/2008/04/register_globals-unter-plesk-aktivieren/</link>
		<comments>http://ichbinroot.de/2008/04/register_globals-unter-plesk-aktivieren/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 15:21:21 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[evil]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[register_globals]]></category>
		<category><![CDATA[subdomain]]></category>

		<guid isPermaLink="false">http://ichbinroot.de/?p=32</guid>
		<description><![CDATA[/srv/www/vhosts/DOMAIN/subdomains/SUBDOMAIN/conf/vhost.conf: php_admin_value register_globals On /usr/local/psa/admin/bin/websrvmng -a -v]]></description>
			<content:encoded><![CDATA[<pre>/srv/www/vhosts/DOMAIN/subdomains/SUBDOMAIN/conf/vhost.conf:
php_admin_value register_globals On

/usr/local/psa/admin/bin/websrvmng -a -v</pre>
]]></content:encoded>
			<wfw:commentRss>http://ichbinroot.de/2008/04/register_globals-unter-plesk-aktivieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP-Cache APC unter Ubuntu Gutsy Gibbon (7.10) installieren</title>
		<link>http://ichbinroot.de/2007/11/php-cache-apc-unter-ubuntu-gutsy-gibbon-7-10-installieren/</link>
		<comments>http://ichbinroot.de/2007/11/php-cache-apc-unter-ubuntu-gutsy-gibbon-7-10-installieren/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 09:52:43 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[anleitungen]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ichbinroot.de/?p=23</guid>
		<description><![CDATA[sudo aptitude install apache2-dev php5-dev php-pear sudo pecl install apc sudo vim /etc/php5/apache2/php.ini # "extension=apc.so" hinzufügen]]></description>
			<content:encoded><![CDATA[<pre>sudo aptitude install apache2-dev php5-dev php-pear
sudo pecl install apc
sudo vim /etc/php5/apache2/php.ini
# "extension=apc.so" hinzufügen</pre>
]]></content:encoded>
			<wfw:commentRss>http://ichbinroot.de/2007/11/php-cache-apc-unter-ubuntu-gutsy-gibbon-7-10-installieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

