diff options
author | Marcus Boerger <helly@php.net> | 2006-07-10 00:36:47 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-07-10 00:36:47 +0000 |
commit | f66cd50510c7cb66b93b966e2c8068716dea32a0 (patch) | |
tree | 51832cd3399ead77ff01f540740ebfcf9d71ff56 | |
parent | 704eced26b361c6ac9a9e04700cb46d27da6b16f (diff) | |
download | php-git-f66cd50510c7cb66b93b966e2c8068716dea32a0.tar.gz |
- BFN
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,6 +105,7 @@ PHP NEWS - Fixed bug #37707 (clone without assigning leaks memory). (Ilia, Nuno, Dmitri) - Fixed bug #37705 (Semaphore constants not available). (Ilia) - Fixed bug #37671 (MySQLi extension fails to recognize BIT column). (Ilia) +- Fixed bug #37667 (Object is not added into array returned by __get). (Marcus) - Fixed bug #37635 (parameter of pcntl signal handler is trashed). (Mike) - Fixed bug #37632 (Protected method access problem). (Marcus) - Fixed bug #37630 (MySQL extensions should link against thread safe client |