@@ -60,7 +60,7 @@ PHP NEWS
60
60
RFC https://wiki.php.net/rfc/list_reference_assignment.
61
61
(David Walker)
62
62
. Improved effectiveness of ZEND_SECURE_ZERO for NetBSD and systems
63
- without native similar feature (devnexen).
63
+ without native similar feature. (devnexen)
64
64
. Added syslog.facility and syslog.ident INI entries for customizing syslog
65
65
logging. (Philip Prindeville)
66
66
. Fixed bug #75683 (Memory leak in zend_register_functions() in ZTS mode).
@@ -106,9 +106,9 @@ PHP NEWS
106
106
(Laruence)
107
107
. Fixed bug #76030 (RE2C_FLAGS rarely honoured) (Cristian Rodríguez)
108
108
. 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).
110
110
(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).
112
112
(ondrej)
113
113
. Fixed bug #76752 (Crash in ZEND_COALESCE_SPEC_TMP_HANDLER - assertion in
114
114
_get_zval_ptr_tmp failed). (Laruence)
@@ -127,8 +127,8 @@ PHP NEWS
127
127
(Remi)
128
128
129
129
- 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)
132
132
. Fixed bug #66364 (BCMath bcmul ignores scale parameter). (cmb)
133
133
. Fixed bug #75164 (split_bc_num() is pointless). (cmb)
134
134
. Fixed bug #75169 (BCMath errors/warnings bypass PHP's error handling). (cmb)
@@ -151,7 +151,7 @@ PHP NEWS
151
151
. Fixed bug #68406 (calling var_dump on a DateTimeZone object modifies it).
152
152
(jhdxr)
153
153
. 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:
155
155
. Fixed bug #75577 (DateTime::createFromFormat does not accept 'v' format
156
156
specifier). (Derick)
157
157
. Fixed bug #75642 (Wrap around behaviour for microseconds is not working).
@@ -183,7 +183,7 @@ PHP NEWS
183
183
. Fixed bug #77151 (ftp_close(): SSL_read on shutdown). (Remi)
184
184
185
185
- GD:
186
- . Added support for WebP in imagecreatefromstring() (Andreas Treichel, cmb).
186
+ . Added support for WebP in imagecreatefromstring(). (Andreas Treichel, cmb)
187
187
188
188
- GMP:
189
189
. Export internal structures and accessor helpers for GMP object. (Sara)
@@ -218,7 +218,7 @@ PHP NEWS
218
218
- LDAP:
219
219
. Added ldap_exop_refresh helper for EXOP REFRESH operation with dds overlay.
220
220
(Come)
221
- . Added full support for sending and parsing ldap controls (Come)
221
+ . Added full support for sending and parsing ldap controls. (Come)
222
222
. Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)
223
223
224
224
- libxml2:
@@ -233,7 +233,7 @@ PHP NEWS
233
233
. Updated to Oniguruma 6.9.0. (cmb)
234
234
. Fixed bug #65544 (mb title case conversion-first word in quotation isn't
235
235
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) .
237
237
(Nikita)
238
238
. Fixed bug #73528 (Crash in zif_mb_send_mail). (Nikita)
239
239
. Fixed bug #74929 (mbstring functions version 7.1.1 are slow compared to 5.3
@@ -276,7 +276,7 @@ PHP NEWS
276
276
related constants for possible TLS protocol values. (Jakub Zelenka)
277
277
278
278
- PCRE:
279
- . Implemented https://wiki.php.net/rfc/pcre2-migration (Anatol, Dmitry)
279
+ . Implemented https://wiki.php.net/rfc/pcre2-migration. (Anatol, Dmitry)
280
280
. Upgrade PCRE2 to 10.32. (Anatol)
281
281
. Fixed bug #75355 (preg_quote() does not quote # control character).
282
282
(Michael Moravec)
@@ -286,8 +286,8 @@ PHP NEWS
286
286
. Fixed bug #76909 (preg_match difference between 7.3 and < 7.3). (Anatol)
287
287
288
288
- 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)
291
291
. Expose TDS version as \PDO::DBLIB_ATTR_TDS_VERSION attribute on \PDO
292
292
instance. (fandrieu)
293
293
. Treat DATETIME2 columns like DATETIME. (fandrieu)
@@ -305,15 +305,9 @@ PHP NEWS
305
305
. Add support for additional open flags
306
306
307
307
- 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)
317
311
. Fixed bug #77047 (pg_convert has a broken regex for the 'TIME WITHOUT
318
312
TIMEZONE' data type). (Andy Gajetzki)
319
313
@@ -398,11 +392,10 @@ PHP NEWS
398
392
. Fixed bug #77081 (ftruncate() changes seek pointer in c mode). (cmb, Anatol)
399
393
400
394
- 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)
403
396
404
397
- Tidy:
405
- . Support using tidyp instead of tidy (devnexen).
398
+ . Support using tidyp instead of tidy. (devnexen)
406
399
. Fixed bug #74707 (Tidy has incorrect ReflectionFunction param counts for
407
400
functions taking tidy). (Gabriel Caruso)
408
401
. Fixed arginfo for tidy::__construct(). (Tyson Andre)
@@ -418,7 +411,7 @@ PHP NEWS
418
411
heredoc strings). (Nikita)
419
412
420
413
- XML:
421
- . Fixed bug 71592 (External entity processing never fails). (cmb)
414
+ . Fixed bug # 71592 (External entity processing never fails). (cmb)
422
415
423
416
- Zlib:
424
417
. Added zlib/level context option for compress.zlib wrapper. (Sara)
0 commit comments