<?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 for Christian Krahn</title>
	<atom:link href="http://www.krahn.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.krahn.org</link>
	<description>Using: PHP, Python, JS, MySQL, Perl, Google API&#039;s ; BLOGGING ABOUT: everything related to Web Development</description>
	<lastBuildDate>Sat, 10 Jul 2010 06:36:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>Comment on Google AdWords API 2009 &#8211; Overview and First Thoughts by Christian</title>
		<link>http://www.krahn.org/2009/05/google-adwords-api-2009-overview-and-first-thoughts/comment-page-1/#comment-2876</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Sat, 10 Jul 2010 06:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=38#comment-2876</guid>
		<description>Best way is to contact AdWords Support about it.</description>
		<content:encoded><![CDATA[<p>Best way is to contact AdWords Support about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google AdWords API 2009 &#8211; Overview and First Thoughts by Alexandra Cooper</title>
		<link>http://www.krahn.org/2009/05/google-adwords-api-2009-overview-and-first-thoughts/comment-page-1/#comment-2875</link>
		<dc:creator>Alexandra Cooper</dc:creator>
		<pubDate>Sat, 10 Jul 2010 06:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=38#comment-2875</guid>
		<description>anybody knows how i could get my banned Adwords account back?,.*</description>
		<content:encoded><![CDATA[<p>anybody knows how i could get my banned Adwords account back?,.*</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Ubuntu 10.04 Lucid Lynx for PHP development by Christian</title>
		<link>http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/comment-page-1/#comment-2801</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Mon, 28 Jun 2010 20:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=139#comment-2801</guid>
		<description>Glad i could help :)</description>
		<content:encoded><![CDATA[<p>Glad i could help <img src='http://www.krahn.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Ubuntu 10.04 Lucid Lynx for PHP development by Christian</title>
		<link>http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/comment-page-1/#comment-2800</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Mon, 28 Jun 2010 20:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=139#comment-2800</guid>
		<description>Mistake from my side... PDO has been moved into core (the php source) so this pecl  extension is dead. http://pecl.php.net/package/PDO</description>
		<content:encoded><![CDATA[<p>Mistake from my side&#8230; PDO has been moved into core (the php source) so this pecl  extension is dead. <a href="http://pecl.php.net/package/PDO" rel="nofollow">http://pecl.php.net/package/PDO</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Ubuntu 10.04 Lucid Lynx for PHP development by DoubleJ</title>
		<link>http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/comment-page-1/#comment-2785</link>
		<dc:creator>DoubleJ</dc:creator>
		<pubDate>Sat, 26 Jun 2010 09:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=139#comment-2785</guid>
		<description>also for PDO_mysql :

checking for PHP extension directory... /usr/lib/php5/20090626+lfs
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... re2c
checking for re2c version... 0.13.5 (ok)
checking for gawk... gawk
checking for MySQL support for PDO... yes, shared
checking for mysql_config... /usr/bin/mysql_config
checking for mysql_query in -lmysqlclient... yes
checking for mysql_commit... yes
checking for mysql_stmt_prepare... yes
checking for mysql_next_result... yes
checking for mysql_sqlstate... yes
checking for PDO includes... checking for PDO includes...
configure: error: Cannot find php_pdo_driver.h.
ERROR: `/tmp/pear/temp/PDO_MYSQL/configure&#039; failed</description>
		<content:encoded><![CDATA[<p>also for PDO_mysql :</p>
<p>checking for PHP extension directory&#8230; /usr/lib/php5/20090626+lfs<br />
checking for PHP installed headers prefix&#8230; /usr/include/php5<br />
checking if debug is enabled&#8230; no<br />
checking if zts is enabled&#8230; no<br />
checking for re2c&#8230; re2c<br />
checking for re2c version&#8230; 0.13.5 (ok)<br />
checking for gawk&#8230; gawk<br />
checking for MySQL support for PDO&#8230; yes, shared<br />
checking for mysql_config&#8230; /usr/bin/mysql_config<br />
checking for mysql_query in -lmysqlclient&#8230; yes<br />
checking for mysql_commit&#8230; yes<br />
checking for mysql_stmt_prepare&#8230; yes<br />
checking for mysql_next_result&#8230; yes<br />
checking for mysql_sqlstate&#8230; yes<br />
checking for PDO includes&#8230; checking for PDO includes&#8230;<br />
configure: error: Cannot find php_pdo_driver.h.<br />
ERROR: `/tmp/pear/temp/PDO_MYSQL/configure&#8217; failed</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Ubuntu 10.04 Lucid Lynx for PHP development by DoubleJ</title>
		<link>http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/comment-page-1/#comment-2784</link>
		<dc:creator>DoubleJ</dc:creator>
		<pubDate>Sat, 26 Jun 2010 09:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=139#comment-2784</guid>
		<description>Ehhh..., i&#039;d also like to say hello and thansk for tutos... ;-) ;-)

(slapping myself).</description>
		<content:encoded><![CDATA[<p>Ehhh&#8230;, i&#8217;d also like to say hello and thansk for tutos&#8230; <img src='http://www.krahn.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  <img src='http://www.krahn.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>(slapping myself).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Ubuntu 10.04 Lucid Lynx for PHP development by DoubleJ</title>
		<link>http://www.krahn.org/2010/06/installing-ubuntu-10-04-lucid-lynx-for-php-development/comment-page-1/#comment-2783</link>
		<dc:creator>DoubleJ</dc:creator>
		<pubDate>Sat, 26 Jun 2010 09:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=139#comment-2783</guid>
		<description>At the &quot;pecl install PDO&quot; , i have this :

/bin/bash /var/tmp/pear-build-root/PDO-1.0.3/libtool --mode=compile cc  -I. -I/tmp/pear/temp/PDO -DPHP_ATOM_INC -I/var/tmp/pear-build-root/PDO-1.0.3/include -I/var/tmp/pear-build-root/PDO-1.0.3/main -I/tmp/pear/temp/PDO -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pear/temp/PDO/pdo.c -o pdo.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/PDO -DPHP_ATOM_INC -I/var/tmp/pear-build-root/PDO-1.0.3/include -I/var/tmp/pear-build-root/PDO-1.0.3/main -I/tmp/pear/temp/PDO -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/PDO/pdo.c  -fPIC -DPIC -o .libs/pdo.o
/bin/bash /var/tmp/pear-build-root/PDO-1.0.3/libtool --mode=compile cc  -I. -I/tmp/pear/temp/PDO -DPHP_ATOM_INC -I/var/tmp/pear-build-root/PDO-1.0.3/include -I/var/tmp/pear-build-root/PDO-1.0.3/main -I/tmp/pear/temp/PDO -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pear/temp/PDO/pdo_dbh.c -o pdo_dbh.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/PDO -DPHP_ATOM_INC -I/var/tmp/pear-build-root/PDO-1.0.3/include -I/var/tmp/pear-build-root/PDO-1.0.3/main -I/tmp/pear/temp/PDO -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/PDO/pdo_dbh.c  -fPIC -DPIC -o .libs/pdo_dbh.o
/tmp/pear/temp/PDO/pdo_dbh.c: In function ‘pdo_stmt_instantiate’:
/tmp/pear/temp/PDO/pdo_dbh.c:410: error: ‘zval’ has no member named ‘refcount’
/tmp/pear/temp/PDO/pdo_dbh.c:411: error: ‘zval’ has no member named ‘is_ref’
/tmp/pear/temp/PDO/pdo_dbh.c: In function ‘pdo_stmt_construct’:
/tmp/pear/temp/PDO/pdo_dbh.c:435: error: ‘zend_fcall_info’ has no member named ‘object_pp’
/tmp/pear/temp/PDO/pdo_dbh.c:458: error: ‘zend_fcall_info_cache’ has no member named ‘object_pp’
/tmp/pear/temp/PDO/pdo_dbh.c: In function ‘zim_PDO_setAttribute’:
/tmp/pear/temp/PDO/pdo_dbh.c:752: error: ‘zval’ has no member named ‘refcount’
/tmp/pear/temp/PDO/pdo_dbh.c: In function ‘zim_PDO_getAttribute’:
/tmp/pear/temp/PDO/pdo_dbh.c:818: error: ‘zval’ has no member named ‘refcount’
/tmp/pear/temp/PDO/pdo_dbh.c: In function ‘pdo_hash_methods’:
/tmp/pear/temp/PDO/pdo_dbh.c:1122: warning: assignment discards qualifiers from pointer target type
/tmp/pear/temp/PDO/pdo_dbh.c:1126: warning: assignment discards qualifiers from pointer target type
make: *** [pdo_dbh.lo] Erreur 1
ERROR: `make&#039; failed</description>
		<content:encoded><![CDATA[<p>At the &#8220;pecl install PDO&#8221; , i have this :</p>
<p>/bin/bash /var/tmp/pear-build-root/PDO-1.0.3/libtool &#8211;mode=compile cc  -I. -I/tmp/pear/temp/PDO -DPHP_ATOM_INC -I/var/tmp/pear-build-root/PDO-1.0.3/include -I/var/tmp/pear-build-root/PDO-1.0.3/main -I/tmp/pear/temp/PDO -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pear/temp/PDO/pdo.c -o pdo.lo<br />
libtool: compile:  cc -I. -I/tmp/pear/temp/PDO -DPHP_ATOM_INC -I/var/tmp/pear-build-root/PDO-1.0.3/include -I/var/tmp/pear-build-root/PDO-1.0.3/main -I/tmp/pear/temp/PDO -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/PDO/pdo.c  -fPIC -DPIC -o .libs/pdo.o<br />
/bin/bash /var/tmp/pear-build-root/PDO-1.0.3/libtool &#8211;mode=compile cc  -I. -I/tmp/pear/temp/PDO -DPHP_ATOM_INC -I/var/tmp/pear-build-root/PDO-1.0.3/include -I/var/tmp/pear-build-root/PDO-1.0.3/main -I/tmp/pear/temp/PDO -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pear/temp/PDO/pdo_dbh.c -o pdo_dbh.lo<br />
libtool: compile:  cc -I. -I/tmp/pear/temp/PDO -DPHP_ATOM_INC -I/var/tmp/pear-build-root/PDO-1.0.3/include -I/var/tmp/pear-build-root/PDO-1.0.3/main -I/tmp/pear/temp/PDO -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/PDO/pdo_dbh.c  -fPIC -DPIC -o .libs/pdo_dbh.o<br />
/tmp/pear/temp/PDO/pdo_dbh.c: In function ‘pdo_stmt_instantiate’:<br />
/tmp/pear/temp/PDO/pdo_dbh.c:410: error: ‘zval’ has no member named ‘refcount’<br />
/tmp/pear/temp/PDO/pdo_dbh.c:411: error: ‘zval’ has no member named ‘is_ref’<br />
/tmp/pear/temp/PDO/pdo_dbh.c: In function ‘pdo_stmt_construct’:<br />
/tmp/pear/temp/PDO/pdo_dbh.c:435: error: ‘zend_fcall_info’ has no member named ‘object_pp’<br />
/tmp/pear/temp/PDO/pdo_dbh.c:458: error: ‘zend_fcall_info_cache’ has no member named ‘object_pp’<br />
/tmp/pear/temp/PDO/pdo_dbh.c: In function ‘zim_PDO_setAttribute’:<br />
/tmp/pear/temp/PDO/pdo_dbh.c:752: error: ‘zval’ has no member named ‘refcount’<br />
/tmp/pear/temp/PDO/pdo_dbh.c: In function ‘zim_PDO_getAttribute’:<br />
/tmp/pear/temp/PDO/pdo_dbh.c:818: error: ‘zval’ has no member named ‘refcount’<br />
/tmp/pear/temp/PDO/pdo_dbh.c: In function ‘pdo_hash_methods’:<br />
/tmp/pear/temp/PDO/pdo_dbh.c:1122: warning: assignment discards qualifiers from pointer target type<br />
/tmp/pear/temp/PDO/pdo_dbh.c:1126: warning: assignment discards qualifiers from pointer target type<br />
make: *** [pdo_dbh.lo] Erreur 1<br />
ERROR: `make&#8217; failed</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google AdWords API 2009 &#8211; Overview and First Thoughts by Christian</title>
		<link>http://www.krahn.org/2009/05/google-adwords-api-2009-overview-and-first-thoughts/comment-page-1/#comment-2565</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Mon, 10 May 2010 15:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=38#comment-2565</guid>
		<description>Sure, just send me an email to Christian(at)Krahn(dot)org. if you do have access to the mcc account you should find the developer token under &quot;My account&quot; =&gt; &quot;adwords api Center&quot;. If there is no token, you should be able to create one there (and wait for it to become approved).</description>
		<content:encoded><![CDATA[<p>Sure, just send me an email to Christian(at)Krahn(dot)org. if you do have access to the mcc account you should find the developer token under &#8220;My account&#8221; => &#8220;adwords api Center&#8221;. If there is no token, you should be able to create one there (and wait for it to become approved).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google AdWords API 2009 &#8211; Overview and First Thoughts by Mic</title>
		<link>http://www.krahn.org/2009/05/google-adwords-api-2009-overview-and-first-thoughts/comment-page-1/#comment-2564</link>
		<dc:creator>Mic</dc:creator>
		<pubDate>Mon, 10 May 2010 15:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=38#comment-2564</guid>
		<description>Yeah, I understand...
I&#039;ve requested an MCC account but... I work for a big society and we are trying to develop a new project but no one here has already seen that kind of things.
So, the MCC account was created by someone out from my office, out of my town... out from my country too... And, obviously, he has lost something or doesn&#039;t remember if google has send him an email with that famous &quot;developer token&quot;. My lucky still go on: MCC has a new interface, where I can&#039;t find tokens...
So, now I&#039;ve that MCC, but I still don&#039;t have the developer  and application tokens.

Anyway, at the moment, I&#039;m trying to use sandbox, so:
I can use that developer token: myemail@gmail.com++EUR
I can forget the application token (which is set on NULL value)

As result, I&#039;ve got the same error: &quot;authToken is missing in SoapHeader&quot;.

Maybe can I post you my PHP code? Have you time to spend for check it?

Thanks!</description>
		<content:encoded><![CDATA[<p>Yeah, I understand&#8230;<br />
I&#8217;ve requested an MCC account but&#8230; I work for a big society and we are trying to develop a new project but no one here has already seen that kind of things.<br />
So, the MCC account was created by someone out from my office, out of my town&#8230; out from my country too&#8230; And, obviously, he has lost something or doesn&#8217;t remember if google has send him an email with that famous &#8220;developer token&#8221;. My lucky still go on: MCC has a new interface, where I can&#8217;t find tokens&#8230;<br />
So, now I&#8217;ve that MCC, but I still don&#8217;t have the developer  and application tokens.</p>
<p>Anyway, at the moment, I&#8217;m trying to use sandbox, so:<br />
I can use that developer token: <a href="mailto:myemail@gmail.com">myemail@gmail.com</a>++EUR<br />
I can forget the application token (which is set on NULL value)</p>
<p>As result, I&#8217;ve got the same error: &#8220;authToken is missing in SoapHeader&#8221;.</p>
<p>Maybe can I post you my PHP code? Have you time to spend for check it?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google AdWords API 2009 &#8211; Overview and First Thoughts by Christian</title>
		<link>http://www.krahn.org/2009/05/google-adwords-api-2009-overview-and-first-thoughts/comment-page-1/#comment-2548</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Sat, 08 May 2010 08:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.krahn.org/?p=38#comment-2548</guid>
		<description>With v13 an MCC account was also necessary to receive a developer token for the API. I think it&#039;s understandable that you might want to manage multiple accounts with the API instead of just one. Even though you can have an MCC with just one account underneath it in the structure.</description>
		<content:encoded><![CDATA[<p>With v13 an MCC account was also necessary to receive a developer token for the API. I think it&#8217;s understandable that you might want to manage multiple accounts with the API instead of just one. Even though you can have an MCC with just one account underneath it in the structure.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
