|
45 | 45 | - Dba:
|
46 | 46 | . Fixed bug #68711 (useless comparisons). (bugreports at internot dot info)
|
47 | 47 |
|
48 |
| -- JSON: |
49 |
| - . Fixed bug #50224 (json_encode() does not always encode a float as a float) |
50 |
| - by adding JSON_PRESERVE_ZERO_FRACTION. (Juan Basso) |
| 48 | +- Enchant: |
| 49 | + . Fixed bug #68552 (heap buffer overflow in enchant_broker_request_dict()). |
| 50 | + (Antony) |
51 | 51 |
|
52 | 52 | - Fileinfo:
|
53 | 53 | . Fixed bug #68827 (Double free with disabled ZMM). (Joshua Rogers)
|
|
61 | 61 | . Fixed bug #68571 (core dump when webserver close the socket).
|
62 | 62 | (redfoxli069 at gmail dot com, Laruence)
|
63 | 63 |
|
| 64 | +- JSON: |
| 65 | + . Fixed bug #50224 (json_encode() does not always encode a float as a float) |
| 66 | + by adding JSON_PRESERVE_ZERO_FRACTION. (Juan Basso) |
| 67 | + |
64 | 68 | - LIBXML:
|
65 | 69 | . Fixed bug #64938 (libxml_disable_entity_loader setting is shared
|
66 | 70 | between threads). (Martin Jansen)
|
67 | 71 |
|
| 72 | +- Mysqli: |
| 73 | + . Fixed bug #68114 (linker error on some OS X machines with fixed |
| 74 | + width decimal support) (Keyur Govande) |
| 75 | + . Fixed bug #68657 (Reading 4 byte floats with Mysqli and libmysqlclient |
| 76 | + has rounding errors) (Keyur Govande) |
| 77 | + |
68 | 78 | - Opcache:
|
69 | 79 | . Fixed bug with try blocks being removed when extended_info opcode
|
70 | 80 | generation is turned on. (Laruence)
|
|
94 | 104 | . Fixed bug #69033 (Request may get env. variables from previous requests
|
95 | 105 | if PHP works as FastCGI). (Anatol)
|
96 | 106 |
|
97 |
| -- Mysqli: |
98 |
| - . Fixed bug #68114 (linker error on some OS X machines with fixed |
99 |
| - width decimal support) (Keyur Govande) |
100 |
| - . Fixed bug #68657 (Reading 4 byte floats with Mysqli and libmysqlclient |
101 |
| - has rounding errors) (Keyur Govande) |
102 |
| - |
103 | 107 | - Streams:
|
104 | 108 | . Fixed bug which caused call after final close on streams filter. (Bob)
|
105 | 109 |
|
|
0 commit comments