Anatol Belski
2870178720
Update NEWS [ci skip]
8 years ago
Christoph M. Becker
ed7e3bc70a
Fix #76665 : SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggle
We need to ensure that a zval IS_DOUBLE before we access it as such.
In this case we apply common type juggling to do so.
8 years ago
Christoph M. Becker
40bd84d3e3
Fix #76643 : Segmentation fault when using `output_add_rewrite_var`
We have to check whether _SERVER is actually an array before we're
going to use it as such.
8 years ago
Xinchen Hui
38d97557da
Fixed bug #68553 (array_column: null values in $index_key become incrementing keys in result)
8 years ago
Christoph M. Becker
99fdf5916e
Fix #52974 : jewish.c: compile error under Windows with GBK charset
jewish.c includes ISO-8859-8 encoded Hebrew Hebrew month names, which
may cause compile errors, and is generally confusing. We replace the
literal month names with appropriate escape sequences.
8 years ago
Ferenc Kovacs
1ba3314335
5.6.38 will be next
8 years ago
Anatol Belski
b52c4fcbcd
[ci skip] Update NEWS
8 years ago
Stanislav Malyshev
b73a108543
Add NEWS
8 years ago
Christoph M. Becker
0f8c1ee76d
Fix #73817 : Incorrect entries in get_html_translation_table
Due to incorrect string termination and length handling, several HTML
entities missed the trailing semicolon.
We also fix the obviously wrong expectations in two already existing
tests.
8 years ago
Anatol Belski
9026562c79
[ci skip] Update NEWS
8 years ago
cdoco
47fb17b108
Fixed bug #76366 (references in sub-array for filtering breaks the filter)
8 years ago
Anatol Belski
ea24847620
[ci skip] Update NEWS
8 years ago
Sara Golemon
137f22ad36
Fix year
8 years ago
Sara Golemon
268e801cb1
Bump version
8 years ago
Nikita Popov
c97b8bbf82
Fixed bug #75231
The behavior is now consistent with ReflectionMethod.
8 years ago
Nikita Popov
787593b708
Fix test after serialization change
And move it to a more appropriate location.
8 years ago
Nikita Popov
c793885b76
Fixed bug #74670
Validate that "C" serialization payload is followed by "}" prior to
calling the unserialize() handler. This mitigates issues caused by
unserialize() not correctly handling strings that are not NUL
terminated. Making sure that there is a "}" at the end avoids the
problem.
8 years ago
Christoph M. Becker
1118fca75d
Fix #76556 : get_debug_info handler for BreakIterator shows wrong type
We use the retrieved type for the "type" element instead of the text.
This has been confused during the PHP 7 upgrade[1].
[1] http://git.php.net/?p=php-src.git;a=commit;h=1d793348067e5769144c0f7efd86428a4137baec
8 years ago
Christoph M. Becker
ae04110032
Fix #71848 : getimagesize with $imageinfo returns false
Some JFIF images contain empty APP segments, i.e. those which consist
only of the marker bytes and the length, but without actual content.
It appears to be doubtful to have empty APP segments, but we should
apply the robustness principle, and accept these, instead of simply
failing in this case.
We choose to add empty APP segments to $imageinfo with an empty string
as value, instead of NULL, or even to omit these segments altogether.
This patch also fixes the potential issue that php_stream_read() might
not read the supposed number of bytes, which could result in garbage to
be added to the read value.
8 years ago
Anatol Belski
fb09f1341f
[ci skip] Update NEWS
8 years ago
Marcus Schwarz
bf5a802f5a
Fixed bug #76532 (excessive memory usage in mb_strimwidth)
8 years ago
Xinchen Hui
1f6b842af4
Fixed bug #76536 (PHP crashes with core dump when throwing exception in error handler). (Laruence)
8 years ago
Xinchen Hui
d1b1866a3a
Fixed bug #76534 (PHP hangs on 'illegal string offset on string references with an error handler)
8 years ago
Christoph M. Becker
6b5597f7d8
Fix arginfo wrt. optional/required parameters
All parameters of phpdbg_color(), phpdbg_exec() and phpdbg_prompt() are
required. We mark them as such.
8 years ago
Nikita Popov
701460ba84
Fixed bug #76502
8 years ago
Xinchen Hui
6531719da5
Fixed bug #76505 (array_merge_recursive() is duplicating sub-array keys)
8 years ago
Nikita Popov
69dee5c732
Fixed bug #73342
Directly listen on socket, instead of duping it to STDIN and
listening on that.
8 years ago
Anatol Belski
62554efffe
[ci skip] Update NEWS
8 years ago
Joe Watkins
e9b8193b24
bump versions
8 years ago
Bob Weinand
97a8483143
Fixed bug #76383 (array_map on $GLOBALS returns IS_INDIRECT)
8 years ago
Xinchen Hui
8f221bdec0
Fixed bug #76367 (NoRewindIterator segfault 11)
8 years ago
Jakub Zelenka
68c3d09c2c
Fix bug #76174 (openssl extension fails to build with LibreSSL 2.7)
8 years ago
Jakub Zelenka
33382dc7ee
Update NEWS with info about bug #76296
8 years ago
Anatol Belski
2d9836a579
[ci skip] Update NEWS
8 years ago
Anatol Belski
4dedccd8e2
[ci skip] Update NEWS
8 years ago
Joe Watkins
6c3b70e9a5
bump versions
8 years ago
Anatol Belski
54ca2e7f8c
[ci skip] Update NEWS
8 years ago
Dmitry Stogov
5b3e1ded35
Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp)
8 years ago
Dmitry Stogov
df4d0a73d2
Revert "Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp)."
This reverts commit c6ce03e45e .
8 years ago
Dmitry Stogov
c6ce03e45e
Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp).
8 years ago
Nikita Popov
6738d19fb8
Fix bug #76281
Make sure we keep the smart-branch inhibiting NOP even if there
are multiple NOPs in sequence.
8 years ago
Nikita Popov
279ba58edb
Fixed bug #76275
* Adjust IS_SERIALIZED() check to account for potential empty
allocations at the end of the memory region.
* Deallocate empty allocation if all try/catch elements have been
removed in the block pass (similar to what we do if all live
ranges have been eliminated).
8 years ago
Ferenc Kovacs
fe3d53f443
5.6.37 will be next
8 years ago
Anatol Belski
090fef553d
7.0.31 next
8 years ago
Anatol Belski
31c3646757
[ci skip] Update NEWS
8 years ago
Jakub Zelenka
4e407b8777
[ci skip] Update NEWS with fpm acl fix
8 years ago
Gabriel Caruso
bb79e5764b
Fix arginfo for array_replace(_recursive) and array_merge(_recursive)
8 years ago
Joe Watkins
9322b43d65
bump versions
8 years ago
Xinchen Hui
8cfb648761
Fixed bug #76143 (Memory corruption: arbitrary NUL overwrite)
8 years ago
Anatol Belski
c3fa86867b
[ci skip] Update NEWS
8 years ago