php 4.0.6 will das nicht fressen...

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

  • php 4.0.6 will das nicht fressen...

    Hi,

    hab folgendes problem und zwar habe ich PHP4.0.6 installiert und bekomme immer nur einen error in folgender line.

    if (headers_sent() || connection_timeout() || connection_aborted()){ bla }

    sprich connection_timeout wird nicht erkannt .. und wohl connection_aborted ebenfalsl nicht... geht das in 4.0.6 nicht mehr? wenn ja wie kann ich das umgehen oder wie lauten die sachen in php4.0.6?

    Danke!

  • #2
    http://www.zend.com/manual/function....on-timeout.php

    Kommentar


    • #3
      oh.. also hatte ich in etwa doch die richtige vermutung... gibts einen anderen befehl der genau die gleiche wirkung hat? ...

      Kommentar


      • #4
        once again:
        http://www.zend.com/manual/function....on-timeout.php
        last line:
        =>See the Connection Handling description in the Features chapter for a complete explanation.

        try a mouseclick on "Connection Handling" and - magically - there it is - at the last paragraph:
        You can also check both states in a single call by using the connection_status(). This function returns a bitfield of the active states. So, if both states are active it would return 3, for example.
        those about to read salute you
        (not to take too seriously )
        greets,
        sonja

        Kommentar


        • #5
          ah, hehe
          okay, thanks alot.

          Kommentar

          Lädt...
          X