Nicolas,

since you've got onto the protos, check out phpdoc/bughunter.php - it
kind of attempts to hunt down these things. maybe you might find
something useful.

-- 
Maxim Maletsky
[EMAIL PROTECTED]


On Wed, 05 Feb 2003 01:41:51 -0000 "CHAILLAN Nicolas" <[EMAIL PROTECTED]> wrote:

> nicos         Tue Feb  4 20:41:51 2003 EDT
> 
>   Modified files:              
>     /phpdoc/en/reference/sockets/functions    socket-recv.xml 
>   Log:
>   fixing proto again
>   
> Index: phpdoc/en/reference/sockets/functions/socket-recv.xml
> diff -u phpdoc/en/reference/sockets/functions/socket-recv.xml:1.3 
>phpdoc/en/reference/sockets/functions/socket-recv.xml:1.4
> --- phpdoc/en/reference/sockets/functions/socket-recv.xml:1.3 Tue Feb  4 20:38:31 
>2003
> +++ phpdoc/en/reference/sockets/functions/socket-recv.xml     Tue Feb  4 20:41:51 
>2003
> @@ -1,5 +1,5 @@
>  <?xml version="1.0" encoding="iso-8859-1"?>
> -<!-- $Revision: 1.3 $ -->
> +<!-- $Revision: 1.4 $ -->
>  <!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
>    <refentry id="function.socket-recv">
>     <refnamediv>
> @@ -11,7 +11,7 @@
>       <methodsynopsis>
>        <type>int</type><methodname>socket_recv</methodname>
>        <methodparam><type>resource</type><parameter>socket</parameter></methodparam>
> -      <methodparam><type>string</type><parameter>buf</parameter></methodparam>
> +      <methodparam><type>string</type><parameter>&amp;buf</parameter></methodparam>
>        <methodparam><type>int</type><parameter>len</parameter></methodparam>
>        <methodparam><type>int</type><parameter>flags</parameter></methodparam>
>       </methodsynopsis>
> 
> 
> 
> -- 
> PHP Documentation Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to