bgultekin / laravel4-datatables-package

Server-side handler of DataTables Jquery Plugin for Laravel 4
267 stars 108 forks source link

Maximum execution time of 30 seconds exceeded #206

Open diorges opened 9 years ago

diorges commented 9 years ago

/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 commented 9 years ago

what's your use code?