]> granicus.if.org Git - php/commit
- MFH: Added the H modifier to create non-locale-aware non-fixed-precision
authorDerick Rethans <derick@php.net>
Tue, 19 Jun 2007 12:20:50 +0000 (12:20 +0000)
committerDerick Rethans <derick@php.net>
Tue, 19 Jun 2007 12:20:50 +0000 (12:20 +0000)
commit3b481cef649e31ca6d28be5f9121c4bc48784e66
tree906994a2f0ac46310a73f1c53883c8a3fbc59a91
parent0475096ea1679ee3ff97dea82613c61183bae7c4
- MFH: Added the H modifier to create non-locale-aware non-fixed-precision
  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.
NEWS
ext/standard/tests/general_functions/var_export-locale.phpt [new file with mode: 0644]
ext/standard/var.c
main/snprintf.c
main/spprintf.c