| Changelog for yaz |
| Release |
What has changed? |
| 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 |
| 1.0.7 |
Added support for option "sru" in yaz_connect. This is used for HTTP
transport. Takes one of the values "soap", "get", "post".. |
| 1.0.6 |
If a searchresult reference is passed to yaz_hits, the reference
variable is converted to an array. |
| 1.0.5 |
Added support for Z39.50 SearchResult-1 which is allows a client
to get details about hit counts for parts of a query.
Added support for new yaz_connect options, preferredMessageSize and
maximumRecordSize. |
| 1.0.4 |
Added support for yet another record format for yaz_record, array3,
which is optimized for MARC handling. |
| 1.0.3 |
Added support for inspection of xmlUpdate Result.
PHP warnings are issued in more cases. |
| 1.0.2 |
Updates for YAZ 2.0.29 and later.
Fixed in charset conversion code that avoids bad ODR memory ref.
Force first argument ref for yaz_wait. Not second. Patch by Jakub Vrana.
Specify version in zend_module_entry. |
| 1.0.1 |
Reset result set in yaz_connect to avoid bad caching. |
| 1.0 |
Fixed bad declaration. |
| 0.9 |
package.xml added to support intallation using pear installer |