5 |
Release 7.2 30-Apr-07 |
Release 7.2 30-Apr-07 |
6 |
--------------------- |
--------------------- |
7 |
|
|
8 |
Correction to the notes for 7.1: the note about shared libraries for Windows is |
Correction to the notes for 7.1: the note about shared libraries for Windows is |
9 |
wrong. Previously, three libraries were built, but each could function |
wrong. Previously, three libraries were built, but each could function |
10 |
independently. For example, the pcreposix library also included all the |
independently. For example, the pcreposix library also included all the |
11 |
functions from the basic pcre library. The change is that the three libraries |
functions from the basic pcre library. The change is that the three libraries |
12 |
are no longer independent. They are like the Unix libraries. To use the |
are no longer independent. They are like the Unix libraries. To use the |
13 |
pcreposix functions, for example, you need to link with both the pcreposix and |
pcreposix functions, for example, you need to link with both the pcreposix and |
14 |
the basic pcre library. |
the basic pcre library. |
15 |
|
|
16 |
|
|