From 7a29bfb4586e564b9d16c684c4325b5975883beb Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 22 May 2007 19:13:55 +0000 Subject: [PATCH] YACC (Yet Another Curl Constant) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236153 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration52.xml | 10 +++++++++- reference/curl/constants.xml | 17 ++++++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/appendices/migration52.xml b/appendices/migration52.xml index ce99cb9044..6297e40731 100644 --- a/appendices/migration52.xml +++ b/appendices/migration52.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.1.x to PHP 5.2.x @@ -1586,6 +1586,14 @@ $obj->getCommentName(''); CURLOPT_FTPSSLAUTH + + + CURLOPT_TCP_NODELAY + + + Added in PHP 5.2.1. + + GMP: diff --git a/reference/curl/constants.xml b/reference/curl/constants.xml index 8921b1ca25..2a67778b8b 100644 --- a/reference/curl/constants.xml +++ b/reference/curl/constants.xml @@ -1,5 +1,5 @@ - + Constants @@ -475,6 +475,21 @@ + + + + + CURLOPT_TCP_NODELAY + (integer) + + + + Available since PHP 5.2.1 + + + + +