From: Date: Fri, 13 Apr 2001 01:09:25 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.6RC1~432 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d79ebde6abd885e9d9edce2a805f75bf3d5cea63;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index cb1d4cc7e0..a0440f3230 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2001-04-12 Chuck Hagenbuch + + * pear/HTML/Select.php: + move the selected logic back to the toHtml() method so that you can add + selected values after adding the options. + + * pear/HTML/Select.php: + simplify the toHtml() loop, use foreach() instead of for(), and move the + logic around selected attributes to the addOption() method. + + * pear/HTML/Select.php: - run option labels through htmlentities() + - update the API version + - a few more style and xHTML compliance fixes. + + * pear/HTML/Common.php: + xHTML compliance, and run attribute values through htmlentities(). + + * pear/HTML/Select.php: A bit of style, and: + + - made HTML more compact/production quality - remove unnecesary comments and + whitespace. + - added a method for using a flat array (array('foo', 'bar')) as both the + keys and values of the select. + - include DB.php conditionally, so it's not loaded when not needed. + 2001-04-11 Thies C. Arntzen * ext/oci8/oci8.c: MFH - never initialize OCI in OCI_THREADED mode