mirror of
https://github.com/php/php-src.git
synced 2026-03-29 19:52:20 +02:00
Merge branch 'PHP-7.0'
* PHP-7.0: fix SKIPIF sections
This commit is contained in:
@@ -3,7 +3,10 @@ ldap_option_reqcert_basic() - Basic test to check if PHP can connect to a LDAP s
|
||||
--CREDITS--
|
||||
Edwin Hoksberg <edwin@edwinhoksberg.nl>
|
||||
--SKIPIF--
|
||||
<?php require_once dirname(__FILE__) .'/skipif.inc'; ?>
|
||||
<?php
|
||||
require_once dirname(__FILE__) .'/skipif.inc';
|
||||
require_once dirname(__FILE__) .'/skipifbindfailure.inc';
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
require "connect.inc";
|
||||
|
||||
@@ -3,7 +3,10 @@ ldap_option_reqcert_error() - A test to check if ldap cant connect to a LDAP ser
|
||||
--CREDITS--
|
||||
Edwin Hoksberg <edwin@edwinhoksberg.nl>
|
||||
--SKIPIF--
|
||||
<?php require_once dirname(__FILE__) .'/skipif.inc'; ?>
|
||||
<?php
|
||||
require_once dirname(__FILE__) .'/skipif.inc';
|
||||
require_once dirname(__FILE__) .'/skipifbindfailure.inc';
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
require "connect.inc";
|
||||
|
||||
Reference in New Issue
Block a user