summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelvyn Sopacua <msopacua@php.net>2002-10-07 21:48:25 +0000
committerMelvyn Sopacua <msopacua@php.net>2002-10-07 21:48:25 +0000
commit0828bfc2986266f8d130dacad914dd99db4b2dae (patch)
tree2a5dff03478bb0596e54fea3fdbeef56fe5c27a3
parent77b3ffbc5a3a175821ca9354d274011e8f33781c (diff)
downloadphp-git-0828bfc2986266f8d130dacad914dd99db4b2dae.tar.gz
Add xslt milestones
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 00567cdacf..b51d5bdfb1 100644
--- a/NEWS
+++ b/NEWS
@@ -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.