We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec8b24 commit 8308196Copy full SHA for 8308196
NEWS
@@ -3,7 +3,7 @@ PHP NEWS
3
?? ??? 2020, PHP 7.2.28
4
5
- DOM:
6
- . Fixed bug #77569: (Write Acess Violation in DomImplementation). (Nikita,
+ . Fixed bug #77569: (Write Access Violation in DomImplementation). (Nikita,
7
cmb)
8
9
23 Jan 2020, PHP 7.2.27
ext/dom/tests/bug77569.phpt
@@ -1,5 +1,5 @@
1
--TEST--
2
-Bug #77569 (Write Acess Violation in DomImplementation)
+Bug #77569 (Write Access Violation in DomImplementation)
--SKIPIF--
<?php
if (!extension_loaded('dom')) die('skip dom extension not available');
0 commit comments