Skip to content

Commit 8ec7636

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix typo in recent bugfix
2 parents 9c8cc48 + 392dada commit 8ec7636

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PHP NEWS
1818
. Fixed bug #79019 (Copied cURL handles upload empty file). (cmb)
1919

2020
- DOM:
21-
. Fixed bug #77569: (Write Acess Violation in DomImplementation). (Nikita,
21+
. Fixed bug #77569: (Write Access Violation in DomImplementation). (Nikita,
2222
cmb)
2323

2424
- PCRE:

ext/dom/tests/bug77569.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Bug #77569 (Write Acess Violation in DomImplementation)
2+
Bug #77569 (Write Access Violation in DomImplementation)
33
--SKIPIF--
44
<?php
55
if (!extension_loaded('dom')) die('skip dom extension not available');

0 commit comments

Comments
 (0)