FTP extensions in PHP

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default FTP extensions in PHP

    Hello,

    Is there any simple way to see if FTP extensions are compiled into the PHP
    module that I'm using? I want to add a Squirrelmail plugin that requires
    FTP extensions, but cannot determine if I need to re-compile.

    Thanks in advance

    Mairhtin O'Feannag
    Mairhtin O'Feannag Guest

  2. Similar Questions and Discussions

    1. CFC Extensions
      I am trying to create CFC files for an application. However no matter how I create the file it does not show up in the Components list in the...
    2. Can't use Extensions
      Hi, I am a new DW user, using DW MX 2004, I know what the extensions are supposed to do, I have a site coded, but for some reason, I can't find how...
    3. Where are my extensions in DW8?
      Where are my extensions in DW8? I'd like my desktop extensions to be in sync with my notebook. I can't find them physically in my DW8...
    4. [PHP-DEV] extensions in 4.3.x
      I've got an extension which was written for 4.1/4.2, and everything worked great. I've just (by accident of me not paying attention to an apt-get...
    5. VS.NET EXTENSIONS.
      Hi Guys, I could not connect to IIS Web Server with VS .NET IDE. Could you find me the solution Thanks in Advance, Asfhan
  3. #2

    Default Re: FTP extensions in PHP

    "Mairhtin O'Feannag" <irishboyca@rocketmail.com> wrote:
    > Is there any simple way to see if FTP extensions are compiled into the
    > PHP module that I'm using? I want to add a Squirrelmail plugin that
    > requires FTP extensions, but cannot determine if I need to re-compile.
    Hi Mairhtin,

    phpinfo()

    JOn
    Jon Kraft Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139