PHP versions and extensions

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?

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Tomasz Krawczyk [ So, 22 August 2010 08:30 ] [ ID #2046426 ]

Re: PHP versions and extensions

2010/8/22 Tomasz Krawczyk <tomkrawc [at] 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

[at] 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
Pierre Joye [ So, 22 August 2010 21:31 ] [ ID #2046427 ]
PHP » gmane.comp.php.windows » PHP versions and extensions

Vorheriges Thema: Need Help with database output
Nächstes Thema: How to make FTS3 with SQLite3 and ICU work?