Skip to content

Commit ad929bf

Browse files
committed
Format alignment (needed for news2html)
1 parent a3fea05 commit ad929bf

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

NEWS

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
23 Jul 2015, PHP 7.0.0 Beta 2
44

55
- 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)
88
. Fixed bug #70012 (Exception lost with nested finally block). (Laruence)
99
. Fixed bug #69996 (Changing the property of a cloned object affects the
1010
original). (Dmitry, Laruence)
@@ -73,7 +73,7 @@
7373

7474
- OpenSSL:
7575
. 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)
7777

7878
- PCRE:
7979
. Fixed bug #53823 (preg_replace: * qualifier on unicode replace garbles the
@@ -87,16 +87,16 @@
8787
. Fixed bug #69970 (Use-after-free vulnerability in
8888
spl_recursive_it_move_forward_ex()). (Laruence)
8989

90+
- Sqlite3:
91+
. Fixed bug #69972 (Use-after-free vulnerability in
92+
sqlite3SafetyCheckSickOrOk()). (Laruence)
93+
9094
- Standard:
9195
. Fixed bug #69983 (get_browser fails with user agent of null).
9296
(Kalle, cmb, Laruence)
9397
. Fixed bug #69976 (Unable to parse "all" urls with colon char). (cmb)
9498
. Fixed bug #69768 (escapeshell*() doesn't cater to !). (cmb)
9599

96-
- Sqlite3:
97-
. Fixed bug #69972 (Use-after-free vulnerability in
98-
sqlite3SafetyCheckSickOrOk()). (Laruence)
99-
100100
25 Jun 2015, PHP 7.0.0 Alpha 2
101101

102102
- Core:
@@ -127,6 +127,10 @@
127127
. Fixed bug #69893 (Strict comparison between integer and empty string keys
128128
crashes). (Nikita)
129129

130+
- Curl:
131+
. Fixed bug #69831 (Segmentation fault in curl_getinfo). (im dot denisenko at
132+
yahoo dot com)
133+
130134
- DOM:
131135
. Fixed bug #69846 (Segmenation fault (access violation) when iterating over
132136
DOMNodeList). (Anatol Belski)
@@ -142,17 +146,13 @@
142146
. Fixed Bug #69796 (mysqli_stmt::fetch doesn't assign null values to
143147
bound variables). (Laruence)
144148

145-
- Curl:
146-
. Fixed bug #69831 (Segmentation fault in curl_getinfo). (im dot denisenko at
147-
yahoo dot com)
148-
149149
- Opcache:
150150
. Removed opcache.load_comments configuration directive. Now doc comments
151151
loading costs nothing and always enabled. (Dmitry)
152152
. Fixed bug #69838 (Wrong size calculation for function table). (Anatol)
153153

154154
- PCRE:
155-
. Fixed bug #69864 (Segfault in preg_replace_callback) (cmb, ab)
155+
. Fixed bug #69864 (Segfault in preg_replace_callback). (cmb, ab)
156156

157157
- PDO_pgsql:
158158
. Fixed bug #69752 (PDOStatement::execute() leaks memory with DML
@@ -386,7 +386,7 @@
386386
. Fixed bug #66405 (RecursiveDirectoryIterator::CURRENT_AS_PATHNAME
387387
breaks the RecursiveIterator). (Paul Garvin)
388388

389-
- Sqlite3:
389+
- SQLite3:
390390
. Fixed bug #68260 (SQLite3Result::fetchArray declares wrong
391391
required_num_args). (Julien)
392392

0 commit comments

Comments
 (0)