<?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 BombStrike's blog</title>
	<atom:link href="http://www.bombstrike.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bombstrike.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 09 Dec 2009 22:59:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Spidermonkey in PECL by Ionut G. Stan</title>
		<link>http://www.bombstrike.org/2009/02/spidermonkey-in-pecl/comment-page-1/#comment-2027</link>
		<dc:creator>Ionut G. Stan</dc:creator>
		<pubDate>Wed, 09 Dec 2009 22:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.bombstrike.org/?p=107#comment-2027</guid>
		<description>Hi Christophe,

Great work on this extension! I have a couple of feature requests (to come) and a bug report (unfortunately):

http://pecl.php.net/bugs/bug.php?id=16967

Alas, my C skills are almost null, otherwise I&#039;d have tried to help you on this. Maybe if you could give me at least some pointers on where to look for solving this...</description>
		<content:encoded><![CDATA[<p>Hi Christophe,</p>
<p>Great work on this extension! I have a couple of feature requests (to come) and a bug report (unfortunately):</p>
<p><a href="http://pecl.php.net/bugs/bug.php?id=16967" rel="nofollow">http://pecl.php.net/bugs/bug.php?id=16967</a></p>
<p>Alas, my C skills are almost null, otherwise I&#8217;d have tried to help you on this. Maybe if you could give me at least some pointers on where to look for solving this&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bringing Javascript to the server using PHP * update * by scotts</title>
		<link>http://www.bombstrike.org/2009/02/bringing-javascript-to-the-server/comment-page-1/#comment-1453</link>
		<dc:creator>scotts</dc:creator>
		<pubDate>Wed, 07 Oct 2009 22:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.bombstrike.org/?p=37#comment-1453</guid>
		<description>This is incredible.. exactly what I was looking for to create a mini-language, and so easy to add the custom objects I want.

One thing I found after a couple hours of tinkering with it: I don&#039;t see a way to register a function that&#039;s a part of class. With other PHP functions that take callbacks as parameters, when you want to callback to an object&#039;s method, you put an array in place of the name of the function with the object as the first parameter and the name of the method as the second, e.g.:
 $js-&gt;registerFunction( array( $this, &#039;print&#039; ), &#039;print&#039; );

(this currently gives a segmentation fault, I guess because it&#039;s expecting a string, not an array, and there&#039;s no error checking present)

Another nice feature would be to get the details of a javascript error back to PHP (type of error, line number ,etc) so it can be returned by PHP in a sanitized way.

Just a couple of features to think about for a future release. But this is really great and already extremely useful. Thanks for the work!</description>
		<content:encoded><![CDATA[<p>This is incredible.. exactly what I was looking for to create a mini-language, and so easy to add the custom objects I want.</p>
<p>One thing I found after a couple hours of tinkering with it: I don&#8217;t see a way to register a function that&#8217;s a part of class. With other PHP functions that take callbacks as parameters, when you want to callback to an object&#8217;s method, you put an array in place of the name of the function with the object as the first parameter and the name of the method as the second, e.g.:<br />
 $js-&gt;registerFunction( array( $this, &#8216;print&#8217; ), &#8216;print&#8217; );</p>
<p>(this currently gives a segmentation fault, I guess because it&#8217;s expecting a string, not an array, and there&#8217;s no error checking present)</p>
<p>Another nice feature would be to get the details of a javascript error back to PHP (type of error, line number ,etc) so it can be returned by PHP in a sanitized way.</p>
<p>Just a couple of features to think about for a future release. But this is really great and already extremely useful. Thanks for the work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spidermonkey in PECL by wojta</title>
		<link>http://www.bombstrike.org/2009/02/spidermonkey-in-pecl/comment-page-1/#comment-1284</link>
		<dc:creator>wojta</dc:creator>
		<pubDate>Thu, 03 Sep 2009 10:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.bombstrike.org/?p=107#comment-1284</guid>
		<description>I have added this bug with PHP compiled as Apache2 module:
http://pecl.php.net/bugs/bug.php?id=16641</description>
		<content:encoded><![CDATA[<p>I have added this bug with PHP compiled as Apache2 module:<br />
<a href="http://pecl.php.net/bugs/bug.php?id=16641" rel="nofollow">http://pecl.php.net/bugs/bug.php?id=16641</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spidermonkey in PECL by saaadel</title>
		<link>http://www.bombstrike.org/2009/02/spidermonkey-in-pecl/comment-page-1/#comment-1191</link>
		<dc:creator>saaadel</dc:creator>
		<pubDate>Tue, 11 Aug 2009 08:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.bombstrike.org/?p=107#comment-1191</guid>
		<description>Simple trick with this module code and ....
http://saaadel.com/phpinfo.php

spidermonkey 0.1.2 work at PHP Version 5.2.6-3ubuntu4.1</description>
		<content:encoded><![CDATA[<p>Simple trick with this module code and &#8230;.<br />
<a href="http://saaadel.com/phpinfo.php" rel="nofollow">http://saaadel.com/phpinfo.php</a></p>
<p>spidermonkey 0.1.2 work at PHP Version 5.2.6-3ubuntu4.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Current status and API of spidermonkey by Calvin Liu</title>
		<link>http://www.bombstrike.org/2009/02/current-status-and-api-of-spidermonkey/comment-page-1/#comment-1165</link>
		<dc:creator>Calvin Liu</dc:creator>
		<pubDate>Mon, 03 Aug 2009 07:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.bombstrike.org/?p=73#comment-1165</guid>
		<description>A small mistake of the comment block of method &#039;assign&#039; in the API box:
/* register a function for use in javascript...

It should be &#039;...a variable for use...&#039;. :-)</description>
		<content:encoded><![CDATA[<p>A small mistake of the comment block of method &#8216;assign&#8217; in the API box:<br />
/* register a function for use in javascript&#8230;</p>
<p>It should be &#8216;&#8230;a variable for use&#8230;&#8217;. <img src='http://www.bombstrike.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spidermonkey in PECL by John</title>
		<link>http://www.bombstrike.org/2009/02/spidermonkey-in-pecl/comment-page-1/#comment-957</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 06 Jun 2009 16:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.bombstrike.org/?p=107#comment-957</guid>
		<description>Great work on this extension. Very useful to have, although we can&#039;t use it because of the need for PHP 5.3 beta/RC. Do you know why that&#039;s required and if there&#039;s any way we can make this work with 5.2.x?</description>
		<content:encoded><![CDATA[<p>Great work on this extension. Very useful to have, although we can&#8217;t use it because of the need for PHP 5.3 beta/RC. Do you know why that&#8217;s required and if there&#8217;s any way we can make this work with 5.2.x?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bringing Javascript to the server using PHP * update * by Pascal MARTIN (n+1).zéro</title>
		<link>http://www.bombstrike.org/2009/02/bringing-javascript-to-the-server/comment-page-1/#comment-953</link>
		<dc:creator>Pascal MARTIN (n+1).zéro</dc:creator>
		<pubDate>Thu, 04 Jun 2009 18:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.bombstrike.org/?p=37#comment-953</guid>
		<description>&lt;strong&gt;SpiderMonkey : Exécuter du Javascript côté serveur, depuis PHP...&lt;/strong&gt;

Cet article va nous montrer comment utiliser l’extension PHP SpiderMonkey pour exécuter du Javascript côté serveur, depuis PHP. Sommaire de cet article : SpiderMonkey : exécuter du code Javascript Qu’est-ce que SpiderMonkey ?...</description>
		<content:encoded><![CDATA[<p><strong>SpiderMonkey : Exécuter du Javascript côté serveur, depuis PHP&#8230;</strong></p>
<p>Cet article va nous montrer comment utiliser l’extension PHP SpiderMonkey pour exécuter du Javascript côté serveur, depuis PHP. Sommaire de cet article : SpiderMonkey : exécuter du code Javascript Qu’est-ce que SpiderMonkey ?&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spidermonkey in PECL by martin</title>
		<link>http://www.bombstrike.org/2009/02/spidermonkey-in-pecl/comment-page-1/#comment-942</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Thu, 21 May 2009 18:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bombstrike.org/?p=107#comment-942</guid>
		<description>Thanks for the reply! I am using Ubuntu 8.10. I installed spidermonkey from the repository. There also are several packages that begin with libjs but most of them appear to be just clientside js frameworks or joystick drivers.  

I just tried that mozilla link but it refused to compile. 

The install still fails at the same position. My js-cli (that came with spidermonkey i presume) version is JavaScript-C 1.7.0 2007-10-03.

Is there may a static binary i could use to test?</description>
		<content:encoded><![CDATA[<p>Thanks for the reply! I am using Ubuntu 8.10. I installed spidermonkey from the repository. There also are several packages that begin with libjs but most of them appear to be just clientside js frameworks or joystick drivers.  </p>
<p>I just tried that mozilla link but it refused to compile. </p>
<p>The install still fails at the same position. My js-cli (that came with spidermonkey i presume) version is JavaScript-C 1.7.0 2007-10-03.</p>
<p>Is there may a static binary i could use to test?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spidermonkey in PECL by Christophe Robin</title>
		<link>http://www.bombstrike.org/2009/02/spidermonkey-in-pecl/comment-page-1/#comment-941</link>
		<dc:creator>Christophe Robin</dc:creator>
		<pubDate>Thu, 21 May 2009 14:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.bombstrike.org/?p=107#comment-941</guid>
		<description>Which distribution are you using ? Depending on the distro, there should be package named libjs or spidermonkey, if not you&#039;ll need to get this file: http://ftp.mozilla.org/pub/mozilla.org/js/js-1.7.0.tar.gz and build/install it on your system manually.</description>
		<content:encoded><![CDATA[<p>Which distribution are you using ? Depending on the distro, there should be package named libjs or spidermonkey, if not you&#8217;ll need to get this file: <a href="http://ftp.mozilla.org/pub/mozilla.org/js/js-1.7.0.tar.gz" rel="nofollow">http://ftp.mozilla.org/pub/mozilla.org/js/js-1.7.0.tar.gz</a> and build/install it on your system manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spidermonkey in PECL by martin</title>
		<link>http://www.bombstrike.org/2009/02/spidermonkey-in-pecl/comment-page-1/#comment-939</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Wed, 20 May 2009 23:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.bombstrike.org/?p=107#comment-939</guid>
		<description>This looks very promising and is just what I am looking for for a project. Unfortunately getting it to run proves to be the most excruciating task. I&#039;ve finally got the latest php snapshot running but this disables CLI and subsequently pear and pecl. Anyway, I managed to restore that functionality but when i try to install the package i run into this error:

checking whether to enable spidermonkey support... yes, shared
configure: error: jsapi.h not found. Please reinstall libjs.
ERROR: `/etc/php5/temp/spidermonkey/configure&#039; failed

i have no idea where to get &quot;jslib&quot;. Part of what package-system or package is that? What I could find is either the old mozilla &quot;jslib&quot; or the rather new &quot;jslibs&quot; project. What do I have to do to get past this point (on to the next fatal error?)

thank you very much for the great extension and I&#039;d be too happy actually using it!</description>
		<content:encoded><![CDATA[<p>This looks very promising and is just what I am looking for for a project. Unfortunately getting it to run proves to be the most excruciating task. I&#8217;ve finally got the latest php snapshot running but this disables CLI and subsequently pear and pecl. Anyway, I managed to restore that functionality but when i try to install the package i run into this error:</p>
<p>checking whether to enable spidermonkey support&#8230; yes, shared<br />
configure: error: jsapi.h not found. Please reinstall libjs.<br />
ERROR: `/etc/php5/temp/spidermonkey/configure&#8217; failed</p>
<p>i have no idea where to get &#8220;jslib&#8221;. Part of what package-system or package is that? What I could find is either the old mozilla &#8220;jslib&#8221; or the rather new &#8220;jslibs&#8221; project. What do I have to do to get past this point (on to the next fatal error?)</p>
<p>thank you very much for the great extension and I&#8217;d be too happy actually using it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
