Diff for /embedaddon/php/ext/skeleton/skeleton.c between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2013/07/22 01:32:01 version 1.1.1.3, 2014/06/15 20:03:55
Line 41  zend_module_entry extname_module_entry = { Line 41  zend_module_entry extname_module_entry = {
         PHP_RSHUTDOWN(extname), /* Replace with NULL if there's nothing to do at request end */          PHP_RSHUTDOWN(extname), /* Replace with NULL if there's nothing to do at request end */
         PHP_MINFO(extname),          PHP_MINFO(extname),
 #if ZEND_MODULE_API_NO >= 20010901  #if ZEND_MODULE_API_NO >= 20010901
        "0.1", /* Replace with version number for your extension */        PHP_EXTNAME_VERSION,
 #endif  #endif
         STANDARD_MODULE_PROPERTIES          STANDARD_MODULE_PROPERTIES
 };  };

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>