rfc:peclversioning

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
rfc:peclversioning [2008/04/02 16:30] sfoxrfc:peclversioning [2008/04/02 16:31] sfox
Line 4: Line 4:
 Currently, PECL versioning is fairly anarchic. It is impossible to determine the status of an extension, or whether an update will break binary compatibility with previous versions (or work with a given PHP release) without a long try-&-fail process. Windows PECL binaries should have reliable version information in the DLL resources (physically visible in the file properties) as well as at runtime (through phpinfo(), phpversion('extname') etc.). Some of the processes in php.net that currently use hard-coded lists could also benefit from a standardized versioning process. This problem has to be fixed to bring PECL to a higher quality and reliability level. Currently, PECL versioning is fairly anarchic. It is impossible to determine the status of an extension, or whether an update will break binary compatibility with previous versions (or work with a given PHP release) without a long try-&-fail process. Windows PECL binaries should have reliable version information in the DLL resources (physically visible in the file properties) as well as at runtime (through phpinfo(), phpversion('extname') etc.). Some of the processes in php.net that currently use hard-coded lists could also benefit from a standardized versioning process. This problem has to be fixed to bring PECL to a higher quality and reliability level.
  
-There is actually two RFCs (proposals) to deal with version number in PECL and for the PHP extension in general (core).+There are actually two RFCs (proposals) to deal with version numbering in PECL and for core PHP extensions in general.
  
   * [[peclversioning/solution1|Base proposal]] by Steph Fox   * [[peclversioning/solution1|Base proposal]] by Steph Fox
   * [[peclversioning/solution2|Extended proposal]]  by Pierre A. Joye   * [[peclversioning/solution2|Extended proposal]]  by Pierre A. Joye
  
rfc/peclversioning.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1