summaryrefslogtreecommitdiff
path: root/ext/yaz/php_yaz.c
Commit message (Collapse)AuthorAgeFilesLines
* Indentation;)Adam Dickmeiss2002-04-191-1/+1
|
* fix warningAdam Dickmeiss2002-04-191-1/+2
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Implemented yaz_schema. Cleanup. 1.8 YAZ requiredAdam Dickmeiss2002-02-271-161/+85
|
* Fixes in MARC decoder (base adress, DANmarc case).Adam Dickmeiss2002-02-011-175/+175
|
* New function yaz_es_result: Z395.0 Extended Services Result.Adam Dickmeiss2002-01-171-1/+58
| | | | | ----------------------------------------------------------------------
* Removal of non-essential parameters for non-piggyback search.Adam Dickmeiss2002-01-011-19/+11
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* proto fixHartmut Holzgraefe2001-12-041-2/+2
|
* Fixed thread-safe compile. Thanks to Jani Taskinen.Adam Dickmeiss2001-10-131-3/+7
|
* Fix backwards source compatibility.Adam Dickmeiss2001-10-131-1/+5
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* Undo Z_ subst for sapi and ext/yazJeroen van Wolffelaar2001-09-271-30/+30
|
* 3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now.Jeroen van Wolffelaar2001-09-261-5/+5
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-30/+30
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* fix def.Daniel Beulshausen2001-09-071-1/+1
|
* Added yaz_sort. Updates for ZTS.Adam Dickmeiss2001-08-101-48/+237
|
* ZTS updates.Adam Dickmeiss2001-08-071-103/+122
|
* Zend compatibility patchZeev Suraski2001-07-301-8/+0
|
* Function yaz_record handles MARC records that have identifers in 00X.Adam Dickmeiss2001-07-191-1/+10
|
* The extension name seems to be usually totally lower-cased.foobar2001-06-241-1/+1
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-1/+2
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* Added array options for yaz_connect: user, group, password, cookie,Adam Dickmeiss2001-05-301-90/+125
| | | | | proxy, and persistent.
* Fixed bug where yaz_connect could fail in cases where it shouldn't.Adam Dickmeiss2001-05-301-5/+5
|
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* Timeout setting for yaz_wait. Force call by reference for yaz_ccl_parseAdam Dickmeiss2001-04-301-40/+81
| | | | | and yaz_scan_result.
* Function yaz_record returns database for record if type is "database".Adam Dickmeiss2001-04-181-2/+14
|
* Added yaz_database. Option bit ExtendedServices set for InitRequest.Adam Dickmeiss2001-03-131-6/+52
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Yet another bug fix regarding present.Adam Dickmeiss2001-02-201-6/+9
|
* Bug fix: number of records in yaz_range wrongly set to zero.Adam Dickmeiss2001-02-191-4/+5
|
* Bug fix: Record retrieval (present) is termiated on error.Adam Dickmeiss2001-02-131-3/+2
|
* Implemented yaz_present, yaz_scan, yaz_scan_result, yaz_ccl_conf,Adam Dickmeiss2001-02-121-52/+675
| | | | | yaz_ccl_parse and yaz_itemorder. Updated documentation.
* Fixed problem with looping present requests for Isite targets.Adam Dickmeiss2001-01-301-5/+20
|
* Updated for ZTS mode.Adam Dickmeiss2000-11-011-21/+115
|
* made yaz compile under windowsDaniel Beulshausen2000-10-211-29/+7
|
* Added support for username, group and password for function yaz_connect.Adam Dickmeiss2000-08-111-13/+57
|
* C++ // comments are evil ...Hartmut Holzgraefe2000-06-161-1/+1
|
* Make yaz compilable as shared module.Sascha Schumann2000-06-101-2/+2
|
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-11/+11
|
* Added extension YAZ (Z39.50 client role).Adam Dickmeiss2000-05-251-0/+1598