mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Merge branch 'PHP-5.3' into PHP-5.4
This commit is contained in:
commit
e2d1eecf99
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Bug #62839 (curl_copy_handle segfault with CURLOPT_FILE)
|
||||||
<?php
|
<?php
|
||||||
$curl = curl_init();
|
$curl = curl_init();
|
||||||
|
|
||||||
$fd = fopen('/tmp/test', 'wb');
|
$fd = tmpfile();
|
||||||
curl_setopt($curl, CURLOPT_FILE, $fd);
|
curl_setopt($curl, CURLOPT_FILE, $fd);
|
||||||
|
|
||||||
curl_copy_handle($curl);
|
curl_copy_handle($curl);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue