Skip to content

Commit

Permalink
- MFH: Added the H modifier to create non-locale-aware non-fixed-prec…
Browse files Browse the repository at this point in the history
…ision

  float representations.
- MFH: Fixed var_export() to use the new H modifier so that it can generate
  parsable PHP code for floats again, independent of the locale.
  • Loading branch information
Derick Rethans committed Jun 19, 2007
1 parent 0475096 commit 3b481ce
Show file tree
Hide file tree
Showing 5 changed files with 1,069 additions and 4 deletions.
2 changes: 2 additions & 0 deletions NEWS
Expand Up @@ -19,6 +19,8 @@ PHP NEWS
- Added missing format validator to unpack() function. (Ilia)
- Added missing error check inside bcpowmod(). (Ilia)

- Fixed var_export() to use the new H modifier so that it can generate
parsable PHP code for floats again, independent of the locale.
- Fixed regression introduced by the fix for the libgd bug #74 (Pierre)
- Fixed several integer overflows in ImageCreate(), ImageCreateTrueColor(),
ImageCopyResampled() and ImageFilledPolygon() reported by Mattias Bengtsson.
Expand Down

0 comments on commit 3b481ce

Please sign in to comment.