<?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>Technicznie {nie zawsze} &#187; php</title>
	<atom:link href="http://technicznie.miastofabryk.pl/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://technicznie.miastofabryk.pl</link>
	<description>Komputer to tylko narzędzie...</description>
	<lastBuildDate>Tue, 06 Dec 2011 13:07:58 +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>MySQL socket i PHP PDO na Snow Leopard</title>
		<link>http://technicznie.miastofabryk.pl/2011/08/31/mysql-socket-i-php-pdo-na-snow-leopard/</link>
		<comments>http://technicznie.miastofabryk.pl/2011/08/31/mysql-socket-i-php-pdo-na-snow-leopard/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 09:57:23 +0000</pubDate>
		<dc:creator>skarlcf</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Programowanie]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://technicznie.miastofabryk.pl/?p=252</guid>
		<description><![CDATA[Wykorzystując w aplikacjach PHP rozszerzenie PDO MySQL, irytujący błąd SQLSTATE[HY000] [2002] No such file or directory, można szybko załatwić poprzez zmianę domyślnej ścieżki do socketa w /etc/php.ini: pdo_mysql.default_socket=/tmp/mysql.sock i restart apache poleceniem sudo apachectl -k restart.]]></description>
		<wfw:commentRss>http://technicznie.miastofabryk.pl/2011/08/31/mysql-socket-i-php-pdo-na-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forum Vanilla &#8211; obrazki w profilach a https&#8230;</title>
		<link>http://technicznie.miastofabryk.pl/2008/09/11/forum-vanilla-obrazki-w-profilach-a-https/</link>
		<comments>http://technicznie.miastofabryk.pl/2008/09/11/forum-vanilla-obrazki-w-profilach-a-https/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 08:47:40 +0000</pubDate>
		<dc:creator>skarlcf</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Programowanie]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[vanilla]]></category>

		<guid isPermaLink="false">http://technicznie.miastofabryk.pl/2008/09/11/forum-vanilla-obrazki-w-profilach-a-https/</guid>
		<description><![CDATA[W Vanilla 1.1.4 występuje problem z obsługą obrazków serwowanych przez zewnętrzny serwer http, jeżeli samo forum działa na serwerze https. Przeanalizowałem problem i znalazłem rozwiązanie. W pliku ./library/People/People.Class.User.php (~ linia 251) zmieniamy linijki: $this->Icon = PrependString($this->Context->Configuration['HTTP_METHOD'].'://', ForceIncomingString('Icon','')); $this->Picture = PrependString($this->Context->Configuration['HTTP_METHOD'].'://', ForceIncomingString('Picture','')); na: $this->Icon = PrependString('http://', ForceIncomingString('Icon','')); $this->Picture = PrependString('http://', ForceIncomingString('Picture','')); Jeżeli mieliśmy już jakichś użytkowników, [...]]]></description>
		<wfw:commentRss>http://technicznie.miastofabryk.pl/2008/09/11/forum-vanilla-obrazki-w-profilach-a-https/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

