#
7813e9de |
| 06-Aug-2016 |
Kalle Sommer Nielsen |
Fixed bug #5453 (WSA cleanup executes before MSHUTDOWN) This moves the WSACleanup() call to after zend_shutdown() in main.c, I did some testing and I could not find any issues with this. I d
Fixed bug #5453 (WSA cleanup executes before MSHUTDOWN) This moves the WSACleanup() call to after zend_shutdown() in main.c, I did some testing and I could not find any issues with this. I don't expect this to cause any issues on Netware either, although untested as I do not have such an env available (do we even support Netware anymore? Last release was in 2009 and it is now discontinued) Besides the movie, then this commit also contains a fix to the check of WSAStartup() where we don't actually confirm we get the desired version of the winsock.dll (We use 2.0).
show more ...
|
#
be31515c |
| 05-Aug-2016 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
a2a2ea18 |
| 05-Aug-2016 |
Nikita Popov |
Merge branch 'PHP-5.6' into PHP-7.0 Conflicts: ext/standard/ftp_fopen_wrapper.c
|
#
65056e9d |
| 05-Aug-2016 |
Ville Hukkamaki |
Fix #72764 Negotiate data channel encryption after NLST command. This is to prevent issues with IIS and ProFTPD. |
#
3859bcd1 |
| 05-Aug-2016 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
807e8193 |
| 05-Aug-2016 |
Nikita Popov |
Fix bug #72767 The page size calculation did not account for the size of the stack header (or rather it did account for it, but in the wrong direction...) |
#
fc7c81ff |
| 05-Aug-2016 |
Nikita Popov |
Fixed bug #72762 |
#
03d03243 |
| 30-Jul-2016 |
ju1ius |
Fix #72711: `mb_ereg` does not clear the `$regs` parameter on failure When `mb_ereg` failed to match, it didn't update the `$regs` argument. Now it will always set it to the empty array. |
#
17408238 |
| 05-Aug-2016 |
Kalle Sommer Nielsen |
Fixed bug #68547 (Exif Header component value check error) (Patch by sjh21a at gmail dot com) This patch changes processing a little and causes some crafted tags to not be parsed and generat
Fixed bug #68547 (Exif Header component value check error) (Patch by sjh21a at gmail dot com) This patch changes processing a little and causes some crafted tags to not be parsed and generate a warning. This is a slight BC break from earlier versions, since it will no longer return the tags of that it was mismatching (see bug68799.phpt), namely the "WINXP" section and the "Author" tag is no longer returned due to this. Although this BC break is merely only for crafted tags, this can also have some real life effects on pictures re-saved from editors that can cause bad exif data writes, so lets keep it here.
show more ...
|
#
d9e4d511 |
| 05-Aug-2016 |
Kalle Sommer Nielsen |
NEWS and UPGRADING for recent fixes and additions to ext/exif |
#
318d3b3a |
| 28-Jul-2016 |
Ville Hukkamäki |
Implement request #27814 Construct HTTP request headers into smart_str and send whole request in one go. |
#
3800e1cf |
| 04-Aug-2016 |
Xinchen Hui |
Fixed bug #72743 (Out-of-bound read in php_stream_filter_create) |
#
70698d15 |
| 04-Aug-2016 |
Matteo Beccati |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Clean up FR #72633 Fixed invalid handle error with Implicit Result Sets and bump OCI8 version. Conflicts: ext/
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Clean up FR #72633 Fixed invalid handle error with Implicit Result Sets and bump OCI8 version. Conflicts: ext/oci8/package.xml
show more ...
|
#
4003595d |
| 04-Aug-2016 |
Matteo Beccati |
Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: Clean up FR #72633
|
#
d3a8e107 |
| 04-Aug-2016 |
Matteo Beccati |
Clean up FR #72633 |
#
78488a54 |
| 04-Aug-2016 |
Christopher Jones |
Fixed invalid handle error with Implicit Result Sets and bump OCI8 version. |
#
562c17eb |
| 03-Aug-2016 |
Ferenc Kovacs |
5.6.26 will be next |
#
b304ab5c |
| 03-Aug-2016 |
Davey Shafik |
Move fix for #72735 to 7.1.0beta3 |
#
77d1fbdf |
| 03-Aug-2016 |
Anatol Belski |
update NEWS Fix for 72735 is now merged in 5.6 up |
#
a60e1bfe |
| 03-Aug-2016 |
Anatol Belski |
update NEWS |
#
2bdb34fd |
| 03-Aug-2016 |
Anatol Belski |
update NEWS |
#
f15c1553 |
| 03-Aug-2016 |
Anatol Belski |
update NEWS |
#
c6bd054b |
| 03-Aug-2016 |
Kalle Sommer Nielsen |
Fixed bug #72682 (exif_read_data() fails to read all data for some images) This is fixed by adding DJI signatures to the MAKERNOTE and its supported tags, list is credits to ExifTool documen
Fixed bug #72682 (exif_read_data() fails to read all data for some images) This is fixed by adding DJI signatures to the MAKERNOTE and its supported tags, list is credits to ExifTool documentation.
show more ...
|
#
d40e5e7c |
| 03-Aug-2016 |
Kalle Sommer Nielsen |
NEWS |
#
544f0dab |
| 03-Aug-2016 |
Kalle Sommer Nielsen |
NEWS |