OSDN Git Service

Merge remote-tracking branch 'upstream/master' master
authorYoshihiro Yamazaki <yoya@awm.jp>
Tue, 22 Dec 2020 15:05:53 +0000 (00:05 +0900)
committerYoshihiro Yamazaki <yoya@awm.jp>
Tue, 22 Dec 2020 15:05:53 +0000 (00:05 +0900)
1  2 
src/php_swfed.h

diff --cc src/php_swfed.h
  extern zend_module_entry swfed_module_entry;
  #define phpext_swfed_ptr &swfed_module_entry
  
++<<<<<<< HEAD
 +#define PHP_SWFED_VERSION "0.65a" /* Replace with version number for your extention */
++=======
+ #define PHP_SWFED_VERSION "1.01a" /* Replace with version number for your extention */
++>>>>>>> upstream/master
  
  #ifdef PHP_WIN32
  #define PHP_SWFED_API __declspec(dllexport)