Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #17202

Re: prob with exec, exiftool and one photo

Path csiph.com!aioe.org!news.mixmin.net!weretis.net!feeder4.news.weretis.net!feeder5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From "Christoph M. Becker" <cmbecker69@arcor.de>
Newsgroups comp.lang.php
Subject Re: prob with exec, exiftool and one photo
Date Tue, 13 Dec 2016 17:28:15 +0100
Organization solani.org
Lines 36
Message-ID <o2p7in$md4$1@solani.org> (permalink)
References <o2p6o9$pgl$1@shakotay.alphanet.ch>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
X-Trace solani.org 1481646487 22948 eJwFwYEBwDAEBMCVKP9hHBX2HyF3MCr7OEHHYtOz75jZnTox7SG62RD5EvuXbmQaQkkTlj8cSxCE (13 Dec 2016 16:28:07 GMT)
X-Complaints-To abuse@news.solani.org
NNTP-Posting-Date Tue, 13 Dec 2016 16:28:07 +0000 (UTC)
User-Agent Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1
Cancel-Lock sha1:lC3EwWLgvyrf9drmQEmcxgQ2kZE=
In-Reply-To <o2p6o9$pgl$1@shakotay.alphanet.ch>
X-User-ID eJwFwYEBwDAEBMCViPeNcRD2H6F3blT2Bzrh62sj3LNVdzJEDq0ohn0vRkeAVHXkabT3Df4exxDy
X-NNTP-Posting-Host eJwFwYERgDAIA8CVIoFwjKOl2X8E/4t6dDpVynLZkvICl2kY8TG0bqObu9szVL3MygnEwQ8QfBBD
Xref csiph.com comp.lang.php:17202

Show key headers only | View raw


On 13.12.2016 at 17:14, Une Bévue wrote:

> i need to read exif infos from those files using the php script :
> 
> […]
>
> however for the photo '20161202_085945.jpg' the php script returns
> nothing even no error althought I'm able, on terminal to retrieve those
> datas :
> $ /usr/local/bin/exiftool
> /Users/yt/Sites/tests/Flipping_image/photos/20161202_085945.jpg
> ExifTool Version Number         : 10.20
> File Name                       : 20161202_085945.jpg
> Directory                       :
> /Users/yt/Sites/tests/Flipping_image/photos
> File Size                       : 1128 kB
> File Modification Date/Time     : 2016:12:12 10:01:18+01:00
> 
> [...]
> 
> Field Of View                   : 60.3 deg
> Focal Length                    : 3.7 mm (35 mm equivalent: 31.0 mm)
> Hyperfocal Distance             : 1.47 m
> 
> 
> the only difference I see is the weight of this photo (1,1MB, the other
> being less than 0.7MB)
> 
> then i need some light in order to find what is broken here.

Due to security fixes in PHP 5.6.24 and 7.0.9 some of the Exif
funtionality has been broken.  So, which PHP version do you use?

-- 
Christoph M. Becker

Back to comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

prob with exec, exiftool and one photo Une Bévue <unbewusst.sein@fai.invalid> - 2016-12-13 17:14 +0100
  Re: prob with exec, exiftool and one photo Une Bévue <unbewusst.sein@fai.invalid> - 2016-12-13 17:15 +0100
  Re: prob with exec, exiftool and one photo "Christoph M. Becker" <cmbecker69@arcor.de> - 2016-12-13 17:28 +0100
    Re: prob with exec, exiftool and one photo Une Bévue <unbewusst.sein@fai.invalid> - 2016-12-13 18:23 +0100
      Re: prob with exec, exiftool and one photo "Christoph M. Becker" <cmbecker69@arcor.de> - 2016-12-14 00:19 +0100
  Re: prob with exec, exiftool and one photo "R.Wieser" <address@not.available> - 2016-12-13 18:03 +0100
    Re: prob with exec, exiftool and one photo Une Bévue <unbewusst.sein@fai.invalid> - 2016-12-13 18:28 +0100
  Re: prob with exec, exiftool and one photo "J.O. Aho" <user@example.net> - 2016-12-13 23:42 +0100
    Re: prob with exec, exiftool and one photo Une Bévue <unbewusst.sein@fai.invalid> - 2016-12-14 07:02 +0100
      Re: prob with exec, exiftool and one photo Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-12-14 17:37 +0100
        Re: prob with exec, exiftool and one photo Une Bévue <unbewusst.sein@fai.invalid> - 2016-12-14 18:13 +0100
  [BADLY SOLVED]: prob with exec, exiftool and one photo Une Bévue <unbewusst.sein@fai.invalid> - 2016-12-14 08:11 +0100
    Re: [BADLY SOLVED]: prob with exec, exiftool and one photo Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-12-14 17:43 +0100
      Re: [BADLY SOLVED]: prob with exec, exiftool and one photo Une Bévue <unbewusst.sein@fai.invalid> - 2016-12-14 18:24 +0100
        Re: [BADLY SOLVED]: prob with exec, exiftool and one photo Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-12-14 19:57 +0100
      Re: [BADLY SOLVED]: prob with exec, exiftool and one photo "R.Wieser" <address@not.available> - 2016-12-14 19:01 +0100
        Re: [BADLY SOLVED]: prob with exec, exiftool and one photo Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-12-14 19:39 +0100
          Re: [BADLY SOLVED]: prob with exec, exiftool and one photo "R.Wieser" <address@not.available> - 2016-12-17 09:11 +0100
            Re: [BADLY SOLVED]: prob with exec, exiftool and one photo Jerry Stuckle <jstucklex@attglobal.net> - 2016-12-17 09:33 -0500
        Re: [BADLY SOLVED]: prob with exec, exiftool and one photo Une Bévue <unbewusst.sein@fai.invalid> - 2016-12-15 06:19 +0100
    Re: [BADLY SOLVED]: prob with exec, exiftool and one photo Eli the Bearded <*@eli.users.panix.com> - 2016-12-14 22:19 +0000
      Re: [BADLY SOLVED]: prob with exec, exiftool and one photo Une Bévue <unbewusst.sein@fai.invalid> - 2016-12-15 06:30 +0100
      [UNSOLVABLE]: prob with exec, exiftool and one photo Une Bévue <unbewusst@fai.invalid> - 2016-12-17 08:08 +0100
        Re: [UNSOLVABLE]: prob with exec, exiftool and one photo "R.Wieser" <address@not.available> - 2016-12-17 09:26 +0100
          Re: [UNSOLVABLE]: prob with exec, exiftool and one photo Une Bévue <unbewusst.sein@fai.invalid> - 2016-12-17 10:45 +0100
            Re: [UNSOLVABLE]: prob with exec, exiftool and one photo "R.Wieser" <address@not.available> - 2016-12-17 11:41 +0100
              Re: [UNSOLVABLE]: prob with exec, exiftool and one photo Une Bévue <unbewusst.sein@fai.invalid> - 2016-12-17 17:39 +0100
                Re: [UNSOLVABLE]: prob with exec, exiftool and one photo "R.Wieser" <address@not.available> - 2016-12-18 10:27 +0100
                Re: [UNSOLVABLE]: prob with exec, exiftool and one photo Une Bévue <unbewusst.sein@fai.invalid> - 2016-12-21 11:36 +0100
                Re: [UNSOLVABLE]: prob with exec, exiftool and one photo "R.Wieser" <address@not.available> - 2016-12-21 16:58 +0100
                Re: [UNSOLVABLE]: prob with exec, exiftool and one photo Une Bévue <unbewusst.sein@fai.invalid> - 2016-12-22 07:08 +0100

csiph-web