Magento Expert Forum - Improve your Magento experience

Results 1 to 4 of 4

PHP Programming

  1. #1
    New member
    Join Date
    Apr 2016
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default PHP Programming

    Our website Packers and Movers has been programmed on PHP ver 4. We are getting to hear about the new PHP ver 7 which is supposed to contain faster response for the output. At the local host when we have reprogrammed it on ver 7, we have noticed that the servers, for eg Xampp, are not supporting the new version. Also, we are unable to upload the files on internet. That the new PHP ver 7 has hit the market is given, but the utility factor is still not clear. Has anyone in this forum wrote an e-commerce website on PHP ver 7?
    If yes, kindly share your success rate and guide us on implementing the same. Thanks in advance.

    View more threads in the same category:


  2. #2

  3. #3
    Junior Member
    Join Date
    Aug 2016
    Posts
    72
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    Verify current PHP setting from the site Dashboard by clicking setting>PHP version.

    Manage PHP versions by committing a pantheon.yml configuration file to the root of your site's code repository. Your pantheon.yml file will look like the following

    api_version: 1

    php_version: 7.0

  4. #4
    Junior Member
    Join Date
    Sep 2018
    Location
    Oman, Muscat
    Posts
    2,084
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    PHP: Hypertext Preprocessor is a general-purpose programming language originally designed for web development. It was originally created by Rasmus Lerdorf in 1994; the PHP reference implementation is now produced by The PHP Group.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •