Re: PHP versions and extensions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2010/8/22 Tomasz Krawczyk <tomkrawc@xxxxxxxxx>:
> 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

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux