Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
Fix yaz_scan - 3 args gives SEGV PHPYAZ-34
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
Problems found with existing digests:
Package haproxy distfile haproxy-1.5.14.tar.gz
159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]
Problems found locating distfiles:
Package bsddip: missing distfile bsddip-1.02.tar.Z
Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
Package djbdns: missing distfile djbdns-cachestats.patch
Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
Package gated: missing distfile gated-3-5-11.tar.gz
Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
Package poink: missing distfile poink-1.6.tar.gz
Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
Package waste: missing distfile waste-source.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
|
|
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.
|
|
1.1.0
- Update for YAZ version 4
1.1.1
- Avoid deprecated Zend API.
- Fixes for Windows compilation.
|
|
|
|
|
|
|
|
|
|
were updated.
|
|
|
|
|
|
|
|
corresponding change of ABI.
OK'ed by wiz@ (as was the textproc/icu update).
|
|
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
|
|
|
|
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
|
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.
|