Skip to content

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

Closed
wants to merge 232 commits into from
Closed

Directive 'asp_tags' is no longer available in PHP #3952

wants to merge 232 commits into from

Conversation

Edrard
Copy link

@Edrard Edrard commented Sep 20, 2016

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

GrahamCampbell and others added 30 commits December 27, 2015 16:11
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
[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
taylorotwell and others added 28 commits August 26, 2016 12:39
Sorted the Application Service Providers alphabetically
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
Environment configuration for HTTPS only cookie
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
@scoutman57
Copy link

Yes, ASP style tags have been deprecated for a long time and finally
removed. How is this related to Laravel and why the PR into master?

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 I start receiving such error

http://i.imgur.com/wiXHUaP.png

You can view, comment on, or merge this pull request online at:

#3952
Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#3952, or mute the thread
https://github.com/notifications/unsubscribe-auth/AA2C1Yl1Id4bCKcSSfkbnBMaBbtrsm70ks5qr-wygaJpZM4KBr_j
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.