. Fixed bug #64776 (The XSLT extension is not thread safe). (Mike)
. Removed xsl.security_prefs ini option. (Nikita)
+- Zlib:
+ . Added deflate_init(), deflate_add(), inflate_init(), inflate_add()
+ functions allowing incremental/streaming compression/decompression.
+ (Daniel Lowrey & Bob Weinand)
+
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
. Added intdiv() function for integer division.
. Added error_clear_last() function to reset error state.
+- Zlib:
+ . Added deflate_init(), deflate_add(), inflate_init(), inflate_add()
+ functions allowing incremental/streaming compression/decompression.
+
========================================
7. New Classes and Interfaces
========================================
- Core
. PHP_INT_MIN added.
+- Zlib
+ . These constants are added to control flush behavior with the new
+ incremental deflate_add() and inflate_add() functions:
+ . ZLIB_NO_FLUSH
+ . ZLIB_PARTIAL_FLUSH
+ . ZLIB_SYNC_FLUSH
+ . ZLIB_FULL_FLUSH
+ . ZLIB_BLOCK
+
========================================
11. Changes to INI File Handling
========================================