PHP Libraries and PECL (2 simple questions) BEGINER

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

    #1

    PHP Libraries and PECL (2 simple questions) BEGINER

    Two questions:

    1. Is there a way I can find a list of all available php libraries and
    with which version they can run..?

    2. Using php code, is they a way I can find out if I have loaded a
    specific PECL extension..? (like extension_loade d() for php libraries).

    Any help would be appreciated.

    Thanks.

  • pek

    #2
    Re: PHP Libraries and PECL (2 simple questions) BEGINER


    pek wrote:
    Two questions:
    >
    1. Is there a way I can find a list of all available php libraries and
    with which version they can run..?
    >
    2. Using php code, is they a way I can find out if I have loaded a
    specific PECL extension..? (like extension_loade d() for php libraries).
    >
    Any help would be appreciated.
    >
    Thanks.
    Sorry. I meant PEAR instead of PECL..

    Comment

    • otrWalter@gmail.com

      #3
      Re: PHP Libraries and PECL (2 simple questions) BEGINER


      pek wrote:
      Two questions:
      >
      1. Is there a way I can find a list of all available php libraries and
      with which version they can run..?
      That's a tall order.

      If your talking PEAR, this URL will give you such a list...



      If your talking DLL Libraries (for windows)...



      hit the "Windows PHP Extensions" link in the third paragraph.

      If your talking Linux, I have no idea.

      If your talking about PHP (code iclude) Libraries, there are too many
      to count. YOu just have to search the 'net.

      2. Using php code, is they a way I can find out if I have loaded a
      specific PECL extension..? (like extension_loade d() for php libraries).
      Yes, change PECL to PEAR...

      interesting question. Beyong looking in the PEAR directory...

      I'd like to see an answer to that one as well.

      Walter

      Comment

      • pek

        #4
        Re: PHP Libraries and PECL (2 simple questions) BEGINER


        otrWalter@gmail .com wrote:
        pek wrote:
        Two questions:

        1. Is there a way I can find a list of all available php libraries and
        with which version they can run..?
        >
        That's a tall order.
        >
        If your talking PEAR, this URL will give you such a list...
        >

        >
        If your talking DLL Libraries (for windows)...
        >

        >
        hit the "Windows PHP Extensions" link in the third paragraph.
        >
        If your talking Linux, I have no idea.
        >
        If your talking about PHP (code iclude) Libraries, there are too many
        to count. YOu just have to search the 'net.
        >
        >
        2. Using php code, is they a way I can find out if I have loaded a
        specific PECL extension..? (like extension_loade d() for php libraries).
        >
        Yes, change PECL to PEAR...
        >
        interesting question. Beyong looking in the PEAR directory...
        >
        I'd like to see an answer to that one as well.
        >
        Walter
        Thank you for your help.. ;)

        Comment

        • pek

          #5
          Re: PHP Libraries and PECL (2 simple questions) BEGINER


          otrWalter@gmail .com wrote:
          pek wrote:
          Two questions:

          1. Is there a way I can find a list of all available php libraries and
          with which version they can run..?
          >
          That's a tall order.
          >
          If your talking PEAR, this URL will give you such a list...
          >

          >
          If your talking DLL Libraries (for windows)...
          >

          >
          hit the "Windows PHP Extensions" link in the third paragraph.
          >
          If your talking Linux, I have no idea.
          >
          If your talking about PHP (code iclude) Libraries, there are too many
          to count. YOu just have to search the 'net.
          >
          >
          2. Using php code, is they a way I can find out if I have loaded a
          specific PECL extension..? (like extension_loade d() for php libraries).
          >
          Yes, change PECL to PEAR...
          >
          interesting question. Beyong looking in the PEAR directory...
          >
          I'd like to see an answer to that one as well.
          >
          Walter
          Thank you for your help.. ;)

          Comment

          Working...