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

Something not right, memory leak? #76

Closed
kendrik opened this issue Feb 13, 2015 · 3 comments
Closed

Something not right, memory leak? #76

kendrik opened this issue Feb 13, 2015 · 3 comments

Comments

@kendrik
Copy link

kendrik commented Feb 13, 2015

I get this error:

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2329600 bytes) in path-to-Browscap.php on line 505

Line 505 is this: $browsers = parse_ini_file($ini_path, true, INI_SCANNER_RAW);

I have the latest version of browscap.ini

When using the old browscap.php (v1.0) file it works fine, tried using v2.0 from here on github but get errors, cannot get this version of the files to work. I have diff them, there are a fair few changes but not sure about what the problem is and why just these changes in the file are stopping it from working.

@jorisrietveld
Copy link

Same problem here.

@asgrim
Copy link
Member

asgrim commented Feb 13, 2015

Browscap requires a much higher memory limit to operate, please see issue #20 for suggestions :) thanks!

@mimmi20
Copy link
Member

mimmi20 commented Feb 13, 2015

Please look into Issue #72.

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

No branches or pull requests

4 participants