mirror of
https://github.com/php/php-src.git
synced 2026-03-30 12:13:02 +02:00
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix typo in recent bugfix
This commit is contained in:
2
NEWS
2
NEWS
@@ -18,7 +18,7 @@ PHP NEWS
|
||||
. Fixed bug #79019 (Copied cURL handles upload empty file). (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