From 25aab21991fdac7e007b29d703382b8f10514e92 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 26 Jun 2001 10:44:10 +0000 Subject: [PATCH] Since the PHP_SYSTEM_READ is same as PHP_BINARY_READ it is now removed. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50209 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/sockets.xml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/functions/sockets.xml b/functions/sockets.xml index 31d3794133..055d095e91 100644 --- a/functions/sockets.xml +++ b/functions/sockets.xml @@ -427,17 +427,12 @@ echo "OK.\n\n"; - PHP_SYSTEM_READ - use the system read() + PHP_BINARY_READ - use the system read() (Default in PHP >= 4.0.7) - PHP_BINARY_READ - binary safe read() (same as PHP_READ_SYSTEM) - - - - - PHP_NORMAL_READ - Default. Reading stops at \n or \r. + PHP_NORMAL_READ - reading stops at \n or \r. (Default in PHP <= 4.0.6)