mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Use PHP_VERSION for exif
This commit is contained in:
parent
1195de87ff
commit
74124de048
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue