php-windows Digest 22 Aug 2010 19:32:12 -0000 Issue 3856
Topics (messages 30310 through 30310):
Re: PHP versions and extensions
30310 by: Pierre Joye
Administrivia:
To subscribe to the digest, e-mail:
php-windows-digest-subscr...@lists.php.net
To unsubscribe from the digest, e-mail:
php-windows-digest-unsubscr...@lists.php.net
To post to the list, e-mail:
php-wind...@lists.php.net
----------------------------------------------------------------------
--- Begin Message ---
2010/8/22 Tomasz Krawczyk <tomkr...@gmail.com>:
> On some pages I see extensions builds for every PHP release. Let say
> extension abc-1.2.3-php-5.3.0, abc-1.2.3-php-5.3.1 and so on. On other pages
> I see extension builds for every minor PHP version f.e. xyz-9.8.7-php5.0,
> xyz-9.8.7-php5.1 and so on.
>
> Extensions need php5.lib or php5ts.lib to compile. So the question is if
> list of exported functions by php5.dll and php5ts.dll is constant for every
> PHP release or for every minor version?
It means the extension version 1.2.3, compiled for php 5.3. There is
no difference and should not have any between 5.3.1 or 5.3.3 (or any
other 5.3.x). Only 5.2.6 and later are not compatible with 5.2.5 or
earlier.
For example, I always use x.y.y-5.3/5.2 for my builds
(http://downloads.php.net/pierre/).
Cheers,
--
Pierre
@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
--- End Message ---