1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 17:13:31 +02:00

ChangeLog update

This commit is contained in:
2001-04-13 01:09:25 +00:00
parent 26395fe31d
commit d79ebde6ab

View File

@@ -1,3 +1,28 @@
2001-04-12 Chuck Hagenbuch <chuck@horde.org>
* 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 <thies@thieso.net>
* ext/oci8/oci8.c: MFH - never initialize OCI in OCI_THREADED mode