mirror of
https://github.com/php/php-src.git
synced 2026-04-29 03:03:26 +02:00
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Fix typo in recent bugfix
This commit is contained in:
@@ -10,7 +10,7 @@ PHP NEWS
|
||||
. Fixed bug #79248 (Traversing empty VT_ARRAY throws com_exception). (cmb)
|
||||
|
||||
- DOM:
|
||||
. Fixed bug #77569: (Write Acess Violation in DomImplementation). (Nikita,
|
||||
. Fixed bug #77569: (Write Access Violation in DomImplementation). (Nikita,
|
||||
cmb)
|
||||
|
||||
- PCRE:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
--TEST--
|
||||
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');
|
||||
|
||||
Reference in New Issue
Block a user