#
4970926e |
| 12-Aug-2012 |
Xinchen Hui |
Fixed bug #62763 (register_shutdown_function and extending class) |
#
786670f5 |
| 12-Aug-2012 |
Xinchen Hui |
Update NEWS |
#
7b307fb9 |
| 12-Aug-2012 |
Xinchen Hui |
Fixed bug #62328 (implementing __toString and a cast to string fails) __toString should has a high priority |
#
128a4bbb |
| 08-Aug-2012 |
Stanislav Malyshev |
News for bug#40459 |
#
1190bc44 |
| 07-Aug-2012 |
Stanislav Malyshev |
bug #54254 |
#
01e414bb |
| 06-Aug-2012 |
Stanislav Malyshev |
Add #51363 |
#
a239658b |
| 06-Aug-2012 |
Stanislav Malyshev |
fix for #62460 |
#
54b1414b |
| 06-Aug-2012 |
Stanislav Malyshev |
add #61642 |
#
03a1fcab |
| 04-Aug-2012 |
Xinchen Hui |
Fixed bug #62744 (dangling pointers made by zend_disable_class) the test will be added while commit the fix for #62737 |
#
d1f0662e |
| 02-Aug-2012 |
Xinchen Hui |
Fixed bug #62725 (Calling exit() in a shutdown function does not return the exit value) The fix is make 5.4 behavior consistent with 5.3 |
#
53c8612f |
| 02-Aug-2012 |
Xinchen Hui |
Fixed bug #62685 (Wrong return datatype in PDO::inTransaction()) |
#
cd896d69 |
| 02-Aug-2012 |
Xinchen Hui |
Fixed bug #62685 (Wrong return datatype in PDO::inTransaction()) |
#
433089cc |
| 02-Aug-2012 |
Xinchen Hui |
Fixed bug #62716 (munmap() is called with the incorrect length) |
#
ce928571 |
| 01-Aug-2012 |
Stanislav Malyshev |
fix NEWS |
#
7398029e |
| 01-Aug-2012 |
Xinchen Hui |
update NEWS |
#
10642aa9 |
| 01-Aug-2012 |
Xinchen Hui |
Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result) |
#
ff729aab |
| 01-Aug-2012 |
Stanislav Malyshev |
sync NEWS |
#
0988ae3c |
| 31-Jul-2012 |
Xinchen Hui |
Implemented FR #62700 (have the console output 'Listening on http://localhost:8000') |
#
ef7286a4 |
| 27-Jul-2012 |
Xinchen Hui |
Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK with run-test.php) It's not a big deal, just because lexer will read the char after cursor before leaving |
#
7d890eef |
| 25-Jul-2012 |
Stanislav Malyshev |
update 5.4.5 date |
#
eae06100 |
| 26-Jul-2012 |
Xinchen Hui |
Fixed bug #62653: (unset($array[$float]) causes a crash) the reason why jpauli and I can not reproduce is (it's silly): I typo "USE_ZEND_ALLOC *&&* valgrind" at the first time, then I al
Fixed bug #62653: (unset($array[$float]) causes a crash) the reason why jpauli and I can not reproduce is (it's silly): I typo "USE_ZEND_ALLOC *&&* valgrind" at the first time, then I always ctrl+r and jpauli copied my command from the pastbin :) thanks
show more ...
|
#
b4b3a65f |
| 26-Jul-2012 |
Xinchen Hui |
Fixed bug #62661 (Interactive php-cli crashes if include() is used in auto_prepend_file) |
#
860b3ffe |
| 22-Jul-2012 |
Johannes Schlüter |
Fix Bug #62612 readline extension compilation fails |
#
ffa8461b |
| 22-Jul-2012 |
Johannes Schlüter |
merge 5.3.15 NEWS |
#
cc30524c |
| 21-Jul-2012 |
Xinchen Hui |
Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault) |