yaz: Changelog

Version Message
1.2.4 Bump for PHP8
1.2.3 Fix for PHP 7.3 API changes, and array_init always succeeds
1.2.2 Fix yaz_scan - 3 args gives SEGV PHPYAZ-34
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
1.1.1 Avoid deprecated Zend API. Fixes for Windows compilation
1.1.0 Update for YAZ version 4
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