Skip to content
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

Maximum execution time of 30 seconds exceeded #206

Open
diorges opened this issue Mar 12, 2015 · 1 comment
Open

Maximum execution time of 30 seconds exceeded #206

diorges opened this issue Mar 12, 2015 · 1 comment
Labels

Comments

@diorges
Copy link

diorges commented Mar 12, 2015

/var/www/itaporanews.com/laravel/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php

     * Get the regular expression for a generic Blade function.
     *
     * @param  string  $function
     * @return string
     */
    public function createMatcher($function)
    {
        return '/(?<!\w)(\s*)@'.$function.'(\s*\(.*\))/';
    }

I'm using php5.5 + nginx and laravel 4.1

@MarkVaughn
Copy link
Contributor

what's your use code?

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

No branches or pull requests

2 participants