News Feed
Jobs Feed
Sections




News Archive
We Love PHP Blog:
Using V8 Javascript engine as a PHP extension
July 25, 2012 @ 11:50:36

From the "Web Love PHP" blog there's a new post showing how to use the V8 Javascript engine as a PHP extension in your application.

Just got to something described as: This extension embeds the V8 Javascript Engine into PHP. It is called v8js and the documentation is already available on php.net, examples and the sources are here. V8 is known to work well in browsers and webservers like node.js, but does it work inside PHP? YES!

They show how to get it installed (on Ubuntu) via a PECL install and a test script with some Javascript in a string variable that's parsed by the "executeString" function on a V8 object. There's also an example of how you can mix the functionality between the two - a simple script that uses a PHP PDO object fron inside the Javascript to perform a SQL query and set some information into the session.

0 comments voice your opinion now!
v8 javascript extension integration tutorial


blog comments powered by Disqus

Similar Posts

PHPImpact Blog: Agile Database Deployment Using Phing

Rob Allen's Blog: Tutorial Q&A PDF

DevShed: Using Filters in PHP 5

/Dev/Hell Podcast: Episode 30: It's Episode 30, You Guys

Vanessa Vasile's Blog:Using PHP to Extract Image Exif Data


Community Events











Don't see your event here?
Let us know!


community zendframework2 development conference introduction testing language unittest example opinion series tool code functional release interview application podcast phpunit framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework