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

Added unit test to demonstrate that @malarzm's atomicset feature seems to fix the data corruption problem #3

Closed
wants to merge 10 commits into from
Closed

Conversation

blockjon
Copy link

Looks like your changes fix my problem as evidenced by this unit test.

if (isset($concurrentRequestLogic)) {
unset($concurrentRequestLogic);
}
unset($concurrentRequestLogic);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a typo? Your own global is named $concurrentPHPRequestSimulatedLogic.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed this is an oversight.

@blockjon blockjon closed this Jun 2, 2015
malarzm pushed a commit that referenced this pull request May 24, 2017
- Fix broken ServerGrove image on footer
- Fix occasional link overlap
- Delete .DS_Store file in bootstrap folder
- Finish PR #3 "<ol/> styles fixed" (margin-bottom)
- Fix <ol/> styles
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.

3 participants