diff options
author | Melvyn Sopacua <msopacua@php.net> | 2002-10-07 21:48:25 +0000 |
---|---|---|
committer | Melvyn Sopacua <msopacua@php.net> | 2002-10-07 21:48:25 +0000 |
commit | 0828bfc2986266f8d130dacad914dd99db4b2dae (patch) | |
tree | 2a5dff03478bb0596e54fea3fdbeef56fe5c27a3 | |
parent | 77b3ffbc5a3a175821ca9354d274011e8f33781c (diff) | |
download | php-git-0828bfc2986266f8d130dacad914dd99db4b2dae.tar.gz |
Add xslt milestones
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ PHP 4 NEWS - Fix ImageCopy() in bundled GD2 library to handle copying from truecolor to palette-based. (Wez, Rasmus) - Read-only GIF support for bundled GD2 library. (Rasmus) +- Made several adjustments to xslt extension (David Viner, Lehnar, Melvyn) + . Added xslt_set_object and xslt_setopt function + . Changed backend interaction with Sablotron library + . Fixed leak with error_print + . Make xslt_make_array always set NULL on last index to signal array end. - Make the glue argument to implode() optional, if it is not specified default to using "". (Sterling) - Fixed fields argument to contain correct info for xslt_set_error_handler. |