summaryrefslogtreecommitdiff
path: root/ext/yaz
Commit message (Expand)AuthorAgeFilesLines
* fix typofoobar2002-09-201-1/+1
* Added check for yaz version into configure.foobar2002-09-201-0/+10
* Remove compatibility for old YAZ versions (use ZOOM API only)Adam Dickmeiss2002-09-191-1569/+12
* New option for yaz_connect: charsetAdam Dickmeiss2002-09-191-1/+6
* Bug fix: dont cache connection if proxy setting have changedAdam Dickmeiss2002-08-301-0/+1
* Make options piggyback and timeout work with ZOOMAdam Dickmeiss2002-08-191-0/+9
* Fixed proxy setting for ZOOMAdam Dickmeiss2002-07-301-0/+2
* Make PHP part of Z39.50 implementation nameAdam Dickmeiss2002-07-291-0/+1
* Use type ext rather than raw for ZOOM record fetchAdam Dickmeiss2002-07-291-1/+1
* Nuke unused variablefoobar2002-07-131-1/+0
* Fix ZTS buildfoobar2002-07-122-12/+7
* yaz.max_links, yaz_log_file setting. User-defined Other InfoAdam Dickmeiss2002-07-112-28/+52
* Include YAZ support libs (if any)Adam Dickmeiss2002-07-111-0/+5
* Use ZOOM API for newer YAZ versions.Adam Dickmeiss2002-06-021-26/+423
* report error when YAZ cannot be foundAdam Dickmeiss2002-06-021-0/+2
* Indentation;)Adam Dickmeiss2002-04-191-1/+1
* fix warningAdam Dickmeiss2002-04-191-1/+2
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-8/+0
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-8/+1
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
* Implemented yaz_schema. Cleanup. 1.8 YAZ requiredAdam Dickmeiss2002-02-272-161/+86
* 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-172-1/+59
* Removal of non-essential parameters for non-piggyback search.Adam Dickmeiss2002-01-011-19/+11
* Update headers.Sebastian Bergmann2001-12-112-4/+4
* proto fixHartmut Holzgraefe2001-12-041-2/+2
* Unified the configure messages.foobar2001-11-301-2/+4
* Use PHP_ADD_LIBRARY_DEFER and PHP_ADD_LIBPATH instead ofAdam Dickmeiss2001-11-081-2/+12
* 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
* 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 isn'...Jeroen van Wolffelaar2001-09-251-30/+30
* - 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-102-48/+238
* ZTS updates.Adam Dickmeiss2001-08-072-103/+142
* 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
* Remove .libs in path to libyaz.la to make libtool 1.4 happy.Adam Dickmeiss2001-06-071-0/+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
* Added array options for yaz_connect: user, group, password, cookie,Adam Dickmeiss2001-05-301-90/+125
* 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
* 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-132-6/+53