#
b039a411 |
| 01-Jul-2019 |
Peter Kokot |
Update NEWS [ci skip] |
#
0e148789 |
| 29-Jun-2019 |
Anatol Belski |
Update NEWS [ci skip] |
#
a149f9f3 |
| 29-Jun-2019 |
Anatol Belski |
Update NEWS [ci skip] |
#
df4bb13c |
| 28-Jun-2019 |
Peter Kokot |
Update changelogs [ci skip] |
#
645ca710 |
| 28-Jun-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix bug #78192 PDO SQLite SegFault when reuse statement after schema has changed
|
#
646debaf |
| 28-Jun-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix bug #78192 PDO SQLite SegFault when reuse statement after schema has changed
|
#
05c00a83 |
| 26-Jun-2019 |
Vincent |
Fix bug #78192 PDO SQLite SegFault when reuse statement after schema has changed Reset stmt->columns when column count changed on new execution of prepared statement |
#
8be05101 |
| 24-Jun-2019 |
Nikita Popov |
Add support for proc_open() with a command array In this case the progarm will be executed directly, without a shell. On Linux the arguments are passed directly to execvp and no escaping
Add support for proc_open() with a command array In this case the progarm will be executed directly, without a shell. On Linux the arguments are passed directly to execvp and no escaping is necessary. On Windows we construct a command string using escaping with the default Windows command-line argument parsing method described at https://docs.microsoft.com/en-us/cpp/cpp/parsing-cpp-command-line-arguments. Apart from avoiding the issue of argument escaping, passing an array and bypassing shell has the advantage of allowing proper signal delivery to the opened process (rather than the shell).
show more ...
|
#
ead40e31 |
| 25-Jun-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #78202: Opcache stats for cache hits are capped at 32bit NUM
|
#
18bba63f |
| 25-Jun-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #78202: Opcache stats for cache hits are capped at 32bit NUM
|
#
4366f22d |
| 25-Jun-2019 |
Christoph M. Becker |
Fix #78202: Opcache stats for cache hits are capped at 32bit NUM We use the proper format specifiers now. |
#
d8e6054f |
| 25-Jun-2019 |
Derick Rethans |
Update NEWS for 7.4.0alpha3 |
#
76577419 |
| 25-Jun-2019 |
Derick Rethans |
Update NEWS for PHP 7.4.0alpha2 |
#
57956217 |
| 21-Jun-2019 |
Derick Rethans |
Fixed bug #67348: Reading $dbc->stat modifies $dbc->affected_rows |
#
81fd1135 |
| 20-Jun-2019 |
Christoph M. Becker |
Support TGA reading We add PHP bindings for libgd's features to read TGA files, which are available as of libgd 2.1.0. As PHP's bundled libgd doesn't yet include the respective
Support TGA reading We add PHP bindings for libgd's features to read TGA files, which are available as of libgd 2.1.0. As PHP's bundled libgd doesn't yet include the respective features of the external libgd, we add these. Since TGA has no easily recognizable file signature, we don't add TGA support for imagecreatefromstring() or getimagesize() and friends.
show more ...
|
#
a85254b8 |
| 20-Jun-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #78189: file cache strips last character of uname hash
|
#
fcd6f2de |
| 20-Jun-2019 |
Christoph M. Becker |
Fix #78189: file cache strips last character of uname hash We must not forget to increase `len` by one to cater to the directory separator. |
#
a0f370e7 |
| 20-Jun-2019 |
Christoph M. Becker |
Update NEWS |
#
c2ee2e4c |
| 20-Jun-2019 |
Remi Collet |
move NEWS entry |
#
35acda85 |
| 20-Jun-2019 |
Dmitry Stogov |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fixed bug #78185 (File cache no longer works)
|
#
cd6a6e4c |
| 20-Jun-2019 |
Dmitry Stogov |
Fixed bug #78185 (File cache no longer works) |
#
268b5fec |
| 19-Jun-2019 |
Nikita Popov |
Fixed bug #78182 |
#
8cc26690 |
| 19-Jun-2019 |
Joe Watkins |
Merge branch 'PHP-7.4' * PHP-7.4: Resolve discrepencies between second value yielded by gettimeofday and time, fixes #69044
|
#
fb95043a |
| 19-Jun-2019 |
Joe Watkins |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Resolve discrepencies between second value yielded by gettimeofday and time, fixes #69044
|
#
025899e3 |
| 19-Jun-2019 |
Joe Watkins |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Resolve discrepencies between second value yielded by gettimeofday and time, fixes #69044
|