diff options
author | Marcus Boerger <helly@php.net> | 2006-03-07 19:29:04 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-03-07 19:29:04 +0000 |
commit | 4e6245978b8654e5d12e784f0d81ba21951950f9 (patch) | |
tree | 86881e17863fe221cc842d3c4931bb2ac9d4ad4e | |
parent | f84c9acc770ed81a9ecb6f4cae00a15c1ad7fd21 (diff) | |
download | php-git-4e6245978b8654e5d12e784f0d81ba21951950f9.tar.gz |
- Update
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,7 @@ PHP NEWS - Fixed ArrayIterator::seek(). - Added SimpleXMLElement::count(). - Dropped erroneous RecursiveDirectoryIterator::getSubPathInfo(). -- Improved SimpleXML: (Marcus) +- Improved SimpleXML: (Marcus, Rob) . Added SimpleXMLElement::getName() to retrieve name of element. . Added ability to create elements on the fly. . Added addChild() method for element creation supporting namespaces. @@ -49,6 +49,7 @@ PHP NEWS (Mike) - Fixed crash with DOMImplementation::createDocumentType("name:"). (Mike) - Fixed bug #36638 (strtotime() returns false when 2nd argument < 1). (Derick) +- Fixed bug #36625 (pg_trace() does not work). (iakio at mono-space dot net) - Fixed bug #36611 (assignment to SimpleXML object attribute changes argument type to string). (Tony) - Fixed bug #36606 (pg_query_params() changes arguments type to string). (Tony) |