Skip to content

Commit 392dada

Browse files
committed
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Fix typo in recent bugfix
2 parents 8ebadd1 + 8308196 commit 392dada

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
@@ -10,7 +10,7 @@ PHP NEWS
1010
. Fixed bug #79248 (Traversing empty VT_ARRAY throws com_exception). (cmb)
1111

1212
- DOM:
13-
. Fixed bug #77569: (Write Acess Violation in DomImplementation). (Nikita,
13+
. Fixed bug #77569: (Write Access Violation in DomImplementation). (Nikita,
1414
cmb)
1515

1616
- 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)