mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
- Update
This commit is contained in:
parent
4d442447f1
commit
0b300dac3a
4
NEWS
4
NEWS
@ -4,6 +4,9 @@ PHP NEWS
|
||||
- Moved extensions to PECL:
|
||||
. ext/msession (Derick)
|
||||
- Reimplemented FastCGI interface. (Dmitry)
|
||||
- Improved SimpleXML: (Marcus)
|
||||
. Added SimpleXMLElement::getName() to retrieve name of element.
|
||||
. Added ability to create elements on the fly.
|
||||
- Improved Reflection API: (Marcus)
|
||||
. Added ReflectionClass::newInstanceArgs($args).
|
||||
. Added ability to analyze extension dependency.
|
||||
@ -110,6 +113,7 @@ PHP NEWS
|
||||
- Fixed bug #35954 (Fatal com_exception casting object). (Rob)
|
||||
- Fixed bug #35900 (stream_select() should warning when tv_sec is negative).
|
||||
(Ilia)
|
||||
- Fixed bug #35785 (SimpleXML causes memory read error zend engine). (Marcus)
|
||||
- Fixed bug #34272 (empty array onto COM object blows up). (Rob)
|
||||
|
||||
12 Jan 2006, PHP 5.1.2
|
||||
|
Loading…
Reference in New Issue
Block a user