<?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>Mon, 09 Aug 2010 20:04:17 +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 gets fixed and gets ready to move from &#8220;beta&#8221; to &#8220;stable&#8221; by ss</title>
		<link>http://www.bombstrike.org/2010/03/spidermonkey-gets-fixed-and-gets-ready-to-move-from-beta-to-stable/comment-page-1/#comment-4307</link>
		<dc:creator>ss</dc:creator>
		<pubDate>Mon, 09 Aug 2010 20:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.bombstrike.org/?p=125#comment-4307</guid>
		<description>Being able to throw JavaScript exceptions from within PHP would be nice, so you can capture the JS line number (via try/catch blocks in JS) of an error that happens on the PHP side -- for example when you pass an invalid parameter to your registered PHP object from within JS.</description>
		<content:encoded><![CDATA[<p>Being able to throw JavaScript exceptions from within PHP would be nice, so you can capture the JS line number (via try/catch blocks in JS) of an error that happens on the PHP side &#8212; for example when you pass an invalid parameter to your registered PHP object from within JS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spidermonkey gets fixed and gets ready to move from &#8220;beta&#8221; to &#8220;stable&#8221; by Ronald Baltus</title>
		<link>http://www.bombstrike.org/2010/03/spidermonkey-gets-fixed-and-gets-ready-to-move-from-beta-to-stable/comment-page-1/#comment-4043</link>
		<dc:creator>Ronald Baltus</dc:creator>
		<pubDate>Mon, 31 May 2010 09:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.bombstrike.org/?p=125#comment-4043</guid>
		<description>- If an object implements ArrayAccess and Iterator (or other PHP interfaces to have the object behave like an array) it would be nice if the object can be accessed as an array in JavaScript too.

- Setting properties and reading properties in javascript are directly mapped to the properties in PHP. However, we want to be able to do some testing before it, or to make readonly properties. In other words: we want to be able to map the JS properties to PHP functions.

Spidermonkey is a great addition to our software and we can add alot of functionality with a small script. Thanks!</description>
		<content:encoded><![CDATA[<p>- If an object implements ArrayAccess and Iterator (or other PHP interfaces to have the object behave like an array) it would be nice if the object can be accessed as an array in JavaScript too.</p>
<p>- Setting properties and reading properties in javascript are directly mapped to the properties in PHP. However, we want to be able to do some testing before it, or to make readonly properties. In other words: we want to be able to map the JS properties to PHP functions.</p>
<p>Spidermonkey is a great addition to our software and we can add alot of functionality with a small script. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spidermonkey gets fixed and gets ready to move from &#8220;beta&#8221; to &#8220;stable&#8221; by scott</title>
		<link>http://www.bombstrike.org/2010/03/spidermonkey-gets-fixed-and-gets-ready-to-move-from-beta-to-stable/comment-page-1/#comment-3954</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Thu, 06 May 2010 22:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.bombstrike.org/?p=125#comment-3954</guid>
		<description>Instead of making JavaScript run inside PHP, would it be possible to run it right on top of Zend for a viable server side JavaScript implementation?</description>
		<content:encoded><![CDATA[<p>Instead of making JavaScript run inside PHP, would it be possible to run it right on top of Zend for a viable server side JavaScript implementation?</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>
