-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Directive 'asp_tags' is no longer available in PHP #3952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Allow passing multiple gaurds to the auth middleware
Set the default driver from the Authenticate middleware
Adds config for persistent connections, SASL authentication, and custom options
[5.3] Add config for new Memcached features
…castleman/laravel into tomcastleman-feature/session-store-config
[5.3] Enabled MySQL "strict" mode by default
The commit laravel/framework@586bffa added support for sslmode in PostgresConnector.php and sslmode has been around since postgres version 9.1 (2011). This change makes it possible to specify sslmode from the config file. Also serves as documentation to other developers so they don't have to dive deep into the code to figure out that it's posible to set this option. The posible values for sslmode are: disable, allow, prefer, require, verify-ca, verify-full The default value is "prefer". http://www.postgresql.org/docs/9.5/static/libpq-ssl.html#LIBPQ-SSL-PROTECTION
[5.3] Add "sslmode" setting for PostgreSQL connection
Applied fixes from StyleCI
Sorted the Application Service Providers alphabetically
Add web.config for IIS
Adding description for default inspire command
Add fallback sans-serif font in case the custom font fails to load
Add missing translation for `mimetypes` validation
Lang Alphabetical Order
Environment configuration for HTTPS only cookie
[5.3] Map API routes before Web routes
We don't need variables.scss to be compiled into CSS, because it's being imported into app.scss (and get's compiled there). Added an underscore so the Sass compiler ignores this file, which is a common practice with Sass partials (see http://sass-lang.com/guide @ Partials).
Rename variables.scss to _variables.scss
Add unique modifier
Yes, ASP style tags have been deprecated for a long time and finally You should fix all your <% %> or <%= %> tags On Tue, Sep 20, 2016 at 9:22 AM, Edrard notifications@github.com wrote:
|
Good day
After upgrade from 5.6 to 7.0.10 on Laravel 5.2 I start receiving such error
http://i.imgur.com/wiXHUaP.png