Pierre Joye
761c62267f
Fixed crash in zip extract method (possible CWE-170)
2010-11-30 11:04:06 +00:00
Ilia Alshanetsky
f719d3707d
Fixed bug #52656 (DOMCdataSection does not work with splitText).
2010-11-29 14:48:53 +00:00
Ilia Alshanetsky
dd92188d76
Fixed bug #52828 (curl_setopt does not accept persistent streams).
2010-11-29 14:40:59 +00:00
Derick Rethans
e16265aa0e
- Reorganize slightly as there was already a date and an intl extension
...
header/section.
2010-11-28 16:33:07 +00:00
Ilia Alshanetsky
f28cff1925
Fixed bug #52327 (base64_decode() improper handling of leading padding in strict mode)
2010-11-26 20:59:13 +00:00
Pierre Joye
c70397b3a9
- Fixed #53409 , sleep() return NULL on Windows
2010-11-26 18:25:13 +00:00
Jérôme Loyet
f13f4bc872
- Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has been removed)
2010-11-26 13:46:15 +00:00
Ilia Alshanetsky
523da85c11
Fixed bug #53304 (quot_print_decode does not handle lower-case hex digits)
2010-11-25 21:38:06 +00:00
Felipe Pena
dbeef88661
- Ordering
2010-11-25 00:05:03 +00:00
Ilia Alshanetsky
4f3ab10786
Fixed bug #46587 (mt_rand() does not check that max is greater than min).
2010-11-23 13:09:15 +00:00
Christopher Jones
8ed386997f
Explicitly name the added constant
2010-11-22 22:18:30 +00:00
Ilia Alshanetsky
534395e4ae
Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c)
2010-11-22 13:10:13 +00:00
Felipe Pena
abb7038cbf
- New NEWS structure (to be improved)
2010-11-21 14:07:22 +00:00
Johannes Schlüter
9ea04e1e46
- Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes without constructors
2010-11-21 12:24:09 +00:00
Felipe Pena
1ac484d1a1
- Fixed bug #53366 (Reflection doesnt get dynamic property value from getProperty())
2010-11-20 22:53:55 +00:00
Ilia Alshanetsky
5f1b91a6bf
Fixed bug #50987 (unaligned memory access in phar.c)
2010-11-20 19:27:31 +00:00
Stanislav Malyshev
4415b3af51
Add support for DateTime in datefmt_format
2010-11-20 02:09:04 +00:00
Stanislav Malyshev
f061627899
report intl fix
2010-11-19 23:27:52 +00:00
Felipe Pena
93a4e0d1fa
- Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE.
...
patch by: jorto at redhat dot com
2010-11-19 22:06:44 +00:00
Felipe Pena
f16059d697
- Fixed bug #53362 (Segmentation fault when extending SplFixedArray)
2010-11-19 20:07:32 +00:00
Martin Jansen
61d97af18b
Fixed two typos in NEWS.
2010-11-19 18:38:23 +00:00
Ilia Alshanetsky
a8b4724747
Fixed bug #47168 (printf of floating point variable prints maximum of 40 decimal places).
2010-11-19 16:36:10 +00:00
Christopher Jones
64f21f63ad
Update fix proviso now the mentioned Oracle bugfix is available in an Oracle patchset
2010-11-19 00:14:58 +00:00
Johannes Schlüter
63f65b6e8f
Back to -dev
2010-11-18 19:03:59 +00:00
Johannes Schlüter
7a8d9ad16a
- 5.3.4RC1
2010-11-18 17:57:54 +00:00
Pierre Joye
f5570be3a9
- path with null entries
2010-11-18 17:09:27 +00:00
Gustavo André dos Santos Lopes
267634b766
- Fixed NULL dereference in lex_scan on zend multibyte builds where the script
...
had a flex incompatible encoding and there was no converter.
#see rev #305464 and rev #305466 .
2010-11-18 04:14:49 +00:00
Gustavo André dos Santos Lopes
a31f379367
- Reversed implementation of FR #44164 , pending further consideration.
...
See rev #304903 .
2010-11-18 04:09:02 +00:00
Felipe Pena
e516b7a964
- Fixed bug #53335 (pdo_firebird did not implement rowCount())
...
patch by: preeves at ibphoenix dot com
2010-11-18 01:24:00 +00:00
Felipe Pena
bbf58f9234
- Fixed bug #53319 (strip_tags() may strip '<br />' incorrectly)
2010-11-16 22:16:44 +00:00
Felipe Pena
49493e226d
- Fixed bug #53323 (pdo_firebird getAttribute() crash)
...
patch by: preeves at ibphoenix dot com
2010-11-16 21:02:14 +00:00
Christopher Jones
f819965513
Added missing news
2010-11-16 19:38:31 +00:00
Gustavo André dos Santos Lopes
1045aa2a7c
- Fixed bug #52820 (writes to fopencookie FILE* not commited when seeking the
...
stream).
2010-11-15 18:22:52 +00:00
Jérôme Loyet
c95477e729
- Fixed #52691 (allow multiple instance of FPM using a custom prefix)
2010-11-14 22:01:34 +00:00
Felipe Pena
8901635d73
- Fixed bug #53305 (E_NOTICE when defining a constant starts with __COMPILER_HALT_OFFSET__)
...
- Fixed a part of bug #53260 (the __COMPILER_HALT_OFFSET__ name is not shown in the E_NOTICE)
2010-11-13 18:46:11 +00:00
Derick Rethans
28b41c811d
- MFH: Added support for the ( and ) delimiters/separators to
...
DateTime::createFromFormat().
- Regenerated the parsers for HEAD and PHP_5_3.
2010-11-13 15:01:48 +00:00
Felipe Pena
c095bec250
- Fixed bug #53136 (Invalid read on openssl_csr_new())
2010-11-12 23:34:03 +00:00
Gustavo André dos Santos Lopes
3332c5be08
- Fixed bug #53297 (gettimeofday implementation in php/win32/time.c can return
...
1 million microsecs). (ped at 7gods dot org)
- Moved line out of order in NEWS.
2010-11-12 18:37:02 +00:00
Jérôme Loyet
c28f44e409
- Fixed #52660 (custom process title for FPM)
2010-11-12 00:30:35 +00:00
Jérôme Loyet
5a416465a0
- Fixed #52692 (Added '-t/--test' to php-fpm to check and validate FPM conf file)
2010-11-11 23:27:15 +00:00
Jérôme Loyet
da29092159
- Fixed bug #52693 (configuration file errors are not logged to stderr)
2010-11-11 22:48:46 +00:00
Jérôme Loyet
d7e8aaea46
here come the new
2010-11-11 02:43:51 +00:00
Kalle Sommer Nielsen
4cc8073839
Added new constant; ZEND_MULTIBYTE to check whether PHP was compiled using --enable-zend-multibyte or not instead of sniffing phpinfo() (FR #52348 )
2010-11-11 01:43:53 +00:00
Adam Harvey
4df2980242
Fix line wrapping.
2010-11-09 14:54:10 +00:00
Adam Harvey
84dc845ff8
Fix bug #53279 (SplFileObject doesn't initialise default CSV escape character).
2010-11-09 14:53:23 +00:00
Moriyoshi Koizumi
89d372ba27
- Fix bug #53273 (mb_strcut() returns garbage with the excessive length parameter).
2010-11-09 03:23:04 +00:00
Gustavo André dos Santos Lopes
c3557ba32e
- Fixed the filter extension accepting IPv4 octets with a leading 0 as that
...
belongs to the unsupported "dotted octal" representation.
- Fixed bug #53236 (problems in the validation of IPv6 addresses with leading
and trailing :: in the filter extension).
- Fixed bug #50117 (problems in the validation of IPv6 addresses with IPv4
addresses and ::).
2010-11-08 04:36:15 +00:00
Felipe Pena
e6bef6735f
- Fixed bug #52512 (Broken error handling in odbc_execute)
...
patch by: mkoegler at auto dot tuwien dot ac dot at
2010-11-07 18:13:53 +00:00
Felipe Pena
50863932a6
- Fixed bug #53248 (rawurlencode RFC 3986 EBCDIC support misses tilde char).
...
patch by: Justin Martin (frozenfire@php)
2010-11-07 12:59:22 +00:00
Felipe Pena
f4927c28bc
- Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it returns int(0))
...
patch by: slugonamission at gmail dot com
2010-11-06 18:32:10 +00:00