diff options
author | <changelog@php.net> | 2002-08-23 00:18:45 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-08-23 00:18:45 +0000 |
commit | 9a7c38c148b0692cffe25032a8ccfeaec9bee6c1 (patch) | |
tree | 516d0eb87cc5f604601314dc982cc111621a686d | |
parent | 3d8b6c2d521d7c90c8107a4f85083c32d98e9b1a (diff) | |
download | php-git-9a7c38c148b0692cffe25032a8ccfeaec9bee6c1.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |