Skip to content

Commit 327e2d0

Browse files
committed
[ci skip] Fix NEWS wrt. ChangeLog conversion
We have to be rather picky in this regard; otherwise we need to manually post process the ChangeLog.
1 parent 43329e8 commit 327e2d0

File tree

1 file changed

+18
-25
lines changed

1 file changed

+18
-25
lines changed

NEWS

Lines changed: 18 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ PHP NEWS
6060
RFC https://wiki.php.net/rfc/list_reference_assignment.
6161
(David Walker)
6262
. Improved effectiveness of ZEND_SECURE_ZERO for NetBSD and systems
63-
without native similar feature (devnexen).
63+
without native similar feature. (devnexen)
6464
. Added syslog.facility and syslog.ident INI entries for customizing syslog
6565
logging. (Philip Prindeville)
6666
. Fixed bug #75683 (Memory leak in zend_register_functions() in ZTS mode).
@@ -106,9 +106,9 @@ PHP NEWS
106106
(Laruence)
107107
. Fixed bug #76030 (RE2C_FLAGS rarely honoured) (Cristian Rodríguez)
108108
. Fixed broken zend_read_static_property (Laruence)
109-
. Fixed #76773 (Traits used on the parent are ignored for child classes).
109+
. Fixed bug #76773 (Traits used on the parent are ignored for child classes).
110110
(daverandom)
111-
. Fixed #76767 (‘asm’ operand has impossible constraints in zend_operators.h).
111+
. Fixed bug #76767 (‘asm’ operand has impossible constraints in zend_operators.h).
112112
(ondrej)
113113
. Fixed bug #76752 (Crash in ZEND_COALESCE_SPEC_TMP_HANDLER - assertion in
114114
_get_zval_ptr_tmp failed). (Laruence)
@@ -127,8 +127,8 @@ PHP NEWS
127127
(Remi)
128128

129129
- BCMath:
130-
. Implemented request #67855 (No way to get current scale in use). (Chris
131-
Wright, cmb)
130+
. Implemented FR #67855 (No way to get current scale in use). (Chris Wright,
131+
cmb)
132132
. Fixed bug #66364 (BCMath bcmul ignores scale parameter). (cmb)
133133
. Fixed bug #75164 (split_bc_num() is pointless). (cmb)
134134
. Fixed bug #75169 (BCMath errors/warnings bypass PHP's error handling). (cmb)
@@ -151,7 +151,7 @@ PHP NEWS
151151
. Fixed bug #68406 (calling var_dump on a DateTimeZone object modifies it).
152152
(jhdxr)
153153
. Fixed bug #76131 (mismatch arginfo for date_create). (carusogabriel)
154-
. Updated timelib to 2018.01RC1 to address several bugs: (Derick)
154+
. Updated timelib to 2018.01RC1 to address several bugs:
155155
. Fixed bug #75577 (DateTime::createFromFormat does not accept 'v' format
156156
specifier). (Derick)
157157
. Fixed bug #75642 (Wrap around behaviour for microseconds is not working).
@@ -183,7 +183,7 @@ PHP NEWS
183183
. Fixed bug #77151 (ftp_close(): SSL_read on shutdown). (Remi)
184184

185185
- GD:
186-
. Added support for WebP in imagecreatefromstring() (Andreas Treichel, cmb).
186+
. Added support for WebP in imagecreatefromstring(). (Andreas Treichel, cmb)
187187

188188
- GMP:
189189
. Export internal structures and accessor helpers for GMP object. (Sara)
@@ -218,7 +218,7 @@ PHP NEWS
218218
- LDAP:
219219
. Added ldap_exop_refresh helper for EXOP REFRESH operation with dds overlay.
220220
(Come)
221-
. Added full support for sending and parsing ldap controls (Come)
221+
. Added full support for sending and parsing ldap controls. (Come)
222222
. Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)
223223

