mirror of
https://github.com/php/php-src.git
synced 2025-08-17 06:28:50 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Add missing 'skip' to bug79332.phpt skip message
This commit is contained in:
commit
b0b593504d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
Bug #79332 (php_istreams are never freed)
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!extension_loaded('com_dotnet')) die('com_dotnet extension not available');
|
||||
if (!extension_loaded('com_dotnet')) die('skip com_dotnet extension not available');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue