undefined function: exif_thumbnail()

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jean-Claude

    #1

    undefined function: exif_thumbnail()

    Hello,
    the doc says that the function 'exif_thumbnail ' is enable in php4.3 (my
    version) but I've the message 'undefined function' when I use it. Why ? Any
    idea ?
    I've the gd lib even it's not necessary.

    Thanks
    Jean-Claude


  • purcaholic

    #2
    Re: undefined function: exif_thumbnail( )

    On 7 Jul., 08:47, "Jean-Claude" <repondreenfo.. .@wanadoo.frwro te:
    Hello,
    the doc says that the function 'exif_thumbnail ' is enable in php4.3 (my
    version) but I've the message 'undefined function' when I use it. Why ? Any
    idea ?
    I've the gd lib even it's not necessary.
    >
    Thanks
    Jean-Claude
    Hi,

    it seems, that youre PHP is compiled without exif or exif is disabled.
    Yust load the extension using dl(php_exif.so) or dl(php_exif.dll ) on
    Windows OS. Exif reqires on Windows also the mbstring extension.

    purcaholic

    Comment

    • Jean-Claude

      #3
      Re: undefined function: exif_thumbnail( )


      "purcaholic " <purcaholic@goo glemail.coma écrit dans le message de news:
      1183796607.6635 64.43240@n2g200 0h...legrou ps.com...
      On 7 Jul., 08:47, "Jean-Claude" <repondreenfo.. .@wanadoo.frwro te:
      Hello,
      the doc says that the function 'exif_thumbnail ' is enable in php4.3 (my
      version) but I've the message 'undefined function' when I use it. Why ?
      Any
      idea ?
      I've the gd lib even it's not necessary.

      Thanks
      Jean-Claude
      >
      Hi,
      >
      it seems, that youre PHP is compiled without exif or exif is disabled.
      Yust load the extension using dl(php_exif.so) or dl(php_exif.dll ) on
      Windows OS. Exif reqires on Windows also the mbstring extension.
      >
      purcaholic
      >
      Ok, I've added extensions exif and mbstring to the php.ini so that
      exif_thumbnail is defined.
      Thank you.


      Comment

      Working...