224224
- libxml2:
@@ -233,7 +233,7 @@ PHP NEWS
233233
. Updated to Oniguruma 6.9.0. (cmb)
234234
. Fixed bug #65544 (mb title case conversion-first word in quotation isn't
235235
capitalized). (Nikita)
236-
. Fixed bug #71298 (MB_CASE_TITLE misbehaves with curled apostrophe/quote.
236+
. Fixed bug #71298 (MB_CASE_TITLE misbehaves with curled apostrophe/quote).
237237
(Nikita)
238238
. Fixed bug #73528 (Crash in zif_mb_send_mail). (Nikita)
239239
. Fixed bug #74929 (mbstring functions version 7.1.1 are slow compared to 5.3
@@ -276,7 +276,7 @@ PHP NEWS
276276
related constants for possible TLS protocol values. (Jakub Zelenka)
277277

278278
- PCRE:
279-
. Implemented https://wiki.php.net/rfc/pcre2-migration (Anatol, Dmitry)
279+
. Implemented https://wiki.php.net/rfc/pcre2-migration. (Anatol, Dmitry)
280280
. Upgrade PCRE2 to 10.32. (Anatol)
281281
. Fixed bug #75355 (preg_quote() does not quote # control character).
282282
(Michael Moravec)
@@ -286,8 +286,8 @@ PHP NEWS
286286
. Fixed bug #76909 (preg_match difference between 7.3 and < 7.3). (Anatol)
287287

288288
- PDO_DBlib:
289-
. Implemented request #69592 (allow 0-column rowsets to be skipped
290-
automatically). (fandrieu)
289+
. Implemented FR #69592 (allow 0-column rowsets to be skipped automatically).
290+
(fandrieu)
291291
. Expose TDS version as \PDO::DBLIB_ATTR_TDS_VERSION attribute on \PDO
292292
instance. (fandrieu)
293293
. Treat DATETIME2 columns like DATETIME. (fandrieu)
@@ -305,15 +305,9 @@ PHP NEWS
305305
. Add support for additional open flags
306306

307307
- pgsql:
308-
. Added new error constants for pg_result_error(): (Kalle)
309-
. Requires Postgres 9.3
310-
. PGSQL_DIAG_SCHEMA_NAME
311-
. PGSQL_DIAG_TABLE_NAME
312-
. PGSQL_DIAG_COLUMN_NAME
313-
. PGSQL_DIAG_DATATYPE_NAME
314-
. PGSQL_DIAG_CONSTRAINT_NAME
315-
. Requires Postgres 9.6
316-
. PGSQL_DIAG_SEVERITY_NONLOCALIZED
308+
. Added new error constants for pg_result_error(): PGSQL_DIAG_SCHEMA_NAME,
309+
PGSQL_DIAG_TABLE_NAME, PGSQL_DIAG_COLUMN_NAME, PGSQL_DIAG_DATATYPE_NAME,
310+
PGSQL_DIAG_CONSTRAINT_NAME and PGSQL_DIAG_SEVERITY_NONLOCALIZED. (Kalle)
317311
. Fixed bug #77047 (pg_convert has a broken regex for the 'TIME WITHOUT
318312
TIMEZONE' data type). (Andy Gajetzki)
319313

@@ -398,11 +392,10 @@ PHP NEWS
398392
. Fixed bug #77081 (ftruncate() changes seek pointer in c mode). (cmb, Anatol)
399393

400394
- Testing:
401-
. Implemented request #62055 (Make run-tests.php support --CGI-- sections).
402-
(cmb)
395+
. Implemented FR #62055 (Make run-tests.php support --CGI-- sections). (cmb)
403396

404397
- Tidy:
405-
. Support using tidyp instead of tidy (devnexen).
398+
. Support using tidyp instead of tidy. (devnexen)
406399
. Fixed bug #74707 (Tidy has incorrect ReflectionFunction param counts for
407400
functions taking tidy). (Gabriel Caruso)
408401
. Fixed arginfo for tidy::__construct(). (Tyson Andre)
@@ -418,7 +411,7 @@ PHP NEWS
418411
heredoc strings). (Nikita)
419412

420413
- XML:
421-
. Fixed bug 71592 (External entity processing never fails). (cmb)
414+
. Fixed bug #71592 (External entity processing never fails). (cmb)
422415

423416
- Zlib:
424417
. Added zlib/level context option for compress.zlib wrapper. (Sara)

0 commit comments

Comments
 (0)