commit 5c056368d822c7e98998dbc8236b7bf632b2c2d8
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Wed Nov 20 10:34:52 2019 +0100

    For php7.2, Ubuntu bionic

commit 988a2b84f0d08f0b70beeefa38acf39d0b8edc2a
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Dec 11 11:39:06 2018 +0100

    Version 1.2.3

commit 5ee7f91764f34858d860005cadea40419c3d25f5
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Dec 11 11:36:49 2018 +0100

    Bump copyright year

commit 69edc060edc1d55e8cc0244b3e668f876c3742de
Merge: 68271a5 9b363df
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Jul 3 12:59:30 2018 +0200

    Merge pull request #8 from petk/patch-git-idents
    
    Remove unused Git attributes ident

commit 9b363df2fa42be0563cccb1dd0b33166d138c7fe
Author: Peter Kokot <peterkokot@gmail.com>
Date:   Sun Jul 1 20:55:33 2018 +0200

    Remove unused Git attributes ident
    
    The $Id$ keywords were used in Subversion where they can be substituted
    with filename, last revision number change, last changed date, and last
    user who changed it.
    
    In Git this functionality is different and can be done with Git attribute
    ident. These need to be defined manually for each file in the
    .gitattributes file and are afterwards replaced with 40-character
    hexadecimal blob object name which is based only on the particular file
    contents.
    
    This patch simplifies handling of $Id$ keywords by removing them since
    they are not used anymore.

commit 68271a527a8e429d54f4ba59d7918b7ddb782726
Merge: 1324c01 010fef7
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Wed Jun 27 14:31:03 2018 +0200

    Merge pull request #7 from remicollet/issue-php73
    
    fix for PHP 7.3 API changes, and array_init always succeeds

commit 010fef7b3941cdd24ceaaac78f3db9732539e0d3
Author: Remi Collet <remi@remirepo.net>
Date:   Wed Jun 27 13:57:51 2018 +0200

    fix for PHP 7.3 API changes, and array_init always succeeds

commit 1324c01fc9708569a433810a30f91865e9bcee1c
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Sep 12 09:45:58 2017 +0200

    Version 1.2.2

commit 44071d48b41b7ca024cc1f7d2974c75cfe49615e
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Sep 12 09:45:17 2017 +0200

    Bump copyright year

commit 72542c618b4e1481476e1a9ff9db1b0a94eaec68
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Thu Aug 31 14:25:51 2017 +0200

    Fix yaz_scan - 3 args gives SEGV PHPYAZ-34

commit 349559c1fbbf1806d77cee8c41eaff82cc93e0fa
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Aug 28 14:44:26 2017 +0200

    Package for Debian stretch and Ubuntu yakkety

commit 3e0cf95b33025429f430ace92acc563506195d96
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Thu Jan 12 13:43:42 2017 +0100

    First php7.0-yaz package

commit 43cf22b4e06588effca9cfdda50d5808631fa289
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Fri Aug 12 14:41:59 2016 +0200

    Version 1.2.1

commit 2d3cd8a66f1de7501ba355ed683f7cb6f2f393ad
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Mar 22 13:35:29 2016 +0100

    Use time_t for time values

commit e0a4fc374df7296fea8e00aaaaa9eca7109b6f66
Merge: 6455125 5b4f550
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Mar 22 13:29:03 2016 +0100

    Merge branch 'master' into gh-4

commit 5b4f5501e2c01362068d9256c8115727358eaec7
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Mar 22 13:28:46 2016 +0100

    Use YAZ 5 in Windows build

commit 645512570083aac5d8cd752b5c980b1a7cc568f5
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Mar 22 13:27:48 2016 +0100

    Fix yaz_range, yaz_record does not use zend_long
    
    for "l" args.

commit 35ea101180bd4b553bd22c5ac9069580d42180ef
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Mar 21 14:06:26 2016 +0000

    Version 1.2.0

commit 98a7b6b74723382b5f9ce463e24e8d7bd3c260d5
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Mar 21 13:26:17 2016 +0000

    Version 1.1.10

commit 213d31aabc7e8a0074949c37decaf7bf294cffb2
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Mar 21 14:18:08 2016 +0100

    Force array on 2nd arg of yaz_hits

commit d856063f3103fe76cce0a58dd22376f11528cb71
Merge: afa3815 623a92f
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Mar 21 13:59:30 2016 +0100

    Merge branch 'master' into phpyaz-30

commit 623a92ff0077305ffaee6c9bf10a0d7083b6bec2
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Mar 21 11:00:47 2016 +0100

    Test yaz_scan, yaz_scan_result

