]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Fri, 23 Aug 2002 00:18:45 +0000 (00:18 +0000)
committer <changelog@php.net> <>
Fri, 23 Aug 2002 00:18:45 +0000 (00:18 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 698bb86f50a8a98fa9d488bdc5aca27e1cfca4d9..c47ad78f6b1ab6202adb5c2d0f9f63ef76ac00ea 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,23 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ? ? ??? 2002, Version 4.3.0
+- Added XsltObject->dump_file($result,$filename[,$compression]) for dumping
+  xslt-result directly into a file. (chregu)
+- Added XsltObject->dump_mem($result) for returning xslt-result directly
+  into a string (morus.walter@web.de, chregu)
+- Made mime_magic extension available on win32 platform. (Edin)
+- Added xslt_backend_version() and xslt_backend_name() for getting
+  information about the processor backend. (chregu)
+- Added php.ini option "allow_webdav_methods" to allow handling of
+  WebDAV http requests within PHP scripts. (chregu)
+- Added ImageColorMatch() and ImageLayerEffect() functions
+  which work with the bundled GD library (ttoohey)
+- Made major improvents to the pcntl extension(Jason):
+- Greatly improved performance, by switching the signal callback mechanism
+  to use ticks
+  Implemented object signal callback ability by using array($obj, $method)
+- Added a restart parameter to pcntl_signal, which allows you to disable
+  the default of system call restarting
 - Added php.ini option "double_buffering" that forces an additional first
   output buffer and improved handling of buffer sizes. (Marcus)
 - Changed DomNode->next_sibling and DomNode->previous_sibling to return NULL