|
3 | 3 | 23 Jul 2015, PHP 7.0.0 Beta 2
|
4 | 4 |
|
5 | 5 | - Core:
|
6 |
| - . Fixed bug #70057 (Build failure on 32-bit Mac OS X 10.6.8: |
7 |
| - recursive inlining). (Laruence) |
| 6 | + . Fixed bug #70057 (Build failure on 32-bit Mac OS X 10.6.8: recursive |
| 7 | + inlining). (Laruence) |
8 | 8 | . Fixed bug #70012 (Exception lost with nested finally block). (Laruence)
|
9 | 9 | . Fixed bug #69996 (Changing the property of a cloned object affects the
|
10 | 10 | original). (Dmitry, Laruence)
|
|
73 | 73 |
|
74 | 74 | - OpenSSL:
|
75 | 75 | . Fixed bug #69882 (OpenSSL error "key values mismatch" after
|
76 |
| - openssl_pkcs12_read with extra cert) (Tomasz Sawicki) |
| 76 | + openssl_pkcs12_read with extra cert). (Tomasz Sawicki) |
77 | 77 |
|
78 | 78 | - PCRE:
|
79 | 79 | . Fixed bug #53823 (preg_replace: * qualifier on unicode replace garbles the
|
|
87 | 87 | . Fixed bug #69970 (Use-after-free vulnerability in
|
88 | 88 | spl_recursive_it_move_forward_ex()). (Laruence)
|
89 | 89 |
|
| 90 | +- Sqlite3: |
| 91 | + . Fixed bug #69972 (Use-after-free vulnerability in |
| 92 | + sqlite3SafetyCheckSickOrOk()). (Laruence) |
| 93 | + |
90 | 94 | - Standard:
|
91 | 95 | . Fixed bug #69983 (get_browser fails with user agent of null).
|
92 | 96 | (Kalle, cmb, Laruence)
|
93 | 97 | . Fixed bug #69976 (Unable to parse "all" urls with colon char). (cmb)
|
94 | 98 | . Fixed bug #69768 (escapeshell*() doesn't cater to !). (cmb)
|
95 | 99 |
|
96 |
| -- Sqlite3: |
97 |
| - . Fixed bug #69972 (Use-after-free vulnerability in |
98 |
| - sqlite3SafetyCheckSickOrOk()). (Laruence) |
99 |
| - |
100 | 100 | 25 Jun 2015, PHP 7.0.0 Alpha 2
|
101 | 101 |
|
102 | 102 | - Core:
|
|
127 | 127 | . Fixed bug #69893 (Strict comparison between integer and empty string keys
|
128 | 128 | crashes). (Nikita)
|
129 | 129 |
|
| 130 | +- Curl: |
| 131 | + . Fixed bug #69831 (Segmentation fault in curl_getinfo). (im dot denisenko at |
| 132 | + yahoo dot com) |
| 133 | + |
130 | 134 | - DOM:
|
131 | 135 | . Fixed bug #69846 (Segmenation fault (access violation) when iterating over
|
132 | 136 | DOMNodeList). (Anatol Belski)
|
|
142 | 146 | . Fixed Bug #69796 (mysqli_stmt::fetch doesn't assign null values to
|
143 | 147 | bound variables). (Laruence)
|
144 | 148 |
|
145 |
| -- Curl: |
146 |
| - . Fixed bug #69831 (Segmentation fault in curl_getinfo). (im dot denisenko at |
147 |
| - yahoo dot com) |
148 |
| - |
149 | 149 | - Opcache:
|
150 | 150 | . Removed opcache.load_comments configuration directive. Now doc comments
|
151 | 151 | loading costs nothing and always enabled. (Dmitry)
|
152 | 152 | . Fixed bug #69838 (Wrong size calculation for function table). (Anatol)
|
153 | 153 |
|
154 | 154 | - PCRE:
|
155 |
| - . Fixed bug #69864 (Segfault in preg_replace_callback) (cmb, ab) |
| 155 | + . Fixed bug #69864 (Segfault in preg_replace_callback). (cmb, ab) |
156 | 156 |
|
157 | 157 | - PDO_pgsql:
|
158 | 158 | . Fixed bug #69752 (PDOStatement::execute() leaks memory with DML
|
|
386 | 386 | . Fixed bug #66405 (RecursiveDirectoryIterator::CURRENT_AS_PATHNAME
|
387 | 387 | breaks the RecursiveIterator). (Paul Garvin)
|
388 | 388 |
|
389 |
| -- Sqlite3: |
| 389 | +- SQLite3: |
390 | 390 | . Fixed bug #68260 (SQLite3Result::fetchArray declares wrong
|
391 | 391 | required_num_args). (Julien)
|
392 | 392 |
|
|
0 commit comments