Announcement

Collapse
No announcement yet.

Php V8

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Php V8

    does it make any different to v8 which version of PHP is on webserver.

    we have 4.3 php on our servers, but brought a new server online with PHP 5

    #2
    Jo,

    I can't imagine that it would, all the PHP stuff is done offline with static html uploaded so don't think it will make any difference.
    Cheers

    David
    Located in Edinburgh UK

    http://twitter.com/mcfinster

    Comment


      #3
      V8 doesn't require or make use of any server side PHP.

      V8's PHP capability is all done at page compile time via Actinic embedding a copy of PHP inside the Actinic application.

      You can get full info on the embedded PHP by temporarily putting the following into a Product description.

      !!<
      <actinic:block php="true">
      phpinfo();
      </actinic:block>
      >!!

      And you'll see that we've got PHP Version 4.3.10 internally. And there's a huge list of all the available modules and other info a developer might need.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment

      Working...
      X