Diff for /embedaddon/php/README.SELF-CONTAINED-EXTENSIONS between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/05/29 12:34:34 version 1.1.1.3, 2014/06/15 20:03:41
Line 153  ADDING SHARED MODULE SUPPORT TO A MODULE Line 153  ADDING SHARED MODULE SUPPORT TO A MODULE
         #ifdef COMPILE_DL_FOO          #ifdef COMPILE_DL_FOO
         ZEND_GET_MODULE(foo)          ZEND_GET_MODULE(foo)
         #endif          #endif
   
   PECL SITE CONFORMITY
   
     If you plan to release an extension to the PECL website, there are several
     points to be regarded.
   
    1. Add LICENSE or COPYING to the package.xml
   
    2. The following should be defined in one of the extension header files
   
           #define PHP_FOO_VERSION "1.2.3"
   
       This macros has to be used within your foo_module_entry to indicate the
       extension version.
   

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


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