internals:review_comments

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
internals:review_comments [2013/10/14 13:45] – new section about PECL checks abinternals:review_comments [2013/10/14 13:47] – [PECL site conformity] ab
Line 153: Line 153:
 . for version string compliance in package.xml and the extension source code. The following should be defined in one of the extension header files . for version string compliance in package.xml and the extension source code. The following should be defined in one of the extension header files
  
-  #define PHP_FOO_VERSION "1.2.3"+  #define PHP_EXTNAME_VERSION "1.2.3"
  
-This macros has to be used within your extname_module_entry to indicate the extension version.+This macros has to be used within your extname_module_entry to indicate the extension version. The version string in both package.xml and the defined macros have to match. The work of adding that macros could be already done when using ext_skel on PHP versions as of 5.4.21 or 5.5.5.
internals/review_comments.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1