mazzanet                Tue Jun  7 07:45:42 2005 EDT

  Modified files:              
    /phpdoc/entities    global.ent 
    /phpdoc/en/reference/exif/functions exif-read-data.xml 
  Log:
  Closes #32986
  
http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.222&r2=1.223&ty=u
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.222 phpdoc/entities/global.ent:1.223
--- phpdoc/entities/global.ent:1.222    Thu May 12 12:58:24 2005
+++ phpdoc/entities/global.ent  Tue Jun  7 07:45:42 2005
@@ -1,6 +1,6 @@
 <!-- -*- SGML -*-
 
- $Id: global.ent,v 1.222 2005/05/12 16:58:24 nlopess Exp $
+ $Id: global.ent,v 1.223 2005/06/07 11:45:42 mazzanet Exp $
 
  Contains global "macros" for all the XML documents.
 
@@ -71,6 +71,7 @@
 <!ENTITY url.email.book 
"http://www.oreilly.com/catalog/progintemail/noframes.html";>
 <!ENTITY url.example "www.example.com">
 <!ENTITY url.example.http "http://www.example.com/";>
+<!ENTITY url.exifspec "http://exif.org/Exif2-2.PDF";>
 <!ENTITY url.expat "http://www.jclark.com/xml/expat.html";>
 <!ENTITY url.expat.rpm "http://sourceforge.net/projects/expat/";>
 <!ENTITY url.exslt "http://www.exslt.org/";>
http://cvs.php.net/diff.php/phpdoc/en/reference/exif/functions/exif-read-data.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/exif/functions/exif-read-data.xml
diff -u phpdoc/en/reference/exif/functions/exif-read-data.xml:1.7 
phpdoc/en/reference/exif/functions/exif-read-data.xml:1.8
--- phpdoc/en/reference/exif/functions/exif-read-data.xml:1.7   Mon Nov  1 
16:14:41 2004
+++ phpdoc/en/reference/exif/functions/exif-read-data.xml       Tue Jun  7 
07:45:42 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.78 -->
 <refentry id="function.exif-read-data">
  <refnamediv>
@@ -53,6 +53,11 @@
    is available in both cases so it should be used in preference to the value
    in IFD0 section.
   </para>
+  <para>
+   <function>exif_read_data</function> also validates EXIF data tags according
+   to the EXIF specification (<ulink
+   url="&url.exifspec;">&url.exifspec;</ulink>, page 20).
+  </para>
   <note>
    <para>
     Windows ME/XP can both wipe the Exif headers when connecting to a camera.

Reply via email to