1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Fix test
This commit is contained in:
Stanislav Malyshev
2019-01-06 12:54:09 -08:00

View File

@@ -1,5 +1,7 @@
--TEST--
Bug #77270 (imagecolormatch Out Of Bounds Write on Heap)
--INI--
memory_limit=-1
--SKIPIF--
<?php
if (!extension_loaded('gd')) die('skip gd extension not available');