タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

v8とPHPに関するrokujyouhitomaのブックマーク (2)

  • PHP: V8js - Manual

    Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Su

    PHP: V8js - Manual
    rokujyouhitoma
    rokujyouhitoma 2012/02/27
    なにこのネタ...
  • voglia.jp - phpv8jsを弄ってみる

    FlashとかPHPとかJavascriptとか適当にめっちゃ久々に更新 仕事でv8について調べていたときに見つけてちょっと面白そうだったので。 v8js javascriptエンジンのv8をphpから使う事ができる。 peclから落とせる。 とりあえず入れる pecl install v8js betaなのでchannel://pecl.php.net/v8js-0.1.2を使えと怒られる。 pecl install v8js use "channel://pecl.php.net/v8js-0.1.2" PHP_V8_VERSIONが定義されてないと怒られる。 仕方ないのでソースから入れる。 とりあえずconfigure後にconfig.hにPHP_V8_VERSION定義したらすんなり入ったがなんとなく怪しい気はする。 cd /usr/local/src wget http://p

    rokujyouhitoma
    rokujyouhitoma 2011/10/30
    誰得?
  • 1