Mantis - Quercus
Viewing Issue Advanced Details
4366 major always 01-27-11 01:05 02-02-11 08:21
bodhuin  
 
normal  
feedback 4.0.14  
open  
none    
none  
0004366: Missing: Warning: CURL option '75' unknown or unimplemented [curl_setopt]
There is a warning using tcpdf library (last version) in example 3 for
example_003.php

Warning: CURL option '75' unknown or unimplemented [curl_setopt]


Notes
(0005009)
kdecherf   
01-30-11 09:44   
FYI, 75 is the value of CURLOPT_BINARYTRANSFER option.
(0005015)
domdorn   
02-02-11 06:05   
I've added the constant to the trunk.

Could you post some example code that uses this option?

Thanks,
Dominik
(0005016)
bodhuin   
02-02-11 08:21   
As indicated in the description download the last version of tcpdf library, install it and execute with Quercus (v4.0.11) the example 3 (example_003.php)

The warning will be done like: Warning: CURL option '75' unknown or unimplemented [curl_setopt]