summaryrefslogtreecommitdiff
path: root/ext/yaz/php_yaz.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved ext/yaz to PECL.Wez Furlong2004-04-211-1876/+0
|
* Allow character set conversion for yaz_record's array method, e.g.Adam Dickmeiss2004-04-061-25/+105
| | | | | yaz_record($id,$pos,"array;charset=marc8,iso-8859-1")
* Use MAKE_STD_ZVAL instead of ALLOC_ZVALAdam Dickmeiss2004-03-151-3/+2
|
* Use ZOOM_resultset_sort for yaz_sort. Require YAZ 2.0.13 or later.Adam Dickmeiss2004-02-231-3/+6
|
* New function yaz_es that creates Z39.50 Extended Service Package toAdam Dickmeiss2004-01-261-19/+160
| | | | | facilitate record update, database create, database drop.
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* For YAZ, RSHUTDOWN closes persistent connections that have been idleAdam Dickmeiss2003-10-241-2/+34
| | | | | | more than yaz.keepalive seconds. Default value for config yaz.keepalive is 120 seconds. The shutdown prevents many sockets in CLOSE_WAIT state.
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
|
* Use new infrastructure.Zeev Suraski2003-08-031-6/+3
| | | | | There are bound to be some messups, please report build/runtime bugs!
* Fix yaz_record, type array to return bibliographic record partAdam Dickmeiss2003-07-301-0/+2
|
* proto fixesAndrey Hristov2003-07-191-18/+18
|
* On Windows, handle YAZ versions that don't export yaz_version.Adam Dickmeiss2003-07-041-0/+12
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Prevent yaz from logging unless yaz.log_file is setAdam Dickmeiss2003-05-301-4/+7
|
* Fix close of log file. Ensure that YAZ log file is reset tooAdam Dickmeiss2003-05-271-3/+1
|
* Display current version as well as compiled versionAdam Dickmeiss2003-05-181-2/+5
|
* Fix yaz_wait. Async mode incorrectly determine resourceAdam Dickmeiss2003-05-141-1/+5
|
* Fix problem with yaz_record in array mode, when record is unavailable.Adam Dickmeiss2003-05-131-14/+16
|
* ws fixfoobar2003-04-281-8/+8
|
* For yaz_wait, when event=>TRUE is specified for array options,Adam Dickmeiss2003-04-281-8/+31
| | | | | | yaz_wait returns when one event occurs. This allows us to perform async operations on many databases. Use OnUpdateInt for PHP4.
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-1/+1
| | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
* YAZ 2.0 or later is required now.foobar2003-02-281-3/+3
|
* ws & CSfoobar2003-02-281-628/+533
|
* TabifyAdam Dickmeiss2003-02-251-142/+142
|
* yaz_search supports query type cqlAdam Dickmeiss2003-02-251-0/+12
|
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-22/+9
| | | | | Changed php_error to php_error_docref.
* Fix functions comments (connection resource rather than connection id).Adam Dickmeiss2003-01-151-43/+135
| | | | | | New functions yaz_set_option and yaz_get_option. Cleanup in yaz_connect.
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Close log file on shutdown.Ilia Alshanetsky2002-12-151-0/+4
|
* Compile warning fix.Ilia Alshanetsky2002-11-131-0/+2
|
* Fixed compile warning, removed unused variables and added process.h header,Ilia Alshanetsky2002-11-051-3/+5
| | | | | which is needed on Windows for getpid() function.
* Fix handling of zero-length recordsAdam Dickmeiss2002-11-051-11/+3
|
* Raw records for yaz_recordAdam Dickmeiss2002-10-281-14/+20
|
* 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-121-11/+6
|
* yaz.max_links, yaz_log_file setting. User-defined Other InfoAdam Dickmeiss2002-07-111-15/+47
|
* Use ZOOM API for newer YAZ versions.Adam Dickmeiss2002-06-021-26/+423
|
* 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
| | | | | ----------------------------------------------------------------------