summaryrefslogtreecommitdiff
path: root/ext/yaz/php_yaz.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved ext/yaz to PECL.Wez Furlong2004-04-211-78/+0
|
* New function yaz_es that creates Z39.50 Extended Service Package toAdam Dickmeiss2004-01-261-0/+1
| | | | | facilitate record update, database create, database drop.
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* For YAZ, RSHUTDOWN closes persistent connections that have been idleAdam Dickmeiss2003-10-241-0/+1
| | | | | | more than yaz.keepalive seconds. Default value for config yaz.keepalive is 120 seconds. The shutdown prevents many sockets in CLOSE_WAIT state.
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* 64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave)David Hill2003-03-101-1/+1
|
* ws & CSfoobar2003-02-281-3/+3
|
* Fix functions comments (connection resource rather than connection id).Adam Dickmeiss2003-01-151-0/+2
| | | | | | New functions yaz_set_option and yaz_get_option. Cleanup in yaz_connect.
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Fix ZTS buildfoobar2002-07-121-1/+1
|
* yaz.max_links, yaz_log_file setting. User-defined Other InfoAdam Dickmeiss2002-07-111-13/+5
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Implemented yaz_schema. Cleanup. 1.8 YAZ requiredAdam Dickmeiss2002-02-271-0/+1
|
* New function yaz_es_result: Z395.0 Extended Services Result.Adam Dickmeiss2002-01-171-0/+1
| | | | | ----------------------------------------------------------------------
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Added yaz_sort. Updates for ZTS.Adam Dickmeiss2001-08-101-0/+1
|
* ZTS updates.Adam Dickmeiss2001-08-071-0/+20
|
* Added yaz_database. Option bit ExtendedServices set for InitRequest.Adam Dickmeiss2001-03-131-0/+1
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Implemented yaz_present, yaz_scan, yaz_scan_result, yaz_ccl_conf,Adam Dickmeiss2001-02-121-0/+6
| | | | | yaz_ccl_parse and yaz_itemorder. Updated documentation.
* Updated for ZTS mode.Adam Dickmeiss2000-11-011-0/+4
|
* Added extension YAZ (Z39.50 client role).Adam Dickmeiss2000-05-251-0/+48