stream_socket_client() gives fatal error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bof

    #1

    stream_socket_client() gives fatal error



    When attempting to use stream_socket_c lient() the error message "Fatal
    error: Call to undefined function" is returned.

    Any suggestions as to where to start looking to resolve this?

    MTIA, if replying by email please use address in sig


    --
    Bof at bof dot me dot uk
  • R. Rajesh Jeba Anbiah

    #2
    Re: stream_socket_c lient() gives fatal error

    bof <nothingread@ho tmail.com> wrote in message news:<V3TZnIGo3 2mAFwLe@invalid .domain>...[color=blue]
    > When attempting to use stream_socket_c lient() the error message "Fatal
    > error: Call to undefined function" is returned.[/color]

    It means that the function is not available (or not enabled) in your
    PHP setup. What is your version and OS?

    --
    | Just another PHP saint |
    Email: rrjanbiah-at-Y!com

    Comment

    • bof

      #3
      Re: stream_socket_c lient() gives fatal error

      In message <abc4d8b8.04050 72049.936fe88@p osting.google.c om>, R. Rajesh
      Jeba Anbiah <ng4rrjanbiah@r ediffmail.com> writes[color=blue]
      >bof <nothingread@ho tmail.com> wrote in message
      >news:<V3TZnIGo 32mAFwLe@invali d.domain>...[color=green]
      >> When attempting to use stream_socket_c lient() the error message "Fatal
      >> error: Call to undefined function" is returned.[/color]
      >
      > It means that the function is not available (or not enabled) in your
      >PHP setup. What is your version and OS?[/color]

      Thanks for the reply, it's PHP 4.3.4 on Win XP

      --
      bof at bof dot me dot uk

      Comment

      • R. Rajesh Jeba Anbiah

        #4
        Re: stream_socket_c lient() gives fatal error

        bof <nothingread@ho tmail.com> wrote in message news:<r67GkuCPA KnAFwlV@invalid .domain>...[color=blue]
        > In message <abc4d8b8.04050 72049.936fe88@p osting.google.c om>, R. Rajesh
        > Jeba Anbiah <ng4rrjanbiah@r ediffmail.com> writes[color=green]
        > >bof <nothingread@ho tmail.com> wrote in message
        > >news:<V3TZnIGo 32mAFwLe@invali d.domain>...[color=darkred]
        > >> When attempting to use stream_socket_c lient() the error message "Fatal
        > >> error: Call to undefined function" is returned.[/color]
        > >
        > > It means that the function is not available (or not enabled) in your
        > >PHP setup. What is your version and OS?[/color]
        >
        > Thanks for the reply, it's PHP 4.3.4 on Win XP[/color]

        See <http://in2.php.net/stream_socket_c lient> which clearly shows
        "(PHP 5)" which means, it is only available on PHP 5.

        --
        | Just another PHP saint |
        Email: rrjanbiah-at-Y!com

        Comment

        • bof

          #5
          Re: stream_socket_c lient() gives fatal error

          In message <abc4d8b8.04051 02302.356b7c6f@ posting.google. com>, R. Rajesh
          Jeba Anbiah <ng4rrjanbiah@r ediffmail.com> writes[color=blue]
          >bof <nothingread@ho tmail.com> wrote in message
          >news:<r67GkuCP AKnAFwlV@invali d.domain>...[color=green]
          >> In message <abc4d8b8.04050 72049.936fe88@p osting.google.c om>, R. Rajesh
          >> Jeba Anbiah <ng4rrjanbiah@r ediffmail.com> writes[color=darkred]
          >> >bof <nothingread@ho tmail.com> wrote in message
          >> >news:<V3TZnIGo 32mAFwLe@invali d.domain>...
          >> >> When attempting to use stream_socket_c lient() the error message "Fatal
          >> >> error: Call to undefined function" is returned.
          >> >
          >> > It means that the function is not available (or not enabled) in your
          >> >PHP setup. What is your version and OS?[/color]
          >>
          >> Thanks for the reply, it's PHP 4.3.4 on Win XP[/color]
          >
          > See <http://in2.php.net/stream_socket_c lient> which clearly shows
          >"(PHP 5)" which means, it is only available on PHP 5.[/color]

          Thanks, missed that somehow when I was poking around

          --
          bof at bof dot me dot uk

          Comment

          Working...