Projekt

Allgemein

Profil

GX-Bug #61644 » soapFix.patch

Till Tepelmann, 12.03.2019 19:23

Unterschiede anzeigen:

src/gm/classes/lib/class.soapclient.php (date 1552414978000)
981 981
	}
982 982
}
983 983

  
984
if (!extension_loaded('soap')) {
984
if (!extension_loaded('soap') && !class_exists('soapclient')) {
985 985
	/**
986 986
	 *	For backwards compatiblity, define soapclient unless the PHP SOAP extension is loaded.
987 987
	 */
src/gm/classes/lib/nusoap.php (date 1552414981000)
8138 8138
	}
8139 8139
}
8140 8140

  
8141
if (!extension_loaded('soap')) {
8141
if (!extension_loaded('soap') && !class_exists('soapclient')) {
8142 8142
	/**
8143 8143
	 *	For backwards compatiblity, define soapclient unless the PHP SOAP extension is loaded.
8144 8144
	 */
    (1-1/1)