-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Fixes bytes convertion method, last episode #7489
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
Conversation
To be really perfect, I would write
as
|
and btw, great you've opened a ticket on php.net. |
@vicb I just amended my commit which is now perfect, thanks! |
This PR was merged into the master branch. Discussion ---------- Fixes bytes convertion method, last episode This definitely fixes the bytes convertion method. @lazyhammer thanks for your support & indulgence @fabpot sorry for the running gag @vicb I opened a ticket: https://bugs.php.net/bug.php?id=64530 | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #7481 Commits ------- 233b945 fixed bytes convertion method, again
Oh, great. I'm late again :(
|
@lazyhammer PHP is really full of secrets ;) |
@lazyhammer did you get that by looking at the source code or is this documented somewhere ? - If this is not documented, it would be a great addition to http://www.php.net/docs.php |
@vicb There are too many comments on |
@lazyhammer may be you can create a ticket on php.net for "(, 0) -> autodetection" to be added to the documentation (ie the main section of |
If you need more info for documenting : PHP intval function uses C function
|
I think a PHP documentation (vs C) is needed on php.net (vs gh/Symfony). Thanks for the details anyway. |
@pborreli I know, but thanks anyway :) |
👍 |
@lazyhammer The link you gave is not the link to the patch but the link to the page to submit a new patch |
@stof I can see the patch On 03/27/2013 01:50 PM, Christophe Coevoet wrote:
|
This definitely fixes the bytes convertion method.
@lazyhammer thanks for your support & indulgence
@fabpot sorry for the running gag
@vicb I opened a ticket: https://bugs.php.net/bug.php?id=64530