Project

General

Profile

Actions

Feature #13113

closed

curl durch stream interface ersetzen

Added by Carsten Rose over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
High
Assignee:
Carsten Rose
Target version:
Start date:
03.10.2021
Due date:
% Done:

0%

Estimated time:
Discuss:
Prio Planung:
Vote:

Description

$opts = array(
        'http' => array (
            'method'=>"POST",
            'header'=>
              "Accept-language: en\r\n".
              "Content-type: application/x-www-form-urlencoded\r\n",
            'content'=>http_build_query(array('foo'=>'bar'))
  )
);

$context = stream_context_create($opts);

$fp = fopen('https://www.example.com', 'r', false, $context);

Related issues

Related to QFQ - Support #13107: Fehler bei _script - Call to undefined function IMATHUZH\Qfq\Core\Report\curl_init()ClosedCarsten Rose02.10.2021

Actions
Actions #1

Updated by Carsten Rose over 2 years ago

  • Related to Support #13107: Fehler bei _script - Call to undefined function IMATHUZH\Qfq\Core\Report\curl_init() added
Actions #2

Updated by Carsten Rose over 2 years ago

  • Target version changed from next3 to next2
Actions #3

Updated by Carsten Rose over 2 years ago

  • Tracker changed from Support to Feature
  • Status changed from New to Closed
  • Target version changed from next2 to 21.12.0
Actions

Also available in: Atom PDF