diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-06-11 08:43:20 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-06-11 08:44:07 +0200 |
commit | b215d1339f3f7953d35ac0a0460f0585ea2b8d30 (patch) | |
tree | f1f265c9ea2079457fa5c1f072b77c4d144755a5 /NEWS | |
parent | a0749fe483c7682c9b6d9bbc6f6ff9ed4c2e1394 (diff) | |
parent | f3ff72e54b2f6c2fa1ac924ad95455a5309099d5 (diff) | |
download | php-git-b215d1339f3f7953d35ac0a0460f0585ea2b8d30.tar.gz |
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
Fix #77937: preg_match failed
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ PHP NEWS - Standard: . Fixed bug #77135 (Extract with EXTR_SKIP should skip $this). (Craig Duncan, Dmitry) + . Fixed bug ##77937 (preg_match failed). (cmb, Anatol) - Zip: . Fixed bug #76345 (zip.h not found). (Michael Maroszek) |