GithubHelp home page GithubHelp logo

PHP7 port about insalan.fr HOT 3 OPEN

insalan avatar insalan commented on August 23, 2024
PHP7 port

from insalan.fr.

Comments (3)

halfa avatar halfa commented on August 23, 2024

Tested today under debian/jessie:

sudo apt-get update && apt-get install php7.0 php7.0-curl php7.0-xml

This will replace the current php5 engine by php7.
We got full support for Symfony 2.8 hence we stick to it as 3.0 is not an LTS.

Here are the changes to the composer requirement:

index 9b80c4f..4900955 100644
--- a/composer.json
+++ b/composer.json
@@ -7,10 +7,10 @@
     "require": {
-        "php": ">=5.3.3",
+        "php": ">=7.0",
         "symfony/symfony": "^2.7",
         "doctrine/orm": "2.4.6",
-        "doctrine/annotations": "1.2.1",
+        "doctrine/annotations": "1.2.6",

The doctrine/annotations update is mandatory, see this thread

from insalan.fr.

halfa avatar halfa commented on August 23, 2024

Apparently no issue, but I cannot say if perfomance-wise this is interesting to push in prod.

from insalan.fr.

Lesterpig avatar Lesterpig commented on August 23, 2024

Should be safe, as there won't be any critical production event until November :-)

from insalan.fr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.