summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--ext/exif/php_exif.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8ec24e7a46..011f0f740d 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 7.2.0RC5
+- Exif:
+ . Fixed bug #75301 (Exif extension has built in revision version). (Peter
+ Kokot).
12 Oct 2017, PHP 7.2.0RC4
diff --git a/ext/exif/php_exif.h b/ext/exif/php_exif.h
index 4576c38637..92de6d426b 100644
--- a/ext/exif/php_exif.h
+++ b/ext/exif/php_exif.h
@@ -22,7 +22,7 @@
#if HAVE_EXIF
#include "php_version.h"
-#define PHP_EXIF_VERSION "1.4 $Id: 8bdc0c8f27c2c9dd1f7551f1f9fe3ab57a06a4b1 $"
+#define PHP_EXIF_VERSION PHP_VERSION
extern zend_module_entry exif_module_entry;
#define phpext_exif_ptr &exif_module_entry