diff options
author | Rob Richards <rrichards@php.net> | 2007-02-23 11:15:08 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2007-02-23 11:15:08 +0000 |
commit | db19c74cfee66cb89cfab856bdcaba334f96fcf7 (patch) | |
tree | 867046cdcbe1d2e369b728e1a7f2ebda575b98f9 | |
parent | 7846ed2e848dd1323093044f90c46c4751fbca81 (diff) | |
download | php-git-db19c74cfee66cb89cfab856bdcaba334f96fcf7.tar.gz |
BFN
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ PHP NEWS - Added --ri switch to CLI which allows to check extension information. (Marcus) - Added tidyNode::getParent() method (John, Nuno) - Fixed zend_llist_remove_tail (Michael Wallner, Dmitry) +- Fixed bug #40598 (libxml segfault). (Rob) - Fixed bug #40578 (imagettftext() multithreading issue). (Tony, Pierre) - Fixed bug #40576 (double values are truncated to 6 decimal digits when encoding). (Tony) |