]> TLD Linux GIT Repositories - packages/php.git/blob - php-fileinfo.patch
- updated to 5.4.45
[packages/php.git] / php-fileinfo.patch
1 --- php-5.4.17.orig/ext/fileinfo/php_fileinfo.h 2013-07-03 06:10:53.000000000 +0000
2 +++ php-5.4.17/ext/fileinfo/php_fileinfo.h      2013-07-18 14:37:33.000000000 +0000
3 @@ -24,7 +24,7 @@
4  extern zend_module_entry fileinfo_module_entry;
5  #define phpext_fileinfo_ptr &fileinfo_module_entry
6  
7 -#define PHP_FILEINFO_VERSION "1.0.5"
8 +#define PHP_FILEINFO_VERSION "1.0.5-dev"
9  
10  #ifdef PHP_WIN32
11  #define PHP_FILEINFO_API __declspec(dllexport)