commit 779560d6237014f8594208ae500aadb93ed0c31e
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Mar 21 10:51:47 2016 +0100

    Testing yaz_record with array option

commit 317aa655a541c7aebd2dc4b0d8ab710b1b62fbb5
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Mar 21 10:50:33 2016 +0100

    Testing yaz_element

commit 8c9a79770e93c1a400293ebed2e3c0ee1a6e50bb
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Mar 21 10:38:54 2016 +0100

    Test yaz_close

commit afa3815e4a27e9914a47d9225803cdd4bcb8fce6
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Fri Mar 18 21:08:59 2016 +0100

    Fix init code of some array zvals. For-each without num-keys

commit d37b6347af19d293b2ada45273318d0a273a543c
Merge: 2105a25 93e985e
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Fri Mar 18 20:42:38 2016 +0100

    Merge branch 'master' into phpyaz-30

commit 93e985e0d960a3f516151d07f2ba817822ac5b9d
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Mar 14 15:56:28 2016 +0100

    Test use of yaz_hits with 2nd array

commit aff3b1234811b8cf06eedf3eda50afbeef7d4eb4
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Mar 14 15:55:57 2016 +0100

    Test yaz_ccl_conf, yaz_ccl_parse

commit 2105a2534870c60b60c944b6d867f6156e065411
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Mar 14 09:59:20 2016 +0100

    Use / flag for reference args

commit 96832c2f3b4372da538cc3ffa98e5156c7cc3297
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Fri Mar 11 22:50:42 2016 +0100

    yaz_cql_parse: fix reference arg passing

commit 80c9088938c41409b84695311c881e73d7592313
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Fri Mar 11 21:33:40 2016 +0100

    3 out of 4 tests pass

commit 4be8e97d9b8720c7fd7b49258f08848b7f8c0eba
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Fri Mar 11 19:35:37 2016 +0100

    Compiles but broken still

commit 42ab18fed3c2577076bb40b16e979c431b0d8f88
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Wed Mar 9 16:16:25 2016 +0100

    Remove distros not including /etc/php5/mods-available

commit f85a25bd423883e992d14536f78e724d109851d8
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Wed Mar 9 16:08:00 2016 +0100

    Install yaz.ini in /etc/php5/mods-available
    
    and enable/disable it in postinst / prerm hooks

commit b415a327f3f11435429a48e065f3bc86255a0bac
Merge: eb85ae9 130840d
Author: Mike Taylor <mike@miketaylor.org.uk>
Date:   Mon Mar 7 07:33:05 2016 +0000

    Merge pull request #3 from dcrossleyau/master
    
    Fix typo.

commit 130840d5f44f505ec0f1e6966d428dbb6a663e19
Author: David Crossley <dcrossley@indexgeo.com.au>
Date:   Mon Mar 7 15:04:44 2016 +1100

    Fix typo.

commit f0f76bf5721141be70568103f5bfc38465fa19b3
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Dec 22 22:55:02 2015 +0100

    First step in php7. Does not even compile yet

commit eb85ae95a2cb44425960f1516af2af3e37c6ba42
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Nov 3 12:41:33 2014 +0000

    Version 1.1.9

commit 196eba7293913dade00b5d7425f15ea40ff0b315
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Nov 3 12:41:18 2014 +0000

    Fix copyright year

commit 193e9782d6556f55b29d60b8d6e2fa9b8fd94162
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Nov 3 12:36:35 2014 +0000

    Add Debian jessie

commit f9c0d380230e9c2877db160126690b9a95088a4b
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Sun Nov 2 18:34:28 2014 +0100

    Add tests to PECL package PHPYAZ-29

commit f0fe81a14f4d62f00ab6410cdd2e7d38bc993c2a
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Sun Nov 2 16:50:44 2014 +0100

    Fix license URL must point to YAZ license (revised BSD) PHPYAZ-28

commit 06bf9d31bb881577facb43f323ed3a2501d2467b
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Sun Nov 2 16:47:01 2014 +0100

    Fix CQL stuff does not compile against older YAZ PHPYAZ-27
    
    This commit also fixes a lot of warnings.

commit 0d361614300d678f375b9e15ccca211d738a8604
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Sun Nov 2 08:43:40 2014 +0000

    Version 1.1.8

commit 2408edfd049b8f464b675c611a57bcbce9d4d910
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Sun Nov 2 08:43:27 2014 +0000

    Add Ubuntu utopic, saucy

commit 3994621814a569ec4b58a9f991c6aaa7cf6f72cd
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Wed Oct 8 09:09:22 2014 +0200

    mkdist does not read debian/changelog anymore

