#
761c6226 |
| 30-Nov-2010 |
Pierre Joye |
Fixed crash in zip extract method (possible CWE-170) |
#
f719d370 |
| 29-Nov-2010 |
Ilia Alshanetsky |
Fixed bug #52656 (DOMCdataSection does not work with splitText). |
#
dd92188d |
| 29-Nov-2010 |
Ilia Alshanetsky |
Fixed bug #52828 (curl_setopt does not accept persistent streams). |
#
e16265aa |
| 28-Nov-2010 |
Derick Rethans |
- Reorganize slightly as there was already a date and an intl extension header/section. |
#
f28cff19 |
| 26-Nov-2010 |
Ilia Alshanetsky |
Fixed bug #52327 (base64_decode() improper handling of leading padding in strict mode) |
#
c70397b3 |
| 26-Nov-2010 |
Pierre Joye |
- Fixed #53409, sleep() return NULL on Windows |
#
f13f4bc8 |
| 26-Nov-2010 |
Jérôme Loyet |
- Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has been removed) |
#
9a1568c1 |
| 26-Nov-2010 |
Adam Harvey |
Implemented FR #53407 (make scandir()'s directory sorting optional). |
#
523da85c |
| 25-Nov-2010 |
Ilia Alshanetsky |
Fixed bug #53304 (quot_print_decode does not handle lower-case hex digits) |
#
dbeef886 |
| 25-Nov-2010 |
Felipe Pena |
- Ordering |
#
7628da98 |
| 24-Nov-2010 |
Dmitry Stogov |
Removed support for break/continue $var syntax |
#
ab93d8c6 |
| 24-Nov-2010 |
Dmitry Stogov |
Added multibyte suppport by default. Previosly php had to be compiled with --enable-zend-multibyte. Now it can be enabled or disabled throug zend.multibyte directive in php.ini |
#
011fd805 |
| 24-Nov-2010 |
Andi Gutmans |
- Fix typo |
#
4f3ab107 |
| 23-Nov-2010 |
Ilia Alshanetsky |
Fixed bug #46587 (mt_rand() does not check that max is greater than min). |
#
8ed38699 |
| 22-Nov-2010 |
Christopher Jones |
Explicitly name the added constant |
#
534395e4 |
| 22-Nov-2010 |
Ilia Alshanetsky |
Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c) |
#
abb7038c |
| 21-Nov-2010 |
Felipe Pena |
- New NEWS structure (to be improved) |
#
9ea04e1e |
| 21-Nov-2010 |
Johannes Schlüter |
- Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes without constructors |
#
1ac484d1 |
| 20-Nov-2010 |
Felipe Pena |
- Fixed bug #53366 (Reflection doesnt get dynamic property value from getProperty()) |
#
5f1b91a6 |
| 20-Nov-2010 |
Ilia Alshanetsky |
Fixed bug #50987 (unaligned memory access in phar.c) |
#
4415b3af |
| 20-Nov-2010 |
Stanislav Malyshev |
Add support for DateTime in datefmt_format |
#
f0616278 |
| 19-Nov-2010 |
Stanislav Malyshev |
report intl fix |
#
93a4e0d1 |
| 19-Nov-2010 |
Felipe Pena |
- Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE. patch by: jorto at redhat dot com |
#
f16059d6 |
| 19-Nov-2010 |
Felipe Pena |
- Fixed bug #53362 (Segmentation fault when extending SplFixedArray) |
#
61d97af1 |
| 19-Nov-2010 |
Martin Jansen |
Fixed two typos in NEWS. |