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.
2 parents 8ebadd1 + 8308196 commit 392dadaCopy full SHA for 392dada
NEWS
@@ -10,7 +10,7 @@ PHP NEWS
10
. Fixed bug #79248 (Traversing empty VT_ARRAY throws com_exception). (cmb)
11
12
- DOM:
13
- . Fixed bug #77569: (Write Acess Violation in DomImplementation). (Nikita,
+ . Fixed bug #77569: (Write Access Violation in DomImplementation). (Nikita,
14
cmb)
15
16
- PCRE:
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)
3
--SKIPIF--
4
<?php
5
if (!extension_loaded('dom')) die('skip dom extension not available');
0 commit comments