commit 9f56f58936dcfbd720d2c04911ee3c470c96fef7
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Wed Oct 8 09:09:02 2014 +0200

    LICENSE updates PHPYAZ-25

commit 069eb5d894e7dbf1551bb872f5b3e8c51f624e4b
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Oct 7 17:14:28 2014 +0200

    Add LICENSE and make it part of PECL tar

commit 6b7aca3d9eaf27f373d132574f71a4b404b56ff9
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Oct 7 16:01:35 2014 +0200

    Version 1.1.7

commit f17d91769c3ad209fcbe47cad6c4b0b907937037
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Oct 7 16:01:19 2014 +0200

    debian/changelog now auto-generated

commit 065327270aee93ef565590075c3e8e624f569d6e
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Oct 7 16:00:33 2014 +0200

    Upd list of Ubuntu dists

commit 9579761f9d426395914c2cc276f8d639cdf81832
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Fri Sep 5 15:30:01 2014 +0200

    yaz_cql_parse does CQL to RPN (and the reverse)

commit 2f04744b2017e07f25d5edcac58d3c78d09e96c0
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Fri May 30 11:38:31 2014 +0200

    Add small client example

commit 9ad8c8802c3874b3a81843c40d28d0f0bb0259b2
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Thu Oct 17 13:38:56 2013 +0200

    Debian compat=7 and use YAZ 5. PHPYAZ-21

commit 487009cea79ba813c5da44572f947939949ad3e2
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Thu Oct 17 13:38:43 2013 +0200

    Check parameter count for yaz_wai PHPYAZ-22

commit 597d27dafa2bbaff0ffef1747887f46a119b1e20
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Aug 12 09:42:59 2013 +0200

    Version 1.1.6

commit 1d5c058f287656571a25cc454c8c2176ea7ed7c1
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Aug 12 09:28:42 2013 +0200

    Ubuntu: Add quantal, remove natty

commit ce606fcad9d13080e78e0c9b5b50434aea0970b2
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Sun May 5 17:12:51 2013 +0200

    Fix definition of ODR_INT_PRINTF PHPYAZ-18

commit ec1920117fc9a3310b64322881906dda20e66d1d
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Thu Nov 29 14:05:18 2012 +0100

    Accept charset for "string" type in yaz_record

commit 06640689c8cea4447b3a58928e4ecfc36ce346fb
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Nov 20 09:56:31 2012 +0100

    Version 1.1.5

commit d8db375e1c06adc2ccf8eb1c88850c90b3b9a789
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Nov 19 14:22:36 2012 +0100

    Use zend_parse_parameters with proper types when possible

commit 67091ed6a679f67915c837a47d06f9971ee14090
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Nov 19 12:07:57 2012 +0100

    Remove trailing whitespace

commit 41e62c79292dde4d7658ae75b959e23262180712
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Aug 13 16:59:02 2012 +0200

    Version 1.1.4

commit a77ec19f6b11be249bbb1ea11314228c3cdf8bb0
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Aug 13 16:30:42 2012 +0200

    Version 1.1.3

commit f4c52a7854a30cff187a9dfbf34bf0eed75de3c8
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon Aug 13 10:58:40 2012 +0200

    Use zval_dtor instead of pval_destructor

commit 89127ff04ac53d88d9e10ad7dffdd182b3df4e1f
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Jun 5 09:10:53 2012 +0200

    Fix date in package.xml

commit c4de29968836395f3fac7c310fa3e703c708e925
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Jun 5 08:42:44 2012 +0200

    Update debian/changelog

commit e35064b7f872961b6a00ab55c97f6ea4d26ed027
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Jun 5 08:42:28 2012 +0200

    Version 1.1.2

commit b4a4c4c1bd5c15c1dfcfe54e59f17f89c33180cc
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Jun 5 07:53:04 2012 +0200

    Add version + mkdist for building Deb packages

commit 8a1383127422ce41b17d456c7be68f55de560ed3
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Jun 5 07:52:54 2012 +0200

    Ignore ChangeLog

commit 47debc0e267a595ef82c14c4b4c2423a0bcabf6b
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Jun 5 07:49:50 2012 +0200

    Use dh_prep instead of dh_clean -k

commit f70c77575f6587270bf215c883ecbd3f6fbc8652
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Jun 5 07:30:13 2012 +0200

    Updates for PHP 5.4 - PHP Bug 61479

commit 1a636a2c699d72bc75c659ddebe2546bbbf32658
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue May 31 13:04:13 2011 +0200

    Debian rules: dont copy Makefile.in
    
    It does not seem necessary for building using pbuilder.

