diff options
author | foobar <sniper@php.net> | 2002-08-15 11:19:40 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-08-15 11:19:40 +0000 |
commit | 3ff741df930453e1b7bb73a72f93027f99e765d7 (patch) | |
tree | f5e26757e2d6ab1810c755b1ff1f922dca0db1db | |
parent | d46bdbde66269d088ce07d62ae6f53a8562f5154 (diff) | |
download | php-git-3ff741df930453e1b7bb73a72f93027f99e765d7.tar.gz |
be more verbose
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 -- Disable trans-sid by default. (Yasuo) +- Transparent sid support is now disabled by default. (Yasuo) - Fixed DomNode->insert_before() to behave according to W3C spec ie. new_child is moved, not copied. (chregu) - Added some namespace support with DomNode->add_namespace(uri, prefix) |