11. Changes to INI File Handling
========================================
-- Core
- . Removed asp_tags ini directive. Trying to enable it will result in a fatal
- error.
- . Removed always_populate_raw_post_data ini directive.
+- serialize_precision
+ . If the value is set to -1, then the dtoa mode 0 is used. The value -1
+ is now used by default.
+
+- precision
+ . If the value is set to -1, then the dtoa mode 0 is used. No changes
+ in default value which is still 14.
+
++- realpath_cache_size
++ . Set to 4096k by default
+
========================================
12. Windows Support
========================================