mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
MFH: Fixes for broken tests.
This commit is contained in:
parent
c16bfe403f
commit
845d0805a8
@ -1,5 +1,7 @@
|
||||
--TEST--
|
||||
Bug #46010 (warnings incorrectly generated for iv in ecb mode)
|
||||
--SKIPIF--
|
||||
<?php if (!extension_loaded("mcrypt")) print "skip"; ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
@ -57,8 +57,6 @@ int(%d)
|
||||
Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
|
||||
bool(false)
|
||||
int(%d)
|
||||
|
||||
Warning: unlink(): open_basedir restriction in effect. File(%s/test/ok/symlink.txt) is not within the allowed path(s): (.) in %s on line %d
|
||||
bool(false)
|
||||
bool(true)
|
||||
*** Finished testing open_basedir configuration [linkinfo] ***
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user