commit defd74db71318cc17ea521b58ebc25754c2ae6bb
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue May 31 12:42:26 2011 +0200

    Debian compat level from 4 to 5

commit 53b0f705ff84c72f41bd0950a9ad563112512aa5
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue May 31 12:42:12 2011 +0200

    Build depend on debhelper

commit a60b036b60a11fd4a85046cbfe47856161156cd5
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue May 31 11:09:01 2011 +0200

    Version 1.1.1

commit b7b465b6bb81e5073a3d387911af66f3a91a083b
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue May 31 10:58:35 2011 +0200

    Update to License 3.01

commit 426ed9670fe5b60313abbc6bb4ca2c51dac24699
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue May 31 10:46:36 2011 +0200

    Upd GET_PARMs for ZTS. Add some casts.
    
    Pass TSRMLS_CC for zend_parse_parameters for ZTS operation.
    Fix passing of id to GET_PARM1 in yaz_present.

commit dd1b1f2d5af9570513ba4e8c6ed77a81b4a09363
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue May 31 10:36:36 2011 +0200

    Reformat

commit 1db9cada81079a6a7cec772ba0b32fbc5d9fb83a
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue May 31 10:32:13 2011 +0200

    Introduce helper macros to parse arguments

commit 86f031ab4c0ce57a28e515f2b7aaecde2a0b44c3
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon May 30 15:32:34 2011 +0200

    Update for new way of getting PHP arguments
    
    Use zend_parse_parameters instead of deprecated zend_get_parameters_ex.

commit 06f01a76583f8536a438e1aa6f22721b515c67cc
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon May 30 12:33:44 2011 +0200

    More files to ignore

commit fe429969f7ee30e83a745644a4408be9c408fce3
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Mon May 30 12:33:25 2011 +0200

    Eclipse CDE files.

commit bcc7864a32072306a84a70ef9bd0f11175a82603
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Sat May 28 08:07:03 2011 +0200

    Tweak source to work with both YAZ 3 and YAZ 4

commit c42683a7ab0072c95bc4758ca8d70943ee79665d
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Fri May 27 14:50:01 2011 +0200

    Upd YAZ_VERSIONL check for YAZ version 4

commit e464f044572eaabfb84653907d6f609efcdaf069
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Fri May 27 14:46:36 2011 +0200

    Update for ZOOM_scanset_term
    
    ZOOM_scanset_term prototype was changed from YAZ 3 to YAZ 4: 3rd and 4th
    argument changed from int pointer to size_t pointer.

commit 5d39890ac71d33e5449d2bc6b385aeeffcd3adaa
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Fri May 27 14:01:41 2011 +0200

    Version 1.1.0

commit f779c3d35b5607e022bbeb061e439184016790ae
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Fri May 27 13:56:31 2011 +0200

    Add package.xml as of 1.0.14

commit c804942489c8f314fc27e79b9b932a706f002db9
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Wed Apr 13 15:30:02 2011 +0200

    Add ignore file for debian/

commit d15246ee9892c73119530ad7907f2fe2b8b9abe4
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Wed Apr 13 15:29:00 2011 +0200

    Add ignore file

commit 55df6a0f588b4764fdb3fe7894846e0efec3cf72
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Wed Apr 13 15:27:07 2011 +0200

    Unix NL

commit 247d93ff50ac6652b01749965bbad70ca069d9d4
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Wed Apr 13 14:20:57 2011 +0200

    Windows: search for YAZ4; not YAZ3.

commit b22f1229b1fbec6b596e8bcbf705dde6cbcf8bae
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Mar 22 15:17:06 2011 +0100

    Build require YAZ 4.1.4 or later.
    
    Older version in YAZ 4 series do not set YAZVERSION which is read
    by config.m4/configure.

commit db6f7d5b6fe8d6aaa479a7c89b0e1c6c6e9dd7f1
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Mar 22 15:01:40 2011 +0100

    Proper version.

commit 25845c0dbedddab5299c0edf0401c91045de85c9
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Mar 22 14:57:37 2011 +0100

    Add this Makefile - apparently needed

commit eeea722def24bcb70fc7227513cf0185df509485
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Mar 22 14:53:57 2011 +0100

    Add debian directory for php5-yaz deb

commit 826d85668f6e97bbf5f10fa93d2f16ae055471ba
Author: Adam Dickmeiss <adam@indexdata.dk>
Date:   Tue Mar 22 14:49:34 2011 +0100

    From PHPYAZ 1.0.14.
