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

PHP frameworks with problems #5193

Closed
joanhey opened this issue Oct 29, 2019 · 6 comments
Closed

PHP frameworks with problems #5193

joanhey opened this issue Oct 29, 2019 · 6 comments

Comments

@joanhey
Copy link
Contributor

joanhey commented Oct 29, 2019

PHP/hhvm is broken. Now it's disabled from tests.

Phpixie no way to configure persistent connections.

CakePHP fail the fortunes test after update the version.

Codeigniter has disabled persistent connections (memory leak #4493, #4492) use mysqli by default.

@NateBrady23
Copy link
Member

I feel like hhvm has been broken for a long time, I'm definitely ok with removing that. Really, if there are any of these that you don't feel like tackling, feel free to remove and someone can add them back correctly. Too much wasted time in failed tests.

@jcheron
Copy link
Contributor

jcheron commented Nov 2, 2019

In last Travis run:

@telmodias
Copy link

telmodias commented Jan 22, 2020

I would like to leave the suggestion to update the test version of Codeigniter, which according to https://github.com/TechEmpower/FrameworkBenchmarks/tree/master/frameworks/PHP/codeigniter is 2.1.3 , which is very outdated, being the latest stable 3.1.11, and being v4 current in rc.3 (specifically intended for use with PHP7). I'm curious if this would have an impact on lowering the high error rate.

@joanhey
Copy link
Contributor Author

joanhey commented Jan 23, 2020

The bench use Codeigniter 3.1.10
https://github.com/TechEmpower/FrameworkBenchmarks/blob/master/frameworks/PHP/codeigniter/composer.json

But the readme need the changes.

The high error rate it's because don't use persistent db connections, because when use it have a memory leak. #4493 #4492

@joanhey
Copy link
Contributor Author

joanhey commented Jan 31, 2020

Updated to codeigniter 3.1.11
and the readme.
And trying again the persistent db connections.

@joanhey joanhey closed this as completed Jan 5, 2021
@joanhey
Copy link
Contributor Author

joanhey commented Jan 5, 2021

We are now with PHP8
#6184

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

No branches or pull requests

4 participants