|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-12-22 19:39 UTC] gopalv@php.net
[2009-05-04 12:15 UTC] pajoye@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 02:00:01 2025 UTC |
Description: ------------ ext/curl is missing the constant CURLOPT_TCP_NODELAY (121) Reproduce code: --------------- <?php $ch = curl_init('http://localhost'); curl_setopt($ch, CURLOPT_TCP_NODELAY, 1); ?> Expected result: ---------------- the curl tcpnodelay() function is called and socket optiosn set. Actual result: -------------- PHP Notice: Use of undefined constant CURLOPT_TCP_NODELAY