Git Product home page Git Product logo

Comments (8)

whatnickcodes avatar whatnickcodes commented on July 29, 2024 1

I enabled them: Run: vagrant box update

from scotch-box.

mattfelten avatar mattfelten commented on July 29, 2024

+1

from scotch-box.

mattfelten avatar mattfelten commented on July 29, 2024

I was able to edit /etc/php5/apache2/php.ini and turned short_open_tag to On and restarted php and it worked. I'd make a pull request but I have no idea how to on this.

from scotch-box.

alphex avatar alphex commented on July 29, 2024

Short Tags are being deprecated... I would suggest NOT supporting them.

from scotch-box.

mattfelten avatar mattfelten commented on July 29, 2024

Perfect world, yes, it shouldn't need to be supported. Real world, there are a TON of existing sites/themes/plugins that do still use short tags. It'd be a pretty major bummer to not support it here.

from scotch-box.

ArjandeV avatar ArjandeV commented on July 29, 2024

So I'd like them disabled (working with XML files through php), but when I edit user.ini or even ini_set in my index, it stays on. Any idea where I can turn it off again?

from scotch-box.

whatnickcodes avatar whatnickcodes commented on July 29, 2024

You can just do:

vagrant ssh
sudo vim /etc/php5/apache2/conf.d/user.ini

And remove: short_open_tag = On

from scotch-box.

papalardo avatar papalardo commented on July 29, 2024

This work me
sudo vagrant ssh
sudo apt-get update
sudo apt-get upgrade

from scotch-box.

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.