undefined function - http_post_fields()

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • undefined function - http_post_fields()

    moin moin,

    ich hab n prob mit http_post_fields()

    Code:
    Fatal error: Call to undefined function http_post_fields() in F:\XAMPP HTDOCS\scripts\test.php on line 6
    Mein webserver isn XAMPP auf win ...
    woran könnt das liegen?
    im manual steht ma dass die funktion standartmäßig drinnen is und dasses nur auf linux geht setht da auch nich

    weiß jemand was?

    Schonmal thx

    leb0rtran

  • #2
    für mich sieht das so aus, als wäre das ne PECL Erweiterung, sprich installiere die erweiterung un die Funktion läuft

    Kommentar


    • #3
      http_post_fields

      (PECL pecl_http:0.10.0-1.5.5)
      ist ein PECL-Paket

      MfG
      Freedom is a state of mind. Not a state in which we live.

      troxdev.ch | animefieber

      Kommentar


      • #4
        hab mir ma http://pecl.php.net/get/pecl_http-1.6.0.tgz geladen

        nur wie installier ich das nu?

        Kommentar


        • #5
          Indem du das manual dazu liest.
          http://ch2.php.net/manual/en/install.pecl.php
          Freedom is a state of mind. Not a state in which we live.

          troxdev.ch | animefieber

          Kommentar


          • #6
            so ...
            hab jetzt mal versucht dasd zum laufen zu bringen, bin aber gescheitert

            im xampp hab ich die komplielierte dll gefunden, in "xampp\php\extensions\php_http.dll"
            und in der php.ini war der eintrag dazu auch da, nur mit nem ";" davor
            also hab ich das ma entfernt, jetzt steht in der php.ini "extension=php_http.dll"

            müsste doch eig alles stimmen, soweit ich das bis jetzt verstanden hab?
            apache ahb ich danach auch neu gestartet ...

            Kommentar


            • #7
              Was sagt phpinfo() ?
              Die Regeln | rtfm | register_globals | strings | SQL-Injections | [COLOR=silver][[/COLOR][COLOR=royalblue]–[/COLOR][COLOR=silver]][/COLOR]

              Kommentar


              • #8
                was fürn eintrag?



                PHP Extension 20060613
                extension_dir E:\xampp\php\ext\ E:\xampp\php\ext\

                -->falsches dir oder?
                aber sonst hat alles gestimmt wie ichs gemacht hab oder?


                ... in xampp\php\ext\ isses auchd rinnen, also wirds wohn nich am dir liegen oder?
                Zuletzt geändert von leb0rtran; 24.02.2008, 16:35.

                Kommentar


                • #9
                  oder is in meinem script was falsch?

                  PHP-Code:
                  <?php

                  $url 
                  'andy-server/scripts/script.php';
                  $data['key'] = 'test-variable-key';

                  $req http_post_fields($url $data);

                  echo 
                  $req;

                  ?>
                  muss ich vlt noch irgentwas includen oder?

                  Kommentar

                  Lädt...
                  X