* Now support php70 and maybe php71.
1.2.1
* Use YAZ 5 for Windows build.
* Fix "l" args for yaz_range and yaz_record.
1.2.0
* Updates for PHP 7. Still works with PHP 5 series.
1.1.9:
Fix compilation for older YAZ versions. Tests part of package.
1.1.8:
Update LICENSE to Revised BSD (same as YAZ itself).
1.1.7:
Add yaz_cql_parse + yaz_cql_conf.
1.1.6:
Fix Bug #64773: error define in php_yaz.c.
1.1.5:
Avoid type conversion for ZVALs (yaz_range). Use zend_parse_parameters with
proper types.
1.1.4:
Avoid deprecated pval_destructor.
1.1.3:
Allow sru_verson to be set via yaz_connect. Fixed bad memory reference in
yaz_es_result
1.1.2:
Updates for PHP 5.4
Drop ${PHP_BASE_VARS} from PKGVERSION by default.
It used to be required to support multiple php version.
But after PHP version based ${PHP_PKG_PREFIX} was introduced,
such trick is not required anymore.
In addition to this, such version name schme invokes unwanted version bump
when base php version is bumped, plus, such version scheme is hard to
use for DEPENDS pattern.
To avoid downgrading of package using such legacy version scheme,
PECL_LEGACY_VERSION_SCHEME is introduced.
If it is defined, current version scheme is still used for currently
supported PHP version (5 and 53), but instead of ${PHP_BASE_VARS},
current fixed PHP base version in pkgsrc is used to avoid unwanted version bump
from update of PHP base package.
With newer PHP (54, or so on), new version scheme will be used if
it is defined.
This trick will not be required and should be removed after php5 and php53 will
be gone away from pkgsrc.
This fix this package build with latest net/yaz package.
Changes:
1.0.14 Allow sru_verson to be set via yaz_connect. Fixed bad memory
reference in yaz_es_result
1.0.13 Fixed yaz_present that could use use yaz_range values from
old session
1.0.12 Fixed argument parsing for yaz_ccl_parse
1.0.11 Fixes for windows
1.0.10 CCL stop word facility
1.0.9 Updated for YAZ 3.0. Shutdown/setting fixes
1.0.8 Updated for YAZ 2.1.42
Collection.
PHP is a programming language designed to be embedded into web pages.
This module implements a Z39.50 client for PHP using the YAZ toolkit.