Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext/curl/curl_arginfo.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion ext/curl/tests/bug46711.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ foreach( $opt as $option => $value ) {
var_dump($opt); // with this bug, $opt[58] becomes NULL

?>
--EXPECT--
--EXPECTF--
Deprecated: Constant CURLOPT_BINARYTRANSFER is deprecated in %s on line %d
array(2) {
[58]=>
bool(true)
Expand Down