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 revision
Previous revision
rfc:peclversioning [2008/04/02 16:31] sfoxrfc:peclversioning [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ===== Request for Comments: PECL Versioning ===== ===== Request for Comments: PECL Versioning =====
  
-=== The Problem === +=== History === 
-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.+PECL versioning has historically been fairly anarchic. This made it impossible to determine the status of an extension, or whether an update would break binary compatibility with previous versions (or work with a given PHP release) without a long try-&-fail process. Some of the processes in php.net that currently use hard-coded lists could also benefit from a standardized versioning process. 
 + 
 +The base proposal was implemented across PECL by April 2008. Only the question of what to do about PHP extensions that are both in PECL and in the PHP core - and usually symlinked - remains open//It would be nice to resolve this before the PHP 5.3.0 release!//
  
 There are actually two RFCs (proposals) to deal with version numbering in PECL and for core PHP extensions in general. 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 +  * [[rfc:peclversioning/solution1|Base proposal]] by Steph Fox 
-  * [[peclversioning/solution2|Extended proposal]]  by Pierre A. Joye+  * [[rfc:peclversioning/solution2|Extended proposal]]  by Pierre A. Joye
  
rfc/peclversioning.1207153914.txt.gz · Last modified: 2017/09/22 13:28 (external edit)