mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
Merge branch 'PHP-7.0'
* PHP-7.0: fix test to not to cause false positives Align NEWS entry format Align NEWS entry format
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
--TEST--
|
||||
Bug #68996 (Invalid free of CG(interned_empty_string))
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (getenv("USE_ZEND_ALLOC") !== "0") {
|
||||
print "skip Need Zend MM disabled";
|
||||
}
|
||||
?>
|
||||
<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?>
|
||||
--INI--
|
||||
html_errors=1
|
||||
--ENV--
|
||||
USE_ZEND_ALLOC=0
|
||||
--FILE--
|
||||
<?php
|
||||
finfo_open(FILEINFO_MIME_TYPE, "\xfc\x63");
|
||||
|
||||
Reference in New Issue
Block a user