Skip to content

fixed bytes conversion when used on 32-bits systems #9048

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

Merged
merged 1 commit into from
Sep 16, 2013

Conversation

fabpot
Copy link
Member

@fabpot fabpot commented Sep 16, 2013

Q A
Bug fix? yes (on 32-bits systems)
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #8977
License MIT
Doc PR n/a

This PR reverts #7413 and #742, which does not work well when a number is big (3Go for instance) and the machine is 32bits.

fabpot added a commit that referenced this pull request Sep 16, 2013
This PR was merged into the 2.3 branch.

Discussion
----------

fixed bytes conversion when used on 32-bits systems

| Q             | A
| ------------- | ---
| Bug fix?      | yes (on 32-bits systems)
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #8977
| License       | MIT
| Doc PR        | n/a

This PR reverts #7413 and #742, which does not work well when a number is big (3Go for instance) and the machine is 32bits.

Commits
-------

b3ae29d fixed bytes conversion when used on 32-bits systems
@fabpot fabpot merged commit b3ae29d into symfony:2.3 Sep 16, 2013
@stloyd
Copy link
Contributor

stloyd commented Sep 16, 2013

I really like your branch name =)

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.

2 participants