php-ext.com / dbase (from dev using PHP 7.4.16-zts-buster)
Dockerfile
FROM php:7.4.16-zts-buster
WORKDIR /tmp
RUN apt update && \
apt install -y --no-install-recommends git subversion autoconf build-essential && \
rm -rf /var/lib/apt/lists/*
RUN svn checkout --revision HEAD https://svn.php.net/repository/pecl/dbase /tmp/ext-src && \
cd /tmp/ext-src/trunk && \
phpize && \
./configure --enable-dbase && \
make && \
make test
Build output PASS
35ss
Step 1/4 : FROM php:7.4.16-zts-buster
---> f100431f0b6a
Step 2/4 : WORKDIR /tmp
---> Running in 6bd0a8d87cdf
Removing intermediate container 6bd0a8d87cdf
---> 9eba194dc061
Step 3/4 : RUN apt update && apt install -y --no-install-recommends git subversion autoconf build-essential && rm -rf /var/lib/apt/lists/*
---> Running in 287577b0a6fd
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
Fetched 8423 kB in 2s (5313 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
1 package can be upgraded. Run 'apt list --upgradable' to see it.
WARNING:
apt
does not have a stable CLI interface.
Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
autoconf is already the newest version (2.69-11).
The following package was automatically installed and is no longer required:
lsb-base
Use 'apt autoremove' to remove it.
The following additional packages will be installed:
git-man libapr1 libaprutil1 libcurl3-gnutls liberror-perl libexpat1
libpcre2-8-0 libserf-1-1 libsvn1 libutf8proc2
Suggested packages:
gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
git-gui gitk gitweb git-cvs git-mediawiki git-svn db5.3-util
libapache2-mod-svn subversion-tools
Recommended packages:
less ssh-client
The following NEW packages will be installed:
build-essential git git-man libapr1 libaprutil1 libcurl3-gnutls
liberror-perl libexpat1 libpcre2-8-0 libserf-1-1 libsvn1 libutf8proc2
subversion
0 upgraded, 13 newly installed, 0 to remove and 1 not upgraded.
Need to get 10.7 MB of archives.
After this operation, 50.2 MB of additional disk space will be used.
Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libsvn1 amd64 1.10.4-1+deb10u2 [1403 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
Get:3 http://deb.debian.org/debian buster/main amd64 libcurl3-gnutls amd64 7.64.0-4+deb10u1 [330 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 libexpat1 amd64 2.2.6-2+deb10u1 [106 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 libpcre2-8-0 amd64 10.32-5 [213 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 liberror-perl all 0.17027-2 [30.9 kB]
Get:7 http://deb.debian.org/debian buster/main amd64 git-man all 1:2.20.1-2+deb10u3 [1620 kB]
Get:8 http://security.debian.org/debian-security buster/updates/main amd64 subversion amd64 1.10.4-1+deb10u2 [1008 kB]
Get:9 http://deb.debian.org/debian buster/main amd64 git amd64 1:2.20.1-2+deb10u3 [5633 kB]
Get:10 http://deb.debian.org/debian buster/main amd64 libapr1 amd64 1.6.5-1+b1 [102 kB]
Get:11 http://deb.debian.org/debian buster/main amd64 libaprutil1 amd64 1.6.1-4 [91.8 kB]
Get:12 http://deb.debian.org/debian buster/main amd64 libserf-1-1 amd64 1.3.9-7+b10 [53.6 kB]
Get:13 http://deb.debian.org/debian buster/main amd64 libutf8proc2 amd64 2.3.0-1 [53.0 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 10.7 MB in 2s (6227 kB/s)
Selecting previously unselected package build-essential.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ...
12690 files and directories currently installed.)
Preparing to unpack .../00-build-essential_12.6_amd64.deb ...
Unpacking build-essential (12.6) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../01-libcurl3-gnutls_7.64.0-4+deb10u1_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.64.0-4+deb10u1) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../02-libexpat1_2.2.6-2+deb10u1_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.6-2+deb10u1) ...
Selecting previously unselected package libpcre2-8-0:amd64.
Preparing to unpack .../03-libpcre2-8-0_10.32-5_amd64.deb ...
Unpacking libpcre2-8-0:amd64 (10.32-5) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../04-liberror-perl_0.17027-2_all.deb ...
Unpacking liberror-perl (0.17027-2) ...
Selecting previously unselected package git-man.
Preparing to unpack .../05-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
Unpacking git-man (1:2.20.1-2+deb10u3) ...
Selecting previously unselected package git.
Preparing to unpack .../06-git_1%3a2.20.1-2+deb10u3_amd64.deb ...
Unpacking git (1:2.20.1-2+deb10u3) ...
Selecting previously unselected package libapr1:amd64.
Preparing to unpack .../07-libapr1_1.6.5-1+b1_amd64.deb ...
Unpacking libapr1:amd64 (1.6.5-1+b1) ...
Selecting previously unselected package libaprutil1:amd64.
Preparing to unpack .../08-libaprutil1_1.6.1-4_amd64.deb ...
Unpacking libaprutil1:amd64 (1.6.1-4) ...
Selecting previously unselected package libserf-1-1:amd64.
Preparing to unpack .../09-libserf-1-1_1.3.9-7+b10_amd64.deb ...
Unpacking libserf-1-1:amd64 (1.3.9-7+b10) ...
Selecting previously unselected package libutf8proc2:amd64.
Preparing to unpack .../10-libutf8proc2_2.3.0-1_amd64.deb ...
Unpacking libutf8proc2:amd64 (2.3.0-1) ...
Selecting previously unselected package libsvn1:amd64.
Preparing to unpack .../11-libsvn1_1.10.4-1+deb10u2_amd64.deb ...
Unpacking libsvn1:amd64 (1.10.4-1+deb10u2) ...
Selecting previously unselected package subversion.
Preparing to unpack .../12-subversion_1.10.4-1+deb10u2_amd64.deb ...
Unpacking subversion (1.10.4-1+deb10u2) ...
Setting up libexpat1:amd64 (2.2.6-2+deb10u1) ...
Setting up libutf8proc2:amd64 (2.3.0-1) ...
Setting up libapr1:amd64 (1.6.5-1+b1) ...
Setting up libcurl3-gnutls:amd64 (7.64.0-4+deb10u1) ...
Setting up liberror-perl (0.17027-2) ...
Setting up libpcre2-8-0:amd64 (10.32-5) ...
Setting up build-essential (12.6) ...
Setting up git-man (1:2.20.1-2+deb10u3) ...
Setting up libaprutil1:amd64 (1.6.1-4) ...
Setting up libserf-1-1:amd64 (1.3.9-7+b10) ...
Setting up git (1:2.20.1-2+deb10u3) ...
Setting up libsvn1:amd64 (1.10.4-1+deb10u2) ...
Setting up subversion (1.10.4-1+deb10u2) ...
Processing triggers for libc-bin (2.28-10) ...
Removing intermediate container 287577b0a6fd
---> bb4a21a01ffb
Step 4/4 : RUN svn checkout --revision HEAD https://svn.php.net/repository/pecl/dbase /tmp/ext-src && cd /tmp/ext-src/trunk && phpize && ./configure --enable-dbase && make && make test
---> Running in 23eddb1f6ae7
A ext-src/trunk
A ext-src/trunk/tests
A ext-src/trunk/dbase.stub.php
A ext-src/trunk/dbase_arginfo.h
A ext-src/trunk/package.xml
A ext-src/trunk/php_dbase.h
A ext-src/trunk/tests/dbase_numfields_error_8.phpt
A ext-src/trunk/tests/dbase_create_error.phpt
A ext-src/trunk/tests/dbase_open_error.phpt
A ext-src/trunk/dbase.c
A ext-src/trunk/tests/dbase_delete_record_error_64bit.phpt
A ext-src/trunk/tests/dbase_pack_error_8.phpt
A ext-src/trunk/dbase_7_arginfo.h
A ext-src/trunk/tests/dbase_get_header_info_error.phpt
A ext-src/trunk/tests/dbase_replace_record_error_1_64bit_8.phpt
A ext-src/trunk/tests/dbase_get_record_error_64bit_8.phpt
A ext-src/trunk/tests/dbase_get_record_error_64bit.phpt
A ext-src/trunk/tests/bug78070.phpt
A ext-src/trunk/tests/dbase_get_record_with_names_error_64bit_8.phpt
A ext-src/trunk/tests/dbase_numfields_error.phpt
A ext-src/trunk/tests/dbase_delete_record_error_32bit.phpt
A ext-src/trunk/tests/dbase_numrecords_error_8.phpt
A ext-src/trunk/tests/dbase_delete_record_error_32bit_8.phpt
A ext-src/trunk/tests/dbase_pack_error.phpt
A ext-src/trunk/tests/dbase_get_record_error_32bit.phpt
A ext-src/trunk/tests/dbase_replace_record_error_1_64bit.phpt
A ext-src/trunk/tests/dbase_get_record_error_32bit_8.phpt
A ext-src/trunk/tests/bug78668.dbf
A ext-src/trunk/tests/dbase_get_record_with_names_error_32bit.phpt
A ext-src/trunk/tests/dbase_open_error2.dbf
A ext-src/trunk/tests/dbase_open_error3.dbf
A ext-src/trunk/tests/dbase_get_record_with_names_error_32bit_8.phpt
A ext-src/trunk/tests/nullable.phpt
A ext-src/trunk/tests/dbase_open_error3.phpt
A ext-src/trunk/tests/dbase_replace_record_error_1_32bit.phpt
A ext-src/trunk/tests/dbase_create_variation3.phpt
A ext-src/trunk/tests/dbase_replace_record_error_1_32bit_8.phpt
A ext-src/trunk/tests/bug73395.phpt
A ext-src/trunk/tests/bug80156.phpt
A ext-src/trunk/tests/dbase_add_record_variation3.phpt
A ext-src/trunk/tests/dbase_add_record_variation1.phpt
A ext-src/trunk/tests/bug52112.phpt
A ext-src/trunk/tests/dbase_get_record_with_names_basic.phpt
A ext-src/trunk/tests/dbase_delete_record_basic.phpt
A ext-src/trunk/tests/bug39305.phpt
A ext-src/trunk/tests/dbase_replace_record_variation1.phpt
A ext-src/trunk/tests/dbase_replace_record_variation3.phpt
A ext-src/trunk/tests/bug78668.phpt
A ext-src/trunk/tests/bug78668_8.phpt
A ext-src/trunk/tests/dbase_pack_basic.phpt
A ext-src/trunk/tests/dbase_add_record_error-8.phpt
A ext-src/trunk/tests/dbase_replace_record_variation2.phpt
A ext-src/trunk/tests/dbase_add_record_error.phpt
A ext-src/trunk/tests/dbase_get_record_basic.phpt
A ext-src/trunk/tests/bug73442.phpt
A ext-src/trunk/.appveyor
A ext-src/trunk/tests/dbase_close_error.phpt
A ext-src/trunk/tests/dbase_add_record_basic.phpt
A ext-src/trunk/tests/type_numeric_int_64bit.phpt
A ext-src/trunk/tests/dbase_close_error_8.phpt
A ext-src/trunk/tests/bug73447.phpt
A ext-src/trunk/tests/dbase_create_error_8.phpt
A ext-src/trunk/tests/dbase_create_error_open_basedir.phpt
A ext-src/trunk/tests/bug73414.phpt
A ext-src/trunk/tests/dbase_delete_record_error_64bit_8.phpt
A ext-src/trunk/tests/type_logical.phpt
A ext-src/trunk/tests/dbase_open_error1.phpt
A ext-src/trunk/tests/dbase_get_header_info_error_8.phpt
A ext-src/trunk/tests/dbase_open_error1.dbf
A ext-src/trunk/tests/dbase_add_record_variation4.phpt
A ext-src/trunk/tests/dbase_get_record_with_names_error_64bit.phpt
A ext-src/trunk/tests/dbase_pack_variation2.phpt
A ext-src/trunk/tests/dbase_numrecords_error.phpt
A ext-src/tags
A ext-src/trunk/tests/dbase_create_variation1.phpt
A ext-src/trunk/tests/dbase_delete_record_variation1.phpt
A ext-src/trunk/tests/dbase_open_error_8.phpt
A ext-src/trunk/tests/dbase_numrecords_basic.phpt
A ext-src/trunk/tests/dbase_get_record_with_names_variation1.phpt
A ext-src/trunk/tests/dbase_replace_record_error.phpt
A ext-src/tags/dbase-7.1.0RC2
A ext-src/trunk/tests/bug73391.phpt
A ext-src/trunk/tests/dbase_replace_record_error_8.phpt
A ext-src/trunk/tests/dbase_create_basic.phpt
A ext-src/trunk/.appveyor/test.ps1
A ext-src/tags/dbase-7.1.0RC2/tests
A ext-src/trunk/.appveyor/install.ps1
A ext-src/trunk/tests/bug31754.phpt
A ext-src/trunk/config.w32
A ext-src/trunk/tests/dbase_open_error2.phpt
A ext-src/trunk/config.m4
A ext-src/trunk/dbf_ndx.c
A ext-src/trunk/tests/001.phpt
A ext-src/trunk/dbf_rec.c
A ext-src/trunk/dbf.h
A ext-src/trunk/tests/type_datetime.phpt
A ext-src/trunk/gen_example.php
A ext-src/trunk/tests/dbase_numfields_basic.phpt
A ext-src/trunk/dbf_rec.h
A ext-src/trunk/dbf_sdncal.h
A ext-src/trunk/tests/dbase_get_header_info_basic.phpt
A ext-src/trunk/dbf_misc.c
A ext-src/trunk/dbf_misc.h
A ext-src/trunk/tests/dbase_replace_record_basic.phpt
A ext-src/trunk/dbf_ndx.h
A ext-src/tags/dbase-7.1.0RC2/package.xml
A ext-src/trunk/tests/dbase_add_record_variation2.phpt
A ext-src/tags/dbase-7.1.0RC2/dbase.c
A ext-src/tags/dbase-7.1.0RC2/dbase_7_arginfo.h
A ext-src/trunk/tests/example.dbf
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_get_record_with_names_error_64bit_8.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_delete_record_error_32bit.phpt
A ext-src/trunk/tests/dbase_open_error_open_basedir.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_get_record_with_names_error_32bit.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_get_record_error_32bit_8.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_get_record_error_32bit.phpt
A ext-src/trunk/tests/type_numeric_int_32bit.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/bug80156.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_replace_record_error_1_32bit_8.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_replace_record_error_1_32bit.phpt
A ext-src/trunk/tests/bug73414.dbf
A ext-src/tags/dbase-7.1.0RC2/tests/bug39305.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/bug78668.phpt
A ext-src/trunk/tests/dbase_create_variation2.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/bug78668_8.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_add_record_error.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_close_error.phpt
A ext-src/trunk/tests/bug73411.phpt
A ext-src/trunk/tests/dbase_pack_variation1.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_close_error_8.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_delete_record_error_64bit.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_create_error_8.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_delete_record_error_64bit_8.phpt
A ext-src/trunk/tests/002.phpt
A ext-src/trunk/.appveyor/build.ps1
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_get_record_with_names_error_64bit.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_get_record_error_64bit.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_numrecords_error.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_get_header_info_error_8.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_numrecords_error_8.phpt
A ext-src/trunk/.appveyor.yml
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_numfields_error_8.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_pack_error.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_pack_error_8.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_open_error_8.phpt
A ext-src/trunk/dbf_head.c
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_replace_record_error_1_64bit.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_replace_record_error_1_64bit_8.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_replace_record_error_8.phpt
A ext-src/trunk/CREDITS
A ext-src/tags/dbase-7.1.0RC2/tests/bug78070.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/bug31754.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_open_error2.dbf
A ext-src/trunk/dbf_head.h
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_open_error3.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/nullable.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_open_error2.phpt
A ext-src/trunk/gregor.c
A ext-src/tags/dbase-7.1.0RC2/tests/bug73395.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_create_variation3.phpt
A ext-src/trunk/LICENSE
A ext-src/tags/dbase-7.1.0RC2/tests/type_datetime.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_add_record_variation3.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_numfields_basic.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_replace_record_variation1.phpt
A ext-src/tags/dbase-7.1.0RC2/php_dbase.h
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_get_header_info_basic.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_get_record_with_names_basic.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_pack_basic.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_get_record_error_64bit_8.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/example.dbf
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_get_record_basic.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_replace_record_variation3.phpt
A ext-src/tags/dbase-7.1.0RC2/.appveyor
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_delete_record_error_32bit_8.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_create_error_open_basedir.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_replace_record_variation2.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_add_record_variation2.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_get_record_with_names_error_32bit_8.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/bug73414.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_open_error_open_basedir.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/bug73447.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/bug52112.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/type_numeric_int_64bit.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/type_logical.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_add_record_error-8.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/bug73414.dbf
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_create_error.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_pack_variation2.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_open_error1.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_create_variation2.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_get_header_info_error.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/bug73411.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_numfields_error.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_open_error.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_create_variation1.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_delete_record_variation1.phpt
A ext-src/tags/dbase-7.1.0RC1
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_get_record_with_names_variation1.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_replace_record_error.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/002.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_numrecords_basic.phpt
A ext-src/tags/dbase-7.1.0RC1/tests
A ext-src/tags/dbase-7.1.0RC2/tests/bug73391.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/bug78668.dbf
A ext-src/tags/dbase-7.1.0RC2/.appveyor/install.ps1
A ext-src/tags/dbase-7.1.0RC2/.appveyor/build.ps1
A ext-src/tags/dbase-7.1.0RC2/.appveyor.yml
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_open_error3.dbf
A ext-src/tags/dbase-7.1.0RC2/dbase_arginfo.h
A ext-src/tags/dbase-7.1.0RC2/dbase.stub.php
A ext-src/tags/dbase-7.1.0RC2/config.w32
A ext-src/tags/dbase-7.1.0RC2/tests/001.phpt
A ext-src/tags/dbase-7.1.0RC2/dbf_ndx.c
A ext-src/tags/dbase-7.1.0RC2/CREDITS
A ext-src/tags/dbase-7.1.0RC2/dbf_head.c
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_add_record_variation1.phpt
A ext-src/tags/dbase-7.1.0RC2/gen_example.php
A ext-src/tags/dbase-7.1.0RC2/dbf_rec.h
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_delete_record_basic.phpt
A ext-src/tags/dbase-7.1.0RC2/dbf.h
A ext-src/tags/dbase-7.1.0RC2/gregor.c
A ext-src/tags/dbase-7.1.0RC2/dbf_misc.h
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_replace_record_basic.phpt
A ext-src/tags/dbase-7.1.0RC2/dbf_sdncal.h
A ext-src/tags/dbase-7.1.0RC2/LICENSE
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_add_record_basic.phpt
A ext-src/tags/dbase-7.1.0RC2/dbf_ndx.h
A ext-src/tags/dbase-7.1.0RC2/tests/bug73442.phpt
A ext-src/tags/dbase-7.1.0RC1/php_dbase.h
A ext-src/tags/dbase-7.1.0RC1/dbase.c
A ext-src/tags/dbase-7.1.0RC1/dbase_7_arginfo.h
A ext-src/tags/dbase-7.1.0RC2/tests/type_numeric_int_32bit.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_delete_record_error_32bit.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_get_record_with_names_error_64bit_8.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_delete_record_error_32bit_8.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_open_error1.dbf
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_get_record_with_names_error_32bit.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_get_record_with_names_error_32bit_8.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_get_record_error_32bit_8.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_add_record_variation4.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/bug80156.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/bug52112.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_replace_record_error_1_32bit_8.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_pack_variation1.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_add_record_error-8.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/bug78668_8.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/bug78668.phpt
A ext-src/tags/dbase-7.1.0RC2/tests/dbase_create_basic.phpt
A ext-src/tags/dbase-7.1.0RC2/.appveyor/test.ps1
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_close_error_8.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_delete_record_error_64bit_8.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_close_error.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_delete_record_error_64bit.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_create_error.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_get_header_info_error.phpt
A ext-src/tags/dbase-7.1.0RC2/config.m4
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_get_record_with_names_error_64bit.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_get_record_error_64bit.phpt
A ext-src/tags/dbase-7.1.0RC2/dbf_rec.c
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_numfields_error.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_numrecords_error.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_numrecords_error_8.phpt
A ext-src/tags/dbase-7.1.0RC2/dbf_head.h
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_open_error.phpt
A ext-src/tags/dbase-7.1.0RC2/dbf_misc.c
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_replace_record_error.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_pack_error.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_pack_error_8.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/bug78668.dbf
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_replace_record_error_1_64bit_8.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_replace_record_error_8.phpt
A ext-src/tags/dbase-7.1.0RC1/package.xml
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_open_error3.dbf
A ext-src/tags/dbase-7.1.0RC1/tests/bug31754.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_open_error2.dbf
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_get_record_error_64bit_8.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/nullable.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_get_record_error_32bit.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_replace_record_error_1_32bit.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_open_error3.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_create_variation3.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_numfields_basic.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/type_datetime.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/bug39305.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_replace_record_variation1.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_get_record_with_names_basic.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_add_record_error.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_pack_basic.phpt
A ext-src/tags/dbase-7.1.0RC1/.appveyor
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_replace_record_variation3.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_add_record_variation2.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/example.dbf
A ext-src/tags/dbase-7.1.0RC1/tests/001.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_create_error_8.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/bug73447.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_create_error_open_basedir.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_add_record_variation1.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_get_header_info_error_8.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/bug73414.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/type_numeric_int_64bit.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_delete_record_basic.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_numfields_error_8.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/bug73414.dbf
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_replace_record_basic.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_open_error_8.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_replace_record_error_1_64bit.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_add_record_basic.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_create_variation2.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_pack_variation2.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/bug78070.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/bug73442.phpt
A ext-src/tags/dbase-7.0.1
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_delete_record_variation1.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_create_variation1.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_open_error2.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/type_numeric_int_32bit.phpt
A ext-src/tags/dbase-7.0.1/tests
A ext-src/tags/dbase-7.1.0RC1/tests/bug73395.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_numrecords_basic.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_open_error1.dbf
A ext-src/tags/dbase-7.1.0RC1/tests/002.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_add_record_variation3.phpt
A ext-src/tags/dbase-7.1.0RC1/.appveyor/install.ps1
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_get_header_info_basic.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_add_record_variation4.phpt
A ext-src/tags/dbase-7.1.0RC1/.appveyor/build.ps1
A ext-src/tags/dbase-7.1.0RC1/dbase_arginfo.h
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_get_record_basic.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_pack_variation1.phpt
A ext-src/tags/dbase-7.1.0RC1/dbase.stub.php
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_replace_record_variation2.phpt
A ext-src/tags/dbase-7.1.0RC1/dbf_ndx.c
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_create_basic.phpt
A ext-src/tags/dbase-7.1.0RC1/dbf_head.c
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_open_error_open_basedir.phpt
A ext-src/tags/dbase-7.1.0RC1/gen_example.php
A ext-src/tags/dbase-7.1.0RC1/.appveyor/test.ps1
A ext-src/tags/dbase-7.1.0RC1/config.m4
A ext-src/tags/dbase-7.1.0RC1/dbf.h
A ext-src/tags/dbase-7.1.0RC1/tests/type_logical.phpt
A ext-src/tags/dbase-7.1.0RC1/gregor.c
A ext-src/tags/dbase-7.1.0RC1/dbf_sdncal.h
A ext-src/tags/dbase-7.1.0RC1/dbf_rec.c
A ext-src/tags/dbase-7.1.0RC1/dbf_ndx.h
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_open_error1.phpt
A ext-src/tags/dbase-7.1.0RC1/LICENSE
A ext-src/tags/dbase-7.1.0RC1/tests/bug73411.phpt
A ext-src/tags/dbase-7.0.1/dbf_ndx.c
A ext-src/tags/dbase-7.1.0RC1/dbf_head.h
A ext-src/tags/dbase-7.0.1/dbf_head.c
A ext-src/tags/dbase-7.1.0RC1/tests/dbase_get_record_with_names_variation1.phpt
A ext-src/tags/dbase-7.1.0RC1/dbf_misc.c
A ext-src/tags/dbase-7.0.1/tests/bug78070.phpt
A ext-src/tags/dbase-7.1.0RC1/tests/bug73391.phpt
A ext-src/tags/dbase-7.0.1/tests/bug78668.phpt
A ext-src/tags/dbase-7.0.1/package.xml
A ext-src/tags/dbase-7.1.0RC1/.appveyor.yml
A ext-src/tags/dbase-7.0.1/tests/dbase_replace_record_error_1_32bit.phpt
A ext-src/tags/dbase-7.0.1/dbf_rec.c
A ext-src/tags/dbase-7.0.1/tests/dbase_replace_record_error_1_64bit.phpt
A ext-src/tags/dbase-7.1.0RC1/config.w32
A ext-src/tags/dbase-7.0.1/tests/bug31754.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_get_record_with_names_error_32bit.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_open_error2.dbf
A ext-src/tags/dbase-7.1.0RC1/CREDITS
A ext-src/tags/dbase-7.0.1/tests/dbase_delete_record_error_32bit.phpt
A ext-src/tags/dbase-7.0.1/tests/nullable.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_open_error3.phpt
A ext-src/tags/dbase-7.1.0RC1/dbf_rec.h
A ext-src/tags/dbase-7.0.1/tests/dbase_open_error3.dbf
A ext-src/tags/dbase-7.0.1/tests/bug73395.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_create_variation3.phpt
A ext-src/tags/dbase-7.0.1/tests/001.phpt
A ext-src/tags/dbase-7.1.0RC1/dbf_misc.h
A ext-src/tags/dbase-7.0.1/tests/dbase_add_record_variation3.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_numfields_basic.phpt
A ext-src/tags/dbase-7.0.1/tests/type_datetime.phpt
A ext-src/tags/dbase-7.0.1/php_dbase.h
A ext-src/tags/dbase-7.0.1/tests/dbase_get_record_with_names_basic.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_get_header_info_basic.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_replace_record_variation1.phpt
A ext-src/tags/dbase-7.0.1/tests/bug78668.dbf
A ext-src/tags/dbase-7.0.1/tests/dbase_replace_record_variation3.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_get_record_basic.phpt
A ext-src/tags/dbase-7.0.1/tests/bug52112.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_replace_record_error.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_add_record_basic.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_get_record_error_32bit.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_replace_record_variation2.phpt
A ext-src/tags/dbase-7.0.1/tests/bug73447.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_pack_basic.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_numfields_error.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_open_error2.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_get_record_with_names_error_64bit.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_add_record_error.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_delete_record_error_64bit.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_create_error.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_numrecords_error.phpt
A ext-src/tags/dbase-7.0.1/tests/bug73442.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_add_record_variation1.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_open_error.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_create_error_open_basedir.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_close_error.phpt
A ext-src/tags/dbase-7.0.0
A ext-src/tags/dbase-7.0.1/tests/dbase_delete_record_basic.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_get_record_error_64bit.phpt
A ext-src/tags/dbase-7.0.1/tests/bug73414.phpt
A ext-src/tags/dbase-7.0.1/tests/type_numeric_int_32bit.phpt
A ext-src/tags/dbase-7.0.0/tests
A ext-src/tags/dbase-7.0.1/tests/dbase_replace_record_basic.phpt
A ext-src/tags/dbase-7.0.1/tests/type_numeric_int_64bit.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_open_error1.dbf
A ext-src/tags/dbase-7.0.1/tests/dbase_add_record_variation2.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_create_variation2.phpt
A ext-src/tags/dbase-7.0.1/tests/bug73414.dbf
A ext-src/tags/dbase-7.0.1/tests/dbase_add_record_variation4.phpt
A ext-src/tags/dbase-7.0.1/tests/example.dbf
A ext-src/tags/dbase-7.0.1/tests/dbase_delete_record_variation1.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_pack_variation2.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_pack_variation1.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_get_header_info_error.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_numrecords_basic.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_create_variation1.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_create_basic.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_pack_error.phpt
A ext-src/tags/dbase-7.0.1/tests/bug39305.phpt
A ext-src/tags/dbase-7.0.1/tests/002.phpt
A ext-src/tags/dbase-7.0.1/tests/dbase_open_error_open_basedir.phpt
A ext-src/tags/dbase-7.0.1/CREDITS
A ext-src/tags/dbase-7.0.1/gen_example.php
A ext-src/tags/dbase-7.0.1/dbase.c
A ext-src/tags/dbase-7.0.1/tests/type_logical.phpt
A ext-src/tags/dbase-7.0.1/dbf_rec.h
A ext-src/tags/dbase-7.0.1/gregor.c
A ext-src/tags/dbase-7.0.1/dbf_head.h
A ext-src/tags/dbase-7.0.1/tests/dbase_open_error1.phpt
A ext-src/tags/dbase-7.0.1/config.m4
A ext-src/tags/dbase-7.0.1/config.w32
A ext-src/tags/dbase-7.0.1/dbf_misc.c
A ext-src/tags/dbase-7.0.1/tests/bug73411.phpt
A ext-src/tags/dbase-7.0.1/dbf_ndx.h
A ext-src/tags/dbase-7.0.1/tests/dbase_get_record_with_names_variation1.phpt
A ext-src/tags/dbase-7.0.0/php_dbase.h
A ext-src/tags/dbase-7.0.1/LICENSE
A ext-src/tags/dbase-7.0.0/tests/dbase_delete_record_error_32bit.phpt
A ext-src/tags/dbase-7.0.1/tests/bug73391.phpt
A ext-src/tags/dbase-7.0.1/dbf.h
A ext-src/tags/dbase-7.0.0/dbase.c
A ext-src/tags/dbase-7.0.0/tests/dbase_get_record_with_names_error_32bit.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_open_error2.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_open_error2.dbf
A ext-src/tags/dbase-7.0.0/tests/dbase_open_error3.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_replace_record_error_32bit.phpt
A ext-src/tags/dbase-7.0.1/dbf_sdncal.h
A ext-src/tags/dbase-7.0.0/tests/dbase_create_error.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_create_variation3.phpt
A ext-src/tags/dbase-7.0.0/tests/nullable.phpt
A ext-src/tags/dbase-7.0.1/dbf_misc.h
A ext-src/tags/dbase-7.0.0/tests/dbase_add_record_variation1.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_numfields_basic.phpt
A ext-src/tags/dbase-7.0.0/tests/bug73395.phpt
A ext-src/tags/dbase-7.0.0/package.xml
A ext-src/tags/dbase-7.0.0/tests/dbase_delete_record_basic.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_replace_record_variation1.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_add_record_variation3.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_get_record_error_32bit.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_replace_record_basic.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_get_record_basic.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_get_header_info_basic.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_open_error3.dbf
A ext-src/tags/dbase-7.0.0/tests/bug52112.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_replace_record_error.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_add_record_basic.phpt
A ext-src/tags/dbase-7.0.0/tests/001.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_add_record_variation2.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_add_record_error.phpt
A ext-src/tags/dbase-7.0.0/tests/example.dbf
A ext-src/tags/dbase-7.0.0/tests/type_datetime.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_replace_record_variation2.phpt
A ext-src/tags/dbase-7.0.0/tests/bug73442.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_get_record_with_names_basic.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_replace_record_variation3.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_get_header_info_error.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_numfields_error.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_pack_basic.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_close_error.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_delete_record_error_64bit.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_pack_error.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_get_record_error_64bit.phpt
A ext-src/tags/dbase-7.0.0RC1
A ext-src/tags/dbase-7.0.0/tests/dbase_replace_record_error_64bit.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_open_error_open_basedir.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_open_error.phpt
A ext-src/tags/dbase-7.0.0/tests/bug73447.phpt
A ext-src/tags/dbase-7.0.0/tests/type_numeric_int_64bit.phpt
A ext-src/tags/dbase-7.0.0/tests/type_numeric_int_32bit.phpt
A ext-src/tags/dbase-7.0.0/tests/type_logical.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_get_record_with_names_error_64bit.phpt
A ext-src/tags/dbase-7.0.0/tests/bug73414.dbf
A ext-src/tags/dbase-7.0.0/tests/dbase_open_error1.dbf
A ext-src/tags/dbase-7.0.0/tests/dbase_open_error1.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_numrecords_error.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_pack_variation2.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_add_record_variation4.phpt
A ext-src/tags/dbase-7.0.0/tests/bug73411.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_create_error_open_basedir.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_create_variation1.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_pack_variation1.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_get_record_with_names_variation1.phpt
A ext-src/tags/dbase-7.0.0/tests/bug73414.phpt
A ext-src/tags/dbase-7.0.0/tests/002.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_create_basic.phpt
A ext-src/tags/dbase-7.0.0RC1/tests
A ext-src/tags/dbase-7.0.0/tests/bug73391.phpt
A ext-src/tags/dbase-7.0.0/tests/dbase_create_variation2.phpt
A ext-src/tags/dbase-7.0.0/tests/bug39305.phpt
A ext-src/tags/dbase-7.0.0/CREDITS
A ext-src/tags/dbase-7.0.0/dbf_head.c
A ext-src/tags/dbase-7.0.0/tests/dbase_delete_record_variation1.phpt
A ext-src/tags/dbase-7.0.0/gen_example.php
A ext-src/tags/dbase-7.0.0/dbf_head.h
A ext-src/tags/dbase-7.0.0/dbf_rec.c
A ext-src/tags/dbase-7.0.0/tests/dbase_numrecords_basic.phpt
A ext-src/tags/dbase-7.0.0/dbf_sdncal.h
A ext-src/tags/dbase-7.0.0/gregor.c
A ext-src/tags/dbase-7.0.0/dbf_misc.c
A ext-src/tags/dbase-7.0.0/tests/bug31754.phpt
A ext-src/tags/dbase-7.0.0/dbf_misc.h
A ext-src/tags/dbase-7.0.0/config.w32
A ext-src/tags/dbase-7.0.0/dbf_ndx.c
A ext-src/tags/dbase-7.0.0/dbf.h
A ext-src/tags/dbase-7.0.0/dbf_ndx.h
A ext-src/tags/dbase-7.0.0RC1/CREDITS
A ext-src/tags/dbase-7.0.0RC1/LICENSE
A ext-src/tags/dbase-7.0.0/dbf_rec.h
A ext-src/tags/dbase-7.0.0RC1/config.w32
A ext-src/tags/dbase-7.0.0RC1/dbf.h
A ext-src/tags/dbase-7.0.0/config.m4
A ext-src/tags/dbase-7.0.0RC1/dbase.c
A ext-src/tags/dbase-7.0.0RC1/dbf_head.h
A ext-src/tags/dbase-7.0.0/LICENSE
A ext-src/tags/dbase-7.0.0RC1/dbf_misc.h
A ext-src/tags/dbase-7.0.0RC1/dbf_misc.c
A ext-src/tags/dbase-7.0.0RC1/dbf_ndx.h
A ext-src/tags/dbase-7.0.0RC1/config.m4
A ext-src/tags/dbase-7.0.0RC1/dbf_rec.h
A ext-src/tags/dbase-7.0.0RC1/dbf_rec.c
A ext-src/tags/dbase-7.0.0RC1/gregor.c
A ext-src/tags/dbase-7.0.0RC1/dbf_head.c
A ext-src/tags/dbase-7.0.0RC1/php_dbase.h
A ext-src/tags/dbase-7.0.0RC1/package.xml
A ext-src/tags/dbase-7.0.0RC1/dbf_ndx.c
A ext-src/tags/dbase-7.0.0RC1/tests/002.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/bug39305.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/bug31754.phpt
A ext-src/tags/dbase-7.0.0RC1/dbf_sdncal.h
A ext-src/tags/dbase-7.0.0RC1/tests/bug73411.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/bug73391.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/bug73395.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/bug73414.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/001.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/bug73447.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/bug73442.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_add_record_error.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_add_record_variation2.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/bug52112.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_add_record_variation1.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_add_record_variation4.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_create_basic.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/bug73414.dbf
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_close_error.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_create_error_open_basedir.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_create_variation2.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_add_record_basic.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_create_variation1.phpt
A ext-src/tags/dbase-7.0.0beta1
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_delete_record_basic.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_delete_record_error_32bit.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_delete_record_error_64bit.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_add_record_variation3.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_get_header_info_basic.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_get_header_info_error.phpt
A ext-src/tags/dbase-7.0.0beta1/tests
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_get_record_error_64bit.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_get_record_basic.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_get_record_with_names_basic.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_create_error.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_get_record_with_names_variation1.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_get_record_with_names_error_32bit.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_numfields_basic.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_create_variation3.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_numrecords_error.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_numfields_error.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_open_error.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_delete_record_variation1.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_open_error2.dbf
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_open_error1.dbf
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_open_error2.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_get_record_error_32bit.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_open_error_open_basedir.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_open_error3.dbf
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_pack_basic.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_get_record_with_names_error_64bit.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_pack_variation2.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_pack_error.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_replace_record_basic.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_numrecords_basic.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_replace_record_error_64bit.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_replace_record_error.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_replace_record_variation1.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_open_error1.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/example.dbf
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_replace_record_variation2.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/nullable.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/type_numeric_int_32bit.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_open_error3.phpt
A ext-src/tags/dbase-5.1.0
A ext-src/tags/dbase-5.1.0/trunk
A ext-src/tags/dbase-7.0.0beta1/php_dbase.h
A ext-src/tags/dbase-7.0.0beta1/tests/example.php
A ext-src/tags/dbase-7.0.0RC1/tests/type_datetime.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_pack_variation1.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/type_numeric_int_64bit.phpt
A ext-src/tags/dbase-7.0.0beta1/tests/dbase_get_record_basic.phpt
A ext-src/tags/dbase-7.0.0beta1/LICENSE
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_replace_record_error_32bit.phpt
A ext-src/tags/dbase-7.0.0beta1/dbf_head.h
A ext-src/tags/dbase-7.0.0beta1/tests/bug39305.phpt
A ext-src/tags/dbase-7.0.0beta1/tests/dbase_replace_record_variation1.phpt
A ext-src/tags/dbase-7.0.0RC1/tests/dbase_replace_record_variation3.phpt
A ext-src/tags/dbase-7.0.0beta1/tests/dbase_replace_record_basic.phpt
A ext-src/tags/dbase-7.0.0beta1/tests/dbase_numfields_basic.phpt
A ext-src/tags/dbase-7.0.0beta1/tests/bug52112.phpt
A ext-src/tags/dbase-5.0.1
A ext-src/tags/dbase-7.0.0RC1/tests/type_logical.phpt
A ext-src/tags/dbase-7.0.0beta1/package.xml
A ext-src/tags/dbase-7.0.0beta1/tests/dbase_pack_basic.phpt
A ext-src/tags/dbase-7.0.0beta1/tests/dbase_add_record_variation1.phpt
A ext-src/tags/dbase-7.0.0beta1/tests/dbase_get_header_info_basic.phpt
A ext-src/tags/dbase-7.0.0beta1/tests/dbase_numrecords_basic.phpt
A ext-src/tags/dbase-7.0.0beta1/tests/dbase_add_record_variation2.phpt
A ext-src/tags/dbase-7.0.0beta1/tests/dbase_get_record_with_names_basic.phpt
A ext-src/tags/dbase-7.0.0beta1/dbf_rec.c
A ext-src/tags/dbase-7.0.0beta1/tests/dbase_replace_record_variation2.phpt
A ext-src/tags/dbase-7.0.0beta1/tests/dbase_delete_record_basic.phpt
A ext-src/tags/dbase-7.0.0beta1/tests/002.phpt
A ext-src/tags/dbase-7.0.0beta1/config.m4
A ext-src/tags/dbase-7.0.0beta1/tests/dbase_create_error.phpt
A ext-src/tags/dbase-7.0.0beta1/tests/dbase_create_basic.phpt
A ext-src/tags/dbase-7.0.0beta1/dbf_misc.h
A ext-src/tags/php_5_3_0alpha1
A ext-src/tags/php_5_3_0alpha1/tests
A ext-src/tags/dbase-7.0.0beta1/dbf_rec.h
A ext-src/tags/dbase-7.0.0beta1/tests/bug31754.phpt
A ext-src/tags/dbase-7.0.0beta1/config.w32
A ext-src/tags/dbase-7.0.0beta1/dbf_ndx.c
A ext-src/tags/dbase-7.0.0beta1/tests/dbase_add_record_basic.phpt
A ext-src/tags/dbase-7.0.0beta1/dbf_misc.c
A ext-src/tags/dbase-7.0.0beta1/CREDITS
A ext-src/tags/dbase-7.0.0beta1/tests/001.phpt
A ext-src/tags/dbase-7.0.0beta1/dbf_head.c
A ext-src/tags/dbase-5.1.0/trunk/dbf.h
A ext-src/tags/dbase-7.0.0beta1/tests/example.dbf
A ext-src/tags/dbase-5.1.0/trunk/dbf_head.h
A ext-src/tags/dbase-5.1.0/trunk/dbase.c
A ext-src/tags/dbase-5.1.0/trunk/dbf_rec.c
A ext-src/tags/dbase-7.0.0beta1/dbf.h
A ext-src/tags/php_4_4_9RC1
A ext-src/tags/dbase-5.1.0/trunk/dbf_misc.c
A ext-src/tags/dbase-5.1.0/trunk/dbf_ndx.c
A ext-src/tags/dbase-5.1.0/trunk/package.xml
A ext-src/tags/dbase-7.0.0beta1/dbf_ndx.h
A ext-src/tags/dbase-5.1.0/trunk/php_dbase.h
A ext-src/tags/php_4_4_9RC1/tests
A ext-src/tags/dbase-5.1.0/trunk/dbf_head.c
A ext-src/tags/dbase-5.1.0/trunk/dbf_rec.h
A ext-src/tags/dbase-7.0.0beta1/dbase.c
A ext-src/tags/dbase-5.1.0/trunk/CREDITS
A ext-src/tags/dbase-5.0.1/config.m4
A ext-src/tags/dbase-5.1.0/trunk/config.m4
A ext-src/tags/dbase-5.0.1/dbase.c
A ext-src/tags/dbase-5.0.1/dbf_ndx.h
A ext-src/tags/dbase-5.0.1/dbf_head.h
A ext-src/tags/dbase-5.0.1/dbf_ndx.c
A ext-src/tags/php_4_4_9
A ext-src/tags/dbase-5.1.0/trunk/dbf_ndx.h
A ext-src/tags/dbase-5.0.1/CREDITS
A ext-src/tags/dbase-5.0.1/dbf_rec.h
A ext-src/tags/dbase-5.0.1/dbf_misc.c
A ext-src/tags/dbase-5.1.0/trunk/dbf_misc.h
A ext-src/tags/php_4_4_9/tests
A ext-src/tags/dbase-5.0.1/dbf_head.c
A ext-src/tags/php_5_3_0alpha1/tests/bug31754.phpt
A ext-src/tags/dbase-5.0.1/dbf.h
A ext-src/tags/php_5_3_0alpha1/tests/002.phpt
A ext-src/tags/php_5_3_0alpha1/dbf_misc.c
A ext-src/tags/dbase-5.0.1/dbf_rec.c
A ext-src/tags/php_5_3_0alpha1/package.xml
A ext-src/tags/dbase-5.0.1/dbf_misc.h
A ext-src/tags/php_5_3_0alpha1/dbase.dsp
A ext-src/tags/dbase-5.0.1/php_dbase.h
A ext-src/tags/php_4_4_8
A ext-src/tags/php_5_3_0alpha1/config.w32
A ext-src/tags/php_5_3_0alpha1/CREDITS
A ext-src/tags/php_5_3_0alpha1/tests/001.phpt
A ext-src/tags/php_5_3_0alpha1/dbase.c
A ext-src/tags/php_5_3_0alpha1/dbf.h
A ext-src/tags/php_4_4_8/tests
A ext-src/tags/php_5_3_0alpha1/dbf_misc.h
A ext-src/tags/php_5_3_0alpha1/dbf_head.c
A ext-src/tags/php_5_3_0alpha1/php_dbase.h
A ext-src/tags/php_4_4_9RC1/dbase.c
A ext-src/tags/php_5_3_0alpha1/config.m4
A ext-src/tags/php_4_4_9RC1/dbf_rec.c
A ext-src/tags/php_5_3_0alpha1/dbf_rec.c
A ext-src/tags/php_4_4_9RC1/dbf_head.c
A ext-src/tags/php_5_3_0alpha1/dbf_head.h
A ext-src/tags/php_4_4_9RC1/dbf_ndx.c
A ext-src/tags/php_5_2_6RC5
A ext-src/tags/php_5_3_0alpha1/dbf_ndx.c
A ext-src/tags/php_4_4_9RC1/dbf_misc.c
A ext-src/tags/php_5_3_0alpha1/dbf_rec.h
A ext-src/tags/php_4_4_9RC1/dbf.h
A ext-src/tags/php_5_3_0alpha1/dbf_ndx.h
A ext-src/tags/php_5_2_6RC5/tests
A ext-src/tags/php_4_4_9RC1/dbf_ndx.h
A ext-src/tags/php_4_4_9RC1/tests/bug31754.phpt
A ext-src/tags/php_4_4_9/dbase.c
A ext-src/tags/php_4_4_9RC1/php_dbase.h
A ext-src/tags/php_4_4_9RC1/dbase.dsp
A ext-src/tags/php_4_4_9/dbf_head.c
A ext-src/tags/php_4_4_9RC1/config.m4
A ext-src/tags/php_4_4_9RC1/CREDITS
A ext-src/tags/php_4_4_9/dbf_misc.c
A ext-src/tags/php_4_4_9RC1/dbf_head.h
A ext-src/tags/php_4_4_9/php_dbase.h
A ext-src/tags/php_4_4_9RC1/dbf_misc.h
A ext-src/tags/php_4_4_9/dbf_ndx.h
A ext-src/tags/php_4_4_9RC1/dbf_rec.h
A ext-src/tags/php_4_4_9/config.m4
A ext-src/tags/php_5_2_6RC4
A ext-src/tags/php_4_4_9/dbf_rec.c
A ext-src/tags/php_4_4_9/dbf_head.h
A ext-src/tags/php_4_4_9/tests/bug31754.phpt
A ext-src/tags/php_4_4_8/php_dbase.h
A ext-src/tags/php_5_2_6RC4/tests
A ext-src/tags/php_4_4_9/dbf_ndx.c
A ext-src/tags/php_4_4_9/dbf_rec.h
A ext-src/tags/php_4_4_9/dbase.dsp
A ext-src/tags/php_4_4_8/config.m4
A ext-src/tags/php_4_4_9/dbf.h
A ext-src/tags/php_4_4_8/tests/bug31754.phpt
A ext-src/tags/php_4_4_9/CREDITS
A ext-src/tags/php_4_4_8/dbf_head.h
A ext-src/tags/php_4_4_8/dbase.dsp
A ext-src/tags/php_4_4_8/dbase.c
A ext-src/tags/php_4_4_9/dbf_misc.h
A ext-src/tags/php_4_4_8/dbf_rec.h
A ext-src/tags/php_4_4_8/CREDITS
A ext-src/tags/php_4_4_8/dbf_head.c
A ext-src/tags/php_5_2_6RC5/dbf_head.c
A ext-src/tags/php_4_4_8/dbf_rec.c
A ext-src/tags/php_4_4_8/dbf_misc.h
A ext-src/tags/php_5_2_6RC3
A ext-src/tags/php_4_4_8/dbf_misc.c
A ext-src/tags/php_5_2_6RC5/package.xml
A ext-src/tags/php_5_2_6RC5/tests/bug31754.phpt
A ext-src/tags/php_5_2_6RC3/tests
A ext-src/tags/php_4_4_8/dbf_ndx.c
A ext-src/tags/php_4_4_8/dbf_ndx.h
A ext-src/tags/php_5_2_6RC5/dbase.dsp
A ext-src/tags/php_5_2_6RC5/dbf_rec.c
A ext-src/tags/php_4_4_8/dbf.h
A ext-src/tags/php_5_2_6RC5/CREDITS
A ext-src/tags/php_5_2_6RC5/config.w32
A ext-src/tags/php_5_2_6RC5/dbase.c
A ext-src/tags/php_5_2_6RC5/dbf_misc.h
A ext-src/tags/php_5_2_6RC5/dbf.h
A ext-src/tags/php_5_2_6RC5/php_dbase.h
A ext-src/tags/php_5_2_6RC5/tests/001.phpt
A ext-src/tags/php_5_2_6RC4/tests/bug31754.phpt
A ext-src/tags/php_5_2_6RC4/dbase.c
A ext-src/tags/php_5_2_6RC5/tests/002.phpt
A ext-src/tags/php_5_2_6RC5/dbf_misc.c
A ext-src/tags/php_5_2_6RC2
A ext-src/tags/php_5_2_6RC4/dbf_rec.c
A ext-src/tags/php_5_2_6RC4/tests/001.phpt
A ext-src/tags/php_5_2_6RC5/config.m4
A ext-src/tags/php_5_2_6RC5/dbf_ndx.c
A ext-src/tags/php_5_2_6RC2/tests
A ext-src/tags/php_5_2_6RC4/config.w32
A ext-src/tags/php_5_2_6RC4/dbf_misc.c
A ext-src/tags/php_5_2_6RC5/dbf_head.h
A ext-src/tags/php_5_2_6RC5/dbf_ndx.h
A ext-src/tags/php_5_2_6RC4/dbf.h
A ext-src/tags/php_5_2_6RC4/dbf_ndx.c
A ext-src/tags/php_5_2_6RC5/dbf_rec.h
A ext-src/tags/php_5_2_6RC4/php_dbase.h
A ext-src/tags/php_5_2_6RC4/dbf_head.c
A ext-src/tags/php_5_2_6RC4/dbf_ndx.h
A ext-src/tags/php_5_2_6RC3/dbase.c
A ext-src/tags/php_5_2_6RC4/tests/002.phpt
A ext-src/tags/php_5_2_6RC4/package.xml
A ext-src/tags/php_5_2_6RC3/php_dbase.h
A ext-src/tags/php_5_2_6RC3/tests/001.phpt
A ext-src/tags/php_5_2_6RC4/config.m4
A ext-src/tags/php_5_2_6RC1
A ext-src/tags/php_5_2_6RC1/tests
A ext-src/tags/php_5_2_6RC4/dbase.dsp
A ext-src/tags/php_5_2_6RC3/tests/002.phpt
A ext-src/tags/php_5_2_6RC3/dbf_misc.c
A ext-src/tags/php_5_2_6RC4/dbf_head.h
A ext-src/tags/php_5_2_6RC4/CREDITS
A ext-src/tags/php_5_2_6RC3/config.m4
A ext-src/tags/php_5_2_6RC4/dbf_rec.h
A ext-src/tags/php_5_2_6RC3/dbf_ndx.c
A ext-src/tags/php_5_2_6RC4/dbf_misc.h
A ext-src/tags/php_5_2_6RC3/dbf_head.h
A ext-src/tags/php_5_2_6RC3/dbf_head.c
A ext-src/tags/php_5_2_6RC3/dbf_ndx.h
A ext-src/tags/php_5_2_6RC3/tests/bug31754.phpt
A ext-src/tags/php_5_2_6RC3/dbf_rec.h
A ext-src/tags/php_5_2_6RC3/package.xml
A ext-src/tags/php_5_2_6
A ext-src/tags/php_5_2_6RC2/php_dbase.h
A ext-src/tags/php_5_2_6RC3/dbf_rec.c
A ext-src/tags/php_5_2_6RC2/dbf_head.c
A ext-src/tags/php_5_2_6RC3/dbase.dsp
A ext-src/tags/php_5_2_6RC2/tests/002.phpt
A ext-src/tags/php_5_2_6/tests
A ext-src/tags/php_5_2_6RC3/config.w32
A ext-src/tags/php_5_2_6RC2/package.xml
A ext-src/tags/php_5_2_6RC3/CREDITS
A ext-src/tags/php_5_2_6RC3/dbf.h
A ext-src/tags/php_5_2_6RC2/config.m4
A ext-src/tags/php_5_2_6RC3/dbf_misc.h
A ext-src/tags/php_5_2_6RC2/dbase.dsp
A ext-src/tags/php_5_2_6RC2/dbf_head.h
A ext-src/tags/php_5_2_6RC2/dbase.c
A ext-src/tags/php_5_2_6RC2/CREDITS
A ext-src/tags/php_5_2_6RC2/tests/bug31754.phpt
A ext-src/tags/php_5_2_6RC2/dbf_rec.h
A ext-src/tags/php_5_2_6RC2/tests/001.phpt
A ext-src/tags/php_5_2_6RC2/dbf_misc.h
A ext-src/tags/php_5_2_6RC2/dbf_rec.c
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND_IN_5_3
A ext-src/tags/php_5_2_6RC2/dbf_misc.c
A ext-src/tags/php_5_2_6RC1/dbf_head.c
A ext-src/tags/php_5_2_6RC1/tests/bug31754.phpt
A ext-src/tags/php_5_2_6RC2/config.w32
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND_IN_5_3/tests
A ext-src/tags/php_5_2_6RC2/dbf_ndx.c
A ext-src/tags/php_5_2_6RC1/package.xml
A ext-src/tags/php_5_2_6RC1/dbf_rec.c
A ext-src/tags/php_5_2_6RC2/dbf.h
A ext-src/tags/php_5_2_6RC2/dbf_ndx.h
A ext-src/tags/php_5_2_6RC1/dbase.dsp
A ext-src/tags/php_5_2_6RC1/config.w32
A ext-src/tags/php_5_2_6RC1/dbase.c
A ext-src/tags/php_5_2_6RC1/php_dbase.h
A ext-src/tags/php_5_2_6RC1/CREDITS
A ext-src/tags/php_5_2_6RC1/dbf.h
A ext-src/tags/php_5_2_6RC1/dbf_misc.h
A ext-src/tags/php_5_2_6RC1/tests/001.phpt
A ext-src/tags/php_5_2_6RC1/tests/002.phpt
A ext-src/tags/php_5_2_6/dbase.c
A ext-src/tags/php_5_2_5RC2
A ext-src/tags/php_5_2_6/tests/bug31754.phpt
A ext-src/tags/php_5_2_6RC1/dbf_misc.c
A ext-src/tags/php_5_2_6RC1/config.m4
A ext-src/tags/php_5_2_6/tests/001.phpt
A ext-src/tags/php_5_2_5RC2/tests
A ext-src/tags/php_5_2_6/dbf_rec.c
A ext-src/tags/php_5_2_6RC1/dbf_ndx.c
A ext-src/tags/php_5_2_6RC1/dbf_head.h
A ext-src/tags/php_5_2_6/dbf_misc.c
A ext-src/tags/php_5_2_6/config.w32
A ext-src/tags/php_5_2_6RC1/dbf_rec.h
A ext-src/tags/php_5_2_6RC1/dbf_ndx.h
A ext-src/tags/php_5_2_6/dbf_ndx.c
A ext-src/tags/php_5_2_6/dbf.h
A ext-src/tags/php_5_2_6/dbf_head.c
A ext-src/tags/php_5_2_6/php_dbase.h
A ext-src/tags/php_5_2_6/dbf_ndx.h
A ext-src/tags/php_5_2_6/package.xml
A ext-src/tags/php_5_2_6/tests/002.phpt
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND_IN_5_3/dbf_misc.c
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND_IN_5_3/dbase.c
A ext-src/tags/php_5_2_5RC1
A ext-src/tags/php_5_2_5RC1/tests
A ext-src/tags/php_5_2_6/dbase.dsp
A ext-src/tags/php_5_2_6/config.m4
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND_IN_5_3/tests/001.phpt
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND_IN_5_3/tests/bug31754.phpt
A ext-src/tags/php_5_2_6/CREDITS
A ext-src/tags/php_5_2_6/dbf_head.h
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND_IN_5_3/config.m4
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND_IN_5_3/php_dbase.h
A ext-src/tags/php_5_2_6/dbf_misc.h
A ext-src/tags/php_5_2_6/dbf_rec.h
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND_IN_5_3/dbf_head.h
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND_IN_5_3/dbf_ndx.c
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND_IN_5_3/dbf_head.c
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND_IN_5_3/dbf_rec.h
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND_IN_5_3/dbf_ndx.h
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND_IN_5_3/package.xml
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND_IN_5_3/dbf_rec.c
A ext-src/tags/php_5_2_5RC2/tests/001.phpt
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND_IN_5_3/tests/002.phpt
A ext-src/tags/php_5_2_5RC2/tests/bug31754.phpt
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND_IN_5_3/config.w32
A ext-src/tags/php_5_2_5
A ext-src/tags/php_5_2_5/tests
A ext-src/tags/php_5_2_5RC2/dbf_rec.c
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND_IN_5_3/dbase.dsp
A ext-src/tags/php_5_2_5RC2/dbase.c
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND_IN_5_3/dbf.h
A ext-src/tags/php_5_2_5RC2/dbase.dsp
A ext-src/tags/php_5_2_5RC2/config.m4
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND_IN_5_3/CREDITS
A ext-src/tags/php_5_2_5RC2/dbf_head.c
A ext-src/tags/php_5_2_5RC2/CREDITS
A ext-src/tags/php_5_2_5RC2/dbf_head.h
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND_IN_5_3/dbf_misc.h
A ext-src/tags/php_5_2_5RC2/package.xml
A ext-src/tags/php_5_2_5RC2/dbf_misc.h
A ext-src/tags/php_5_2_5RC2/dbf_rec.h
A ext-src/tags/php_5_2_5RC2/tests/002.phpt
A ext-src/tags/php_5_2_5RC2/php_dbase.h
A ext-src/tags/php_5_2_5RC1/tests/002.phpt
A ext-src/tags/php_5_2_5RC1/tests/001.phpt
A ext-src/tags/php_5_2_5RC2/dbf_misc.c
A ext-src/tags/php_5_2_5RC2/dbf_ndx.c
A ext-src/tags/php_5_2_4RC3
A ext-src/tags/php_5_2_4RC3/tests
A ext-src/tags/php_5_2_5RC1/dbf_rec.c
A ext-src/tags/php_5_2_5RC2/config.w32
A ext-src/tags/php_5_2_5RC2/dbf_ndx.h
A ext-src/tags/php_5_2_5RC1/dbase.dsp
A ext-src/tags/php_5_2_5RC2/dbf.h
A ext-src/tags/php_5_2_5RC1/tests/bug31754.phpt
A ext-src/tags/php_5_2_5RC1/CREDITS
A ext-src/tags/php_5_2_5RC1/dbf_head.c
A ext-src/tags/php_5_2_5RC1/dbf_misc.c
A ext-src/tags/php_5_2_5RC1/package.xml
A ext-src/tags/php_5_2_5RC1/dbf_misc.h
A ext-src/tags/php_5_2_5RC1/config.w32
A ext-src/tags/php_5_2_5RC1/dbase.c
A ext-src/tags/php_5_2_5RC1/php_dbase.h
A ext-src/tags/php_5_2_4RC2
A ext-src/tags/php_5_2_5/tests/002.phpt
A ext-src/tags/php_5_2_5RC1/dbf.h
A ext-src/tags/php_5_2_5RC1/config.m4
A ext-src/tags/php_5_2_5RC1/dbf_ndx.c
A ext-src/tags/php_5_2_5/dbf_misc.c
A ext-src/tags/php_5_2_4RC2/tests
A ext-src/tags/php_5_2_5RC1/dbf_head.h
A ext-src/tags/php_5_2_5/dbf_head.c
A ext-src/tags/php_5_2_5RC1/dbf_ndx.h
A ext-src/tags/php_5_2_5RC1/dbf_rec.h
A ext-src/tags/php_5_2_5/config.w32
A ext-src/tags/php_5_2_5/package.xml
A ext-src/tags/php_5_2_5/php_dbase.h
A ext-src/tags/php_5_2_5/tests/001.phpt
A ext-src/tags/php_5_2_5/tests/bug31754.phpt
A ext-src/tags/php_5_2_5/dbf.h
A ext-src/tags/php_5_2_5/dbf_ndx.c
A ext-src/tags/php_5_2_5/dbf_rec.c
A ext-src/tags/php_5_2_5/dbase.c
A ext-src/tags/php_5_2_4RC3/dbf_head.c
A ext-src/tags/php_5_2_5/dbf_ndx.h
A ext-src/tags/php_5_2_5/dbase.dsp
A ext-src/tags/php_5_2_4
A ext-src/tags/php_5_2_4RC3/package.xml
A ext-src/tags/php_5_2_5/config.m4
A ext-src/tags/php_5_2_5/CREDITS
A ext-src/tags/php_5_2_5/dbf_head.h
A ext-src/tags/php_5_2_4/tests
A ext-src/tags/php_5_2_4RC3/php_dbase.h
A ext-src/tags/php_5_2_4RC3/tests/bug31754.phpt
A ext-src/tags/php_5_2_5/dbf_rec.h
A ext-src/tags/php_5_2_5/dbf_misc.h
A ext-src/tags/php_5_2_4RC3/dbf_ndx.c
A ext-src/tags/php_5_2_4RC3/dbf_ndx.h
A ext-src/tags/php_5_2_4RC3/tests/002.phpt
A ext-src/tags/php_5_2_4RC3/tests/001.phpt
A ext-src/tags/php_5_2_4RC2/tests/bug31754.phpt
A ext-src/tags/php_5_2_4RC3/dbase.c
A ext-src/tags/php_5_2_4RC3/dbf_rec.c
A ext-src/tags/php_5_2_4RC3/dbf_misc.c
A ext-src/tags/php_5_2_4RC3/config.m4
A ext-src/tags/php_5_2_4RC3/dbase.dsp
A ext-src/tags/php_5_2_4RC2/dbase.c
A ext-src/tags/php_5_2_4RC3/config.w32
A ext-src/tags/BEFORE_REAL_IMPORT_OF_MYSQLND
A ext-src/tags/php_5_2_4RC3/dbf_head.h
A ext-src/tags/php_5_2_4RC3/CREDITS
A ext-src/tags/php_5_2_4RC2/config.m4
A ext-src/tags/php_5_2_4RC3/dbf.h
A ext-src/tags/BEFORE_REAL_IMPORT_OF_MYSQLND/tests
A ext-src/tags/php_5_2_4RC3/dbf_rec.h
A ext-src/tags/php_5_2_4RC3/dbf_misc.h
A ext-src/tags/php_5_2_4RC2/dbf_head.h
A ext-src/tags/php_5_2_4RC2/dbf_head.c
A ext-src/tags/php_5_2_4RC2/tests/001.phpt
A ext-src/tags/php_5_2_4RC2/tests/002.phpt
A ext-src/tags/php_5_2_4RC2/dbf_rec.h
A ext-src/tags/php_5_2_4RC2/package.xml
A ext-src/tags/php_5_2_4RC2/dbf_rec.c
A ext-src/tags/php_5_2_4RC2/dbf_misc.c
A ext-src/tags/php_5_2_4/tests/001.phpt
A ext-src/tags/php_5_2_4RC2/php_dbase.h
A ext-src/tags/php_5_2_4RC2/config.w32
A ext-src/tags/php_5_2_4/dbf_rec.c
A ext-src/tags/php_5_2_4RC2/dbf_ndx.c
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND/tests
A ext-src/tags/php_5_2_4RC2/dbf.h
A ext-src/tags/php_5_2_4/dbase.dsp
A ext-src/tags/php_5_2_4RC2/dbf_ndx.h
A ext-src/tags/php_5_2_4/CREDITS
A ext-src/tags/php_5_2_4/tests/bug31754.phpt
A ext-src/tags/php_5_2_4/dbf_head.c
A ext-src/tags/php_5_2_4RC2/dbase.dsp
A ext-src/tags/php_5_2_4RC2/CREDITS
A ext-src/tags/php_5_2_4/package.xml
A ext-src/tags/php_5_2_4/dbase.c
A ext-src/tags/php_5_2_4/dbf_misc.h
A ext-src/tags/php_5_2_4RC2/dbf_misc.h
A ext-src/tags/php_5_2_4/php_dbase.h
A ext-src/tags/php_5_2_4/config.m4
A ext-src/tags/BEFORE_REAL_IMPORT_OF_MYSQLND/tests/001.phpt
A ext-src/tags/php_5_2_4/tests/002.phpt
A ext-src/tags/php_5_2_4/dbf_head.h
A ext-src/tags/php_5_2_4/dbf_ndx.c
A ext-src/tags/BEFORE_REAL_IMPORT_OF_MYSQLND/dbf_misc.c
A ext-src/tags/php_5_2_4/dbf_misc.c
A ext-src/tags/php_5_2_4RC1
A ext-src/tags/php_5_2_4RC1/tests
A ext-src/tags/php_5_2_4/dbf_ndx.h
A ext-src/tags/php_5_2_4/dbf_rec.h
A ext-src/tags/BEFORE_REAL_IMPORT_OF_MYSQLND/config.w32
A ext-src/tags/php_5_2_4/config.w32
A ext-src/tags/BEFORE_REAL_IMPORT_OF_MYSQLND/dbf.h
A ext-src/tags/BEFORE_REAL_IMPORT_OF_MYSQLND/tests/bug31754.phpt
A ext-src/tags/BEFORE_REAL_IMPORT_OF_MYSQLND/dbf_head.c
A ext-src/tags/php_5_2_4/dbf.h
A ext-src/tags/BEFORE_REAL_IMPORT_OF_MYSQLND/package.xml
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND/dbf_rec.c
A ext-src/tags/BEFORE_REAL_IMPORT_OF_MYSQLND/dbf_rec.c
A ext-src/tags/BEFORE_REAL_IMPORT_OF_MYSQLND/dbase.c
A ext-src/tags/BEFORE_REAL_IMPORT_OF_MYSQLND/config.m4
A ext-src/tags/BEFORE_REAL_IMPORT_OF_MYSQLND/tests/002.phpt
A ext-src/tags/BEFORE_REAL_IMPORT_OF_MYSQLND/dbase.dsp
A ext-src/tags/php_5_2_3RC1
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND/tests/002.phpt
A ext-src/tags/BEFORE_REAL_IMPORT_OF_MYSQLND/dbf_head.h
A ext-src/tags/BEFORE_REAL_IMPORT_OF_MYSQLND/php_dbase.h
A ext-src/tags/BEFORE_REAL_IMPORT_OF_MYSQLND/CREDITS
A ext-src/tags/BEFORE_REAL_IMPORT_OF_MYSQLND/dbf_rec.h
A ext-src/tags/php_5_2_3RC1/tests
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND/php_dbase.h
A ext-src/tags/BEFORE_REAL_IMPORT_OF_MYSQLND/dbf_ndx.c
A ext-src/tags/BEFORE_REAL_IMPORT_OF_MYSQLND/dbf_misc.h
A ext-src/tags/BEFORE_REAL_IMPORT_OF_MYSQLND/dbf_ndx.h
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND/dbf_ndx.c
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND/tests/bug31754.phpt
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND/tests/001.phpt
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND/dbf_ndx.h
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND/dbf_head.c
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND/dbase.c
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND/dbf_misc.c
A ext-src/tags/php_5_2_4RC1/tests/bug31754.phpt
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND/package.xml
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND/dbase.dsp
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND/config.w32
A ext-src/tags/php_5_2_3
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND/config.m4
A ext-src/tags/php_5_2_4RC1/dbase.c
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND/CREDITS
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND/dbf_head.h
A ext-src/tags/php_5_2_3/tests
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND/dbf.h
A ext-src/tags/php_5_2_4RC1/config.m4
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND/dbf_misc.h
A ext-src/tags/BEFORE_IMPORT_OF_MYSQLND/dbf_rec.h
A ext-src/tags/php_5_2_4RC1/dbf_head.c
A ext-src/tags/php_5_2_4RC1/dbf_head.h
A ext-src/tags/php_5_2_4RC1/tests/001.phpt
A ext-src/tags/php_5_2_4RC1/tests/002.phpt
A ext-src/tags/php_5_2_4RC1/package.xml
A ext-src/tags/php_5_2_4RC1/dbf_rec.h
A ext-src/tags/php_5_2_4RC1/dbf_rec.c
A ext-src/tags/php_5_2_4RC1/dbf_misc.c
A ext-src/tags/php_5_2_4RC1/php_dbase.h
A ext-src/tags/php_5_2_3RC1/tests/001.phpt
A ext-src/tags/php_5_2_4RC1/dbase.dsp
A ext-src/tags/php_5_2_4RC1/config.w32
A ext-src/tags/php_5_2_2RC2
A ext-src/tags/php_5_2_4RC1/dbf_ndx.c
A ext-src/tags/php_5_2_3RC1/dbf_rec.c
A ext-src/tags/php_5_2_4RC1/CREDITS
A ext-src/tags/php_5_2_4RC1/dbf.h
A ext-src/tags/php_5_2_2RC2/tests
A ext-src/tags/php_5_2_4RC1/dbf_ndx.h
A ext-src/tags/php_5_2_3RC1/dbase.dsp
A ext-src/tags/php_5_2_4RC1/dbf_misc.h
A ext-src/tags/php_5_2_3RC1/tests/bug31754.phpt
A ext-src/tags/php_5_2_3RC1/dbf_head.c
A ext-src/tags/php_5_2_3RC1/CREDITS
A ext-src/tags/php_5_2_3RC1/tests/002.phpt
A ext-src/tags/php_5_2_3RC1/package.xml
A ext-src/tags/php_5_2_3RC1/dbf_misc.h
A ext-src/tags/php_5_2_3RC1/dbase.c
A ext-src/tags/php_5_2_3RC1/dbf_misc.c
A ext-src/tags/php_5_2_3RC1/php_dbase.h
A ext-src/tags/php_5_2_3RC1/config.m4
A ext-src/tags/php_5_2_3/tests/002.phpt
A ext-src/tags/php_5_2_3RC1/config.w32
A ext-src/tags/php_5_2_3RC1/dbf_head.h
A ext-src/tags/php_5_2_2RC1
A ext-src/tags/php_5_2_2RC1/tests
A ext-src/tags/php_5_2_3RC1/dbf_ndx.c
A ext-src/tags/php_5_2_3/dbf_misc.c
A ext-src/tags/php_5_2_3RC1/dbf.h
A ext-src/tags/php_5_2_3RC1/dbf_rec.h
A ext-src/tags/php_5_2_3RC1/dbf_ndx.h
A ext-src/tags/php_5_2_3/dbf_head.c
A ext-src/tags/php_5_2_3/config.w32
A ext-src/tags/php_5_2_3/tests/001.phpt
A ext-src/tags/php_5_2_3/tests/bug31754.phpt
A ext-src/tags/php_5_2_3/package.xml
A ext-src/tags/php_5_2_3/dbf.h
A ext-src/tags/php_5_2_3/dbf_rec.c
A ext-src/tags/php_5_2_3/dbase.c
A ext-src/tags/php_5_2_3/php_dbase.h
A ext-src/tags/php_5_2_2RC2/package.xml
A ext-src/tags/php_5_2_3/dbase.dsp
A ext-src/tags/php_5_2_3/config.m4
A ext-src/tags/php_5_2_3/dbf_ndx.c
A ext-src/tags/php_5_2_2RC2/tests/bug31754.phpt
A ext-src/tags/php_5_2_3/CREDITS
A ext-src/tags/php_5_2_2
A ext-src/tags/php_5_2_2/tests
A ext-src/tags/php_5_2_3/dbf_head.h
A ext-src/tags/php_5_2_3/dbf_ndx.h
A ext-src/tags/php_5_2_2RC2/php_dbase.h
A ext-src/tags/php_5_2_3/dbf_misc.h
A ext-src/tags/php_5_2_2RC2/dbase.c
A ext-src/tags/php_5_2_3/dbf_rec.h
A ext-src/tags/php_5_2_2RC2/tests/002.phpt
A ext-src/tags/php_5_2_2RC2/dbf_ndx.c
A ext-src/tags/php_5_2_2RC2/dbf_head.c
A ext-src/tags/php_5_2_2RC2/tests/001.phpt
A ext-src/tags/php_5_2_2RC2/dbf_ndx.h
A ext-src/tags/php_5_2_2RC2/dbf_misc.c
A ext-src/tags/php_5_2_2RC2/dbf_rec.c
A ext-src/tags/php_5_2_2RC2/config.m4
A ext-src/tags/php_5_2_2RC1/dbase.c
A ext-src/tags/php_5_2_1RC4
A ext-src/tags/php_5_2_2RC2/config.w32
A ext-src/tags/php_5_2_2RC2/dbf_head.h
A ext-src/tags/php_5_2_2RC2/dbase.dsp
A ext-src/tags/php_5_2_2RC1/dbf_head.c
A ext-src/tags/php_5_2_2RC2/dbf_rec.h
A ext-src/tags/php_5_2_1RC4/tests
A ext-src/tags/php_5_2_2RC2/dbf.h
A ext-src/tags/php_5_2_2RC2/CREDITS
A ext-src/tags/php_5_2_2RC1/tests/001.phpt
A ext-src/tags/php_5_2_2RC1/config.m4
A ext-src/tags/php_5_2_2RC1/package.xml
A ext-src/tags/php_5_2_2RC2/dbf_misc.h
A ext-src/tags/php_5_2_2RC1/dbf_rec.c
A ext-src/tags/php_5_2_2RC1/tests/bug31754.phpt
A ext-src/tags/php_5_2_2RC1/dbf_head.h
A ext-src/tags/php_5_2_2RC1/dbase.dsp
A ext-src/tags/php_5_2_2RC1/php_dbase.h
A ext-src/tags/php_5_2_2RC1/tests/002.phpt
A ext-src/tags/php_5_2_2RC1/dbf_rec.h
A ext-src/tags/php_5_2_2RC1/CREDITS
A ext-src/tags/php_5_2_2RC1/dbf_ndx.c
A ext-src/tags/php_5_2_1
A ext-src/tags/php_5_2_1/tests
A ext-src/tags/php_5_2_2/tests/001.phpt
A ext-src/tags/php_5_2_2RC1/dbf_misc.c
A ext-src/tags/php_5_2_2RC1/dbf_misc.h
A ext-src/tags/php_5_2_2RC1/dbf_ndx.h
A ext-src/tags/php_5_2_2RC1/config.w32
A ext-src/tags/php_5_2_2/dbf_rec.c
A ext-src/tags/php_5_2_2/tests/002.phpt
A ext-src/tags/php_5_2_2RC1/dbf.h
A ext-src/tags/php_5_2_2/dbase.c
A ext-src/tags/php_5_2_2/dbase.dsp
A ext-src/tags/php_5_2_2/dbf_misc.c
A ext-src/tags/php_5_2_2/dbf_head.c
A ext-src/tags/php_5_2_2/package.xml
A ext-src/tags/php_5_2_2/CREDITS
A ext-src/tags/php_5_2_2/config.w32
A ext-src/tags/php_5_2_2/tests/bug31754.phpt
A ext-src/tags/php_5_2_2/config.m4
A ext-src/tags/php_5_2_2/dbf_misc.h
A ext-src/tags/php_5_2_2/dbf.h
A ext-src/tags/php_5_2_2/php_dbase.h
A ext-src/tags/php_4_4_8RC1
A ext-src/tags/php_5_2_2/dbf_head.h
A ext-src/tags/php_5_2_1RC4/dbase.c
A ext-src/tags/php_5_2_1RC4/tests/002.phpt
A ext-src/tags/php_5_2_2/dbf_ndx.c
A ext-src/tags/php_5_2_2/dbf_rec.h
A ext-src/tags/php_4_4_8RC1/tests
A ext-src/tags/php_5_2_1RC4/package.xml
A ext-src/tags/php_5_2_1RC4/php_dbase.h
A ext-src/tags/php_5_2_2/dbf_ndx.h
A ext-src/tags/php_5_2_1RC4/tests/bug31754.phpt
A ext-src/tags/php_5_2_1RC4/dbf_ndx.c
A ext-src/tags/php_5_2_1RC4/dbase.dsp
A ext-src/tags/php_5_2_1RC4/tests/001.phpt
A ext-src/tags/php_5_2_1RC4/config.m4
A ext-src/tags/php_5_2_1RC4/dbf_misc.c
A ext-src/tags/php_5_2_1RC4/dbf.h
A ext-src/tags/php_4_4_7RC1
A ext-src/tags/php_5_2_1RC4/dbf_head.c
A ext-src/tags/php_5_2_1RC4/dbf_rec.c
A ext-src/tags/php_5_2_1RC4/dbf_ndx.h
A ext-src/tags/php_5_2_1/tests/002.phpt
A ext-src/tags/php_5_2_1RC4/config.w32
A ext-src/tags/php_4_4_7RC1/tests
A ext-src/tags/php_5_2_1/tests/001.phpt
A ext-src/tags/php_5_2_1RC4/CREDITS
A ext-src/tags/php_5_2_1/php_dbase.h
A ext-src/tags/php_5_2_1RC4/dbf_head.h
A ext-src/tags/php_5_2_1/dbf_head.c
A ext-src/tags/php_5_2_1/dbase.dsp
A ext-src/tags/php_5_2_1RC4/dbf_misc.h
A ext-src/tags/php_5_2_1RC4/dbf_rec.h
A ext-src/tags/php_5_2_1/config.w32
A ext-src/tags/php_5_2_1/tests/bug31754.phpt
A ext-src/tags/php_4_4_7
A ext-src/tags/php_5_2_1/dbf_misc.c
A ext-src/tags/php_5_2_1/dbase.c
A ext-src/tags/php_5_2_1/dbf_head.h
A ext-src/tags/php_5_2_1/config.m4
A ext-src/tags/php_5_2_1/package.xml
A ext-src/tags/php_4_4_7/tests
A ext-src/tags/php_5_2_1/dbf_ndx.h
A ext-src/tags/php_5_2_1/dbf_rec.h
A ext-src/tags/php_5_2_1/dbf_rec.c
A ext-src/tags/php_4_4_8RC1/php_dbase.h
A ext-src/tags/php_5_2_1/dbf_ndx.c
A ext-src/tags/php_4_4_8RC1/tests/bug31754.phpt
A ext-src/tags/php_5_2_1/CREDITS
A ext-src/tags/php_4_4_8RC1/config.m4
A ext-src/tags/php_5_2_1/dbf.h
A ext-src/tags/php_4_4_8RC1/dbase.dsp
A ext-src/tags/php_4_4_6RC1
A ext-src/tags/php_5_2_1/dbf_misc.h
A ext-src/tags/php_4_4_8RC1/dbf_head.h
A ext-src/tags/php_4_4_8RC1/dbase.c
A ext-src/tags/php_4_4_8RC1/dbf_rec.c
A ext-src/tags/php_4_4_8RC1/CREDITS
A ext-src/tags/php_4_4_6RC1/tests
A ext-src/tags/php_4_4_8RC1/dbf_rec.h
A ext-src/tags/php_4_4_8RC1/dbf_misc.h
A ext-src/tags/php_4_4_8RC1/dbf_head.c
A ext-src/tags/php_4_4_8RC1/dbf_ndx.c
A ext-src/tags/php_4_4_7RC1/tests/bug31754.phpt
A ext-src/tags/php_4_4_8RC1/dbf.h
A ext-src/tags/php_4_4_7RC1/dbf_rec.c
A ext-src/tags/php_4_4_8RC1/dbf_misc.c
A ext-src/tags/php_4_4_7RC1/dbase.dsp
A ext-src/tags/php_4_4_7RC1/dbase.c
A ext-src/tags/php_4_4_6
A ext-src/tags/php_4_4_7RC1/dbf_ndx.c
A ext-src/tags/php_4_4_8RC1/dbf_ndx.h
A ext-src/tags/php_4_4_7RC1/CREDITS
A ext-src/tags/php_4_4_7RC1/dbf.h
A ext-src/tags/php_4_4_6/tests
A ext-src/tags/php_4_4_7RC1/dbf_head.c
A ext-src/tags/php_4_4_7RC1/php_dbase.h
A ext-src/tags/php_4_4_7RC1/dbf_misc.h
A ext-src/tags/php_4_4_7RC1/dbf_misc.c
A ext-src/tags/php_4_4_7/dbase.c
A ext-src/tags/php_4_4_7RC1/config.m4
A ext-src/tags/php_4_4_7/dbf_rec.c
A ext-src/tags/php_4_4_7/dbf_head.c
A ext-src/tags/php_4_4_7RC1/dbf_ndx.h
A ext-src/tags/php_4_4_7RC1/dbf_head.h
A ext-src/tags/php_4_4_7/dbf_ndx.c
A ext-src/tags/php_4_4_5RC2
A ext-src/tags/php_4_4_7/dbf_misc.c
A ext-src/tags/php_4_4_7/php_dbase.h
A ext-src/tags/php_4_4_7RC1/dbf_rec.h
A ext-src/tags/php_4_4_7/dbf.h
A ext-src/tags/php_4_4_5RC2/tests
A ext-src/tags/php_4_4_7/dbf_ndx.h
A ext-src/tags/php_4_4_7/config.m4
A ext-src/tags/php_4_4_7/tests/bug31754.phpt
A ext-src/tags/php_4_4_6RC1/dbase.c
A ext-src/tags/php_4_4_6RC1/php_dbase.h
A ext-src/tags/php_4_4_7/dbf_head.h
A ext-src/tags/php_4_4_7/dbase.dsp
A ext-src/tags/php_4_4_6RC1/dbf_head.c
A ext-src/tags/php_4_4_6RC1/config.m4
A ext-src/tags/php_4_4_7/dbf_rec.h
A ext-src/tags/php_4_4_7/CREDITS
A ext-src/tags/php_4_4_5RC1
A ext-src/tags/php_4_4_6RC1/dbf_misc.c
A ext-src/tags/php_4_4_6RC1/dbf_head.h
A ext-src/tags/php_4_4_6RC1/tests/bug31754.phpt
A ext-src/tags/php_4_4_7/dbf_misc.h
A ext-src/tags/php_4_4_5RC1/tests
A ext-src/tags/php_4_4_6RC1/dbf_ndx.h
A ext-src/tags/php_4_4_6RC1/dbase.dsp
A ext-src/tags/php_4_4_6RC1/dbf_rec.c
A ext-src/tags/php_4_4_6/php_dbase.h
A ext-src/tags/php_4_4_6RC1/CREDITS
A ext-src/tags/php_4_4_6RC1/dbf_ndx.c
A ext-src/tags/php_4_4_6/config.m4
A ext-src/tags/php_4_4_6RC1/dbf_misc.h
A ext-src/tags/php_4_4_6RC1/dbf_rec.h
A ext-src/tags/php_4_4_6RC1/dbf.h
A ext-src/tags/php_4_4_6/dbf_head.h
A ext-src/tags/php_4_4_5
A ext-src/tags/php_4_4_6/dbf_rec.c
A ext-src/tags/php_4_4_6/tests/bug31754.phpt
A ext-src/tags/php_4_4_6/dbase.c
A ext-src/tags/php_4_4_6/dbf_rec.h
A ext-src/tags/php_4_4_5/tests
A ext-src/tags/php_4_4_6/dbf_ndx.c
A ext-src/tags/php_4_4_6/dbase.dsp
A ext-src/tags/php_4_4_6/dbf_head.c
A ext-src/tags/php_4_4_5RC2/tests/bug31754.phpt
A ext-src/tags/php_4_4_6/dbf.h
A ext-src/tags/php_4_4_6/CREDITS
A ext-src/tags/php_4_4_6/dbf_misc.c
A ext-src/tags/php_4_4_5RC2/dbase.dsp
A ext-src/tags/php_4_4_6/dbf_misc.h
A ext-src/tags/php_4_4_6/dbf_ndx.h
A ext-src/tags/php_4_4_5RC2/dbase.c
A ext-src/tags/php_5_2_1RC3
A ext-src/tags/php_4_4_5RC2/CREDITS
A ext-src/tags/php_4_4_5RC2/dbf_rec.c
A ext-src/tags/php_4_4_5RC2/php_dbase.h
A ext-src/tags/php_4_4_5RC2/dbf_misc.h
A ext-src/tags/php_5_2_1RC3/tests
A ext-src/tags/php_4_4_5RC2/dbf_head.c
A ext-src/tags/php_4_4_5RC2/dbf_ndx.c
A ext-src/tags/php_4_4_5RC2/config.m4
A ext-src/tags/php_4_4_5RC1/dbf_rec.c
A ext-src/tags/php_4_4_5RC2/dbf_misc.c
A ext-src/tags/php_4_4_5RC2/dbf.h
A ext-src/tags/php_4_4_5RC2/dbf_head.h
A ext-src/tags/php_4_4_5RC2/dbf_ndx.h
A ext-src/tags/php_4_4_5RC1/dbf_ndx.c
A ext-src/tags/php_4_4_5RC1/dbase.c
A ext-src/tags/php_4_4_5RC2/dbf_rec.h
A ext-src/tags/php_4_4_5RC1/dbf.h
A ext-src/tags/php_4_4_5RC1/php_dbase.h
A ext-src/tags/php_4_4_5RC1/dbf_head.c
A ext-src/tags/php_4_4_5RC1/tests/bug31754.phpt
A ext-src/tags/php_4_4_5RC1/config.m4
A ext-src/tags/php_4_4_5/dbase.c
A ext-src/tags/php_5_2_1RC2
A ext-src/tags/php_4_4_5RC1/dbf_misc.c
A ext-src/tags/php_4_4_5RC1/dbase.dsp
A ext-src/tags/php_4_4_5/dbf_head.c
A ext-src/tags/php_5_2_1RC2/tests
A ext-src/tags/php_4_4_5RC1/dbf_head.h
A ext-src/tags/php_4_4_5RC1/CREDITS
A ext-src/tags/php_4_4_5RC1/dbf_ndx.h
A ext-src/tags/php_4_4_5/dbf_misc.c
A ext-src/tags/php_4_4_5RC1/dbf_rec.h
A ext-src/tags/php_4_4_5RC1/dbf_misc.h
A ext-src/tags/php_4_4_5/php_dbase.h
A ext-src/tags/php_4_4_5/tests/bug31754.phpt
A ext-src/tags/php_4_4_5/dbf_ndx.h
A ext-src/tags/php_4_4_5/dbf_rec.c
A ext-src/tags/php_4_4_5/config.m4
A ext-src/tags/php_4_4_5/dbase.dsp
A ext-src/tags/php_5_2_1RC3/php_dbase.h
A ext-src/tags/php_4_4_5/dbf_ndx.c
A ext-src/tags/php_4_4_5/dbf_head.h
A ext-src/tags/php_4_4_5/CREDITS
A ext-src/tags/php_5_2_1RC1
A ext-src/tags/php_5_2_1RC1/tests
A ext-src/tags/php_5_2_1RC3/dbf_head.c
A ext-src/tags/php_4_4_5/dbf_rec.h
A ext-src/tags/php_4_4_5/dbf.h
A ext-src/tags/php_4_4_5/dbf_misc.h
A ext-src/tags/php_5_2_1RC3/config.w32
A ext-src/tags/php_5_2_1RC3/dbase.c
A ext-src/tags/php_5_2_1RC3/tests/002.phpt
A ext-src/tags/php_5_2_1RC3/dbf_head.h
A ext-src/tags/php_5_2_1RC3/tests/001.phpt
A ext-src/tags/php_5_2_1RC3/tests/bug31754.phpt
A ext-src/tags/php_5_2_1RC3/config.m4
A ext-src/tags/php_5_2_1RC3/package.xml
A ext-src/tags/php_5_2_1RC3/dbf_rec.h
A ext-src/tags/php_5_2_1RC3/dbase.dsp
A ext-src/tags/php_5_2_1RC3/dbf_rec.c
A ext-src/tags/php_5_2_0RC6
A ext-src/tags/php_5_2_1RC3/dbf_ndx.c
A ext-src/tags/php_5_2_1RC3/CREDITS
A ext-src/tags/php_5_2_1RC2/tests/002.phpt
A ext-src/tags/php_5_2_1RC3/dbf_misc.c
A ext-src/tags/php_5_2_1RC3/dbf_misc.h
A ext-src/tags/php_5_2_0RC6/tests
A ext-src/tags/php_5_2_1RC3/dbf_ndx.h
A ext-src/tags/php_5_2_1RC3/dbf.h
A ext-src/tags/php_5_2_1RC2/config.m4
A ext-src/tags/php_5_2_1RC2/tests/001.phpt
A ext-src/tags/php_5_2_1RC2/php_dbase.h
A ext-src/tags/php_5_2_1RC2/dbf_rec.c
A ext-src/tags/php_5_2_1RC2/dbase.c
A ext-src/tags/php_5_2_1RC2/package.xml
A ext-src/tags/php_5_2_1RC2/dbf_head.c
A ext-src/tags/php_5_2_1RC2/CREDITS
A ext-src/tags/php_5_2_1RC2/tests/bug31754.phpt
A ext-src/tags/php_5_2_1RC2/dbf_ndx.c
A ext-src/tags/php_5_2_1RC2/config.w32
A ext-src/tags/php_5_2_1RC2/dbf_misc.h
A ext-src/tags/php_5_2_1RC2/dbase.dsp
A ext-src/tags/php_5_2_0
A ext-src/tags/php_5_2_1RC2/dbf.h
A ext-src/tags/php_5_2_1RC2/dbf_head.h
A ext-src/tags/php_5_2_1RC1/tests/bug31754.phpt
A ext-src/tags/php_5_2_1RC2/dbf_misc.c
A ext-src/tags/php_5_2_0/tests
A ext-src/tags/php_5_2_1RC1/package.xml
A ext-src/tags/php_5_2_1RC2/dbf_rec.h
A ext-src/tags/php_5_2_1RC1/dbase.c
A ext-src/tags/php_5_2_1RC2/dbf_ndx.h
A ext-src/tags/php_5_2_1RC1/dbf_head.c
A ext-src/tags/php_5_2_1RC1/dbf_ndx.c
A ext-src/tags/php_5_2_1RC1/tests/001.phpt
A ext-src/tags/php_5_2_1RC1/tests/002.phpt
A ext-src/tags/php_5_2_1RC1/dbase.dsp
A ext-src/tags/php_5_2_1RC1/config.m4
A ext-src/tags/php_5_2_1RC1/dbf.h
A ext-src/tags/php_5_2_1RC1/php_dbase.h
A ext-src/tags/php_5_2_1RC1/dbf_misc.c
A ext-src/tags/php_5_2_1RC1/dbf_rec.c
A ext-src/tags/php_5_2_1RC1/config.w32
A ext-src/tags/php_5_2_0RC6/tests/002.phpt
A ext-src/tags/php_5_2_0RC5
A ext-src/tags/php_5_2_0RC5/tests
A ext-src/tags/php_5_2_1RC1/dbf_ndx.h
A ext-src/tags/php_5_2_1RC1/CREDITS
A ext-src/tags/php_5_2_0RC6/dbf_head.c
A ext-src/tags/php_5_2_1RC1/dbf_head.h
A ext-src/tags/php_5_2_1RC1/dbf_misc.h
A ext-src/tags/php_5_2_0RC6/tests/001.phpt
A ext-src/tags/php_5_2_0RC6/dbase.dsp
A ext-src/tags/php_5_2_1RC1/dbf_rec.h
A ext-src/tags/php_5_2_0RC6/php_dbase.h
A ext-src/tags/php_5_2_0RC6/dbase.c
A ext-src/tags/php_5_2_0RC6/dbf_misc.c
A ext-src/tags/php_5_2_0RC6/tests/bug31754.phpt
A ext-src/tags/php_5_2_0RC6/config.w32
A ext-src/tags/php_5_2_0RC6/package.xml
A ext-src/tags/php_5_2_0RC6/dbf_ndx.h
A ext-src/tags/php_5_2_0RC6/dbf_head.h
A ext-src/tags/php_5_2_0RC6/config.m4
A ext-src/tags/php_5_2_0RC6/dbf_ndx.c
A ext-src/tags/php_5_2_0/tests/001.phpt
A ext-src/tags/php_5_2_0RC6/dbf_rec.h
A ext-src/tags/php_5_2_0RC4
A ext-src/tags/php_5_2_0RC4/tests
A ext-src/tags/php_5_2_0RC6/dbf_rec.c
A ext-src/tags/php_5_2_0/php_dbase.h
A ext-src/tags/php_5_2_0RC6/dbf.h
A ext-src/tags/php_5_2_0RC6/CREDITS
A ext-src/tags/php_5_2_0/tests/bug31754.phpt
A ext-src/tags/php_5_2_0/config.w32
A ext-src/tags/php_5_2_0/tests/002.phpt
A ext-src/tags/php_5_2_0RC6/dbf_misc.h
A ext-src/tags/php_5_2_0/config.m4
A ext-src/tags/php_5_2_0/dbf_head.h
A ext-src/tags/php_5_2_0/dbf_head.c
A ext-src/tags/php_5_2_0/dbase.c
A ext-src/tags/php_5_2_0/dbf_rec.h
A ext-src/tags/php_5_2_0/dbf_rec.c
A ext-src/tags/php_5_2_0/package.xml
A ext-src/tags/php_5_2_0/CREDITS
A ext-src/tags/php_5_2_0RC5/tests/001.phpt
A ext-src/tags/php_5_2_0/dbf_ndx.c
A ext-src/tags/php_5_2_0/dbf_misc.h
A ext-src/tags/php_5_2_0/dbf.h
A ext-src/tags/php_5_2_0RC3
A ext-src/tags/php_5_2_0RC3/tests
A ext-src/tags/php_5_2_0/dbase.dsp
A ext-src/tags/php_5_2_0RC5/dbf_head.c
A ext-src/tags/php_5_2_0RC5/config.m4
A ext-src/tags/php_5_2_0RC5/tests/bug31754.phpt
A ext-src/tags/php_5_2_0/dbf_misc.c
A ext-src/tags/php_5_2_0RC5/package.xml
A ext-src/tags/php_5_2_0RC5/dbf_rec.c
A ext-src/tags/php_5_2_0RC5/dbase.c
A ext-src/tags/php_5_2_0/dbf_ndx.h
A ext-src/tags/php_5_2_0RC5/CREDITS
A ext-src/tags/php_5_2_0RC5/dbf_ndx.c
A ext-src/tags/php_5_2_0RC5/dbase.dsp
A ext-src/tags/php_5_2_0RC5/tests/002.phpt
A ext-src/tags/php_5_2_0RC5/dbf_misc.h
A ext-src/tags/php_5_2_0RC5/dbf.h
A ext-src/tags/php_5_2_0RC2
A ext-src/tags/php_5_2_0RC5/php_dbase.h
A ext-src/tags/php_5_2_0RC5/dbf_misc.c
A ext-src/tags/php_5_2_0RC4/dbf_head.c
A ext-src/tags/php_5_2_0RC4/tests/bug31754.phpt
A ext-src/tags/php_5_2_0RC2/tests
A ext-src/tags/php_5_2_0RC5/config.w32
A ext-src/tags/php_5_2_0RC5/dbf_ndx.h
A ext-src/tags/php_5_2_0RC4/dbase.c
A ext-src/tags/php_5_2_0RC4/package.xml
A ext-src/tags/php_5_2_0RC5/dbf_head.h
A ext-src/tags/php_5_2_0RC4/tests/002.phpt
A ext-src/tags/php_5_2_0RC4/dbase.dsp
A ext-src/tags/php_5_2_0RC4/dbf_ndx.c
A ext-src/tags/php_5_2_0RC5/dbf_rec.h
A ext-src/tags/php_5_2_0RC4/dbf.h
A ext-src/tags/php_5_2_0RC4/php_dbase.h
A ext-src/tags/php_5_2_0RC4/dbf_misc.c
A ext-src/tags/php_5_2_0RC4/tests/001.phpt
A ext-src/tags/php_5_2_0RC4/dbf_ndx.h
A ext-src/tags/php_5_2_0RC4/config.w32
A ext-src/tags/php_5_2_0RC4/config.m4
A ext-src/tags/php_5_2_0RC1
A ext-src/tags/php_5_2_0RC1/tests
A ext-src/tags/php_5_2_0RC3/dbf_head.c
A ext-src/tags/php_5_2_0RC3/dbase.c
A ext-src/tags/php_5_2_0RC4/dbf_head.h
A ext-src/tags/php_5_2_0RC4/dbf_rec.c
A ext-src/tags/php_5_2_0RC3/php_dbase.h
A ext-src/tags/php_5_2_0RC3/config.m4
A ext-src/tags/php_5_2_0RC4/dbf_rec.h
A ext-src/tags/php_5_2_0RC4/CREDITS
A ext-src/tags/php_5_2_0RC3/config.w32
A ext-src/tags/php_5_2_0RC4/dbf_misc.h
A ext-src/tags/php_5_2_0RC3/tests/001.phpt
A ext-src/tags/php_5_2_0RC3/dbf_rec.c
A ext-src/tags/php_5_2_0RC3/dbf_head.h
A ext-src/tags/php_5_2_0RC3/tests/bug31754.phpt
A ext-src/tags/BEFORE_NEW_OUTPUT_API
A ext-src/tags/php_5_2_0RC3/package.xml
A ext-src/tags/php_5_2_0RC3/CREDITS
A ext-src/tags/php_5_2_0RC3/dbase.dsp
A ext-src/tags/php_5_2_0RC3/dbf_misc.h
A ext-src/tags/php_5_2_0RC3/dbf_ndx.c
A ext-src/tags/php_5_2_0RC3/dbf_misc.c
A ext-src/tags/BEFORE_NEW_OUTPUT_API/tests
A ext-src/tags/php_5_2_0RC2/tests/bug31754.phpt
A ext-src/tags/php_5_2_0RC3/dbf.h
A ext-src/tags/php_5_2_0RC3/dbf_rec.h
A ext-src/tags/php_5_2_0RC3/dbf_ndx.h
A ext-src/tags/php_5_2_0RC2/dbase.dsp
A ext-src/tags/php_5_2_0RC2/tests/001.phpt
A ext-src/tags/php_5_2_0RC2/dbf_head.c
A ext-src/tags/php_5_2_0RC2/dbf_misc.c
A ext-src/tags/php_5_2_0RC2/dbase.c
A ext-src/tags/php_5_2_0RC2/package.xml
A ext-src/tags/php_5_2_0RC2/php_dbase.h
A ext-src/tags/php_5_2_0RC2/dbf_ndx.h
A ext-src/tags/php_5_2_0RC2/config.m4
A ext-src/tags/php_5_2_0RC2/dbf_ndx.c
A ext-src/tags/php_4_4_4RC1
A ext-src/tags/php_4_4_4RC1/tests
A ext-src/tags/php_5_2_0RC2/config.w32
A ext-src/tags/php_5_2_0RC2/dbf_rec.c
A ext-src/tags/php_5_2_0RC1/tests/001.phpt
A ext-src/tags/php_5_2_0RC2/dbf.h
A ext-src/tags/php_5_2_0RC2/dbf_head.h
A ext-src/tags/php_5_2_0RC2/CREDITS
A ext-src/tags/php_5_2_0RC1/config.m4
A ext-src/tags/php_5_2_0RC2/dbf_rec.h
A ext-src/tags/php_5_2_0RC1/dbase.c
A ext-src/tags/php_5_2_0RC2/dbf_misc.h
A ext-src/tags/php_5_2_0RC1/tests/bug31754.phpt
A ext-src/tags/php_5_2_0RC1/dbf_rec.c
A ext-src/tags/php_5_2_0RC1/php_dbase.h
A ext-src/tags/php_5_2_0RC1/dbf_head.c
A ext-src/tags/php_5_2_0RC1/package.xml
A ext-src/tags/php_5_2_0RC1/CREDITS
A ext-src/tags/php_4_4_4
A ext-src/tags/php_4_4_4/tests
A ext-src/tags/php_5_2_0RC1/config.w32
A ext-src/tags/php_5_2_0RC1/dbase.dsp
A ext-src/tags/php_5_2_0RC1/dbf_ndx.c
A ext-src/tags/php_5_2_0RC1/dbf_misc.h
A ext-src/tags/php_5_2_0RC1/dbf_misc.c
A ext-src/tags/php_5_2_0RC1/dbf_head.h
A ext-src/tags/BEFORE_NEW_OUTPUT_API/config.m4
A ext-src/tags/php_5_2_0RC1/dbf.h
A ext-src/tags/php_5_2_0RC1/dbf_ndx.h
A ext-src/tags/php_5_2_0RC1/dbf_rec.h
A ext-src/tags/BEFORE_NEW_OUTPUT_API/config.w32
A ext-src/tags/BEFORE_NEW_OUTPUT_API/dbf_head.c
A ext-src/tags/BEFORE_NEW_OUTPUT_API/dbase.c
A ext-src/tags/BEFORE_NEW_OUTPUT_API/php_dbase.h
A ext-src/tags/php_4_4_3RC2
A ext-src/tags/php_4_4_3RC2/tests
A ext-src/tags/BEFORE_NEW_OUTPUT_API/dbf_head.h
A ext-src/tags/BEFORE_NEW_OUTPUT_API/tests/bug31754.phpt
A ext-src/tags/BEFORE_NEW_OUTPUT_API/package.xml
A ext-src/tags/BEFORE_NEW_OUTPUT_API/dbase.dsp
A ext-src/tags/BEFORE_NEW_OUTPUT_API/dbf_rec.h
A ext-src/tags/BEFORE_NEW_OUTPUT_API/dbf_rec.c
A ext-src/tags/BEFORE_NEW_OUTPUT_API/dbf_ndx.c
A ext-src/tags/BEFORE_NEW_OUTPUT_API/dbf_misc.c
A ext-src/tags/php_4_4_4RC1/php_dbase.h
A ext-src/tags/BEFORE_NEW_OUTPUT_API/CREDITS
A ext-src/tags/BEFORE_NEW_OUTPUT_API/dbf.h
A ext-src/tags/BEFORE_NEW_OUTPUT_API/dbf_ndx.h
A ext-src/tags/php_4_4_4RC1/dbase.dsp
A ext-src/tags/BEFORE_NEW_OUTPUT_API/dbf_misc.h
A ext-src/tags/php_4_4_4RC1/tests/bug31754.phpt
A ext-src/tags/php_4_4_3RC1
A ext-src/tags/php_4_4_3RC1/tests
A ext-src/tags/php_4_4_4RC1/dbase.c
A ext-src/tags/php_4_4_4RC1/CREDITS
A ext-src/tags/php_4_4_4RC1/dbf_head.c
A ext-src/tags/php_4_4_4RC1/dbf_rec.c
A ext-src/tags/php_4_4_4RC1/config.m4
A ext-src/tags/php_4_4_4RC1/dbf_misc.h
A ext-src/tags/php_4_4_4RC1/dbf_ndx.c
A ext-src/tags/php_4_4_4RC1/dbf_misc.c
A ext-src/tags/php_4_4_4RC1/dbf_head.h
A ext-src/tags/php_4_4_4/dbf_rec.c
A ext-src/tags/php_4_4_4RC1/dbf.h
A ext-src/tags/php_4_4_4RC1/dbf_ndx.h
A ext-src/tags/php_4_4_4RC1/dbf_rec.h
A ext-src/tags/php_4_4_4/tests/bug31754.phpt
A ext-src/tags/php_4_4_4/dbase.c
A ext-src/tags/php_4_4_3
A ext-src/tags/php_4_4_3/tests
A ext-src/tags/php_4_4_4/php_dbase.h
A ext-src/tags/php_4_4_4/dbf_ndx.c
A ext-src/tags/php_4_4_4/dbf_head.c
A ext-src/tags/php_4_4_4/config.m4
A ext-src/tags/php_4_4_4/dbase.dsp
A ext-src/tags/php_4_4_4/dbf.h
A ext-src/tags/php_4_4_4/dbf_misc.c
A ext-src/tags/php_4_4_4/dbf_head.h
A ext-src/tags/php_4_4_4/CREDITS
A ext-src/tags/php_4_4_3RC2/tests/bug31754.phpt
A ext-src/tags/php_4_4_4/dbf_ndx.h
A ext-src/tags/php_4_4_4/dbf_rec.h
A ext-src/tags/php_4_4_4/dbf_misc.h
A ext-src/tags/php_4_4_3RC2/dbf_head.c
A ext-src/tags/php_4_4_3RC2/dbase.c
A ext-src/tags/php_5_1_6
A ext-src/tags/php_4_4_3RC2/php_dbase.h
A ext-src/tags/php_4_4_3RC2/dbf_rec.c
A ext-src/tags/php_4_4_3RC2/dbf_misc.c
A ext-src/tags/php_4_4_3RC2/config.m4
A ext-src/tags/php_5_1_6/tests
A ext-src/tags/php_4_4_3RC2/dbase.dsp
A ext-src/tags/php_4_4_3RC2/dbf_ndx.c
A ext-src/tags/php_4_4_3RC2/dbf_ndx.h
A ext-src/tags/php_4_4_3RC2/dbf_head.h
A ext-src/tags/php_4_4_3RC2/CREDITS
A ext-src/tags/php_4_4_3RC2/dbf.h
A ext-src/tags/php_4_4_3RC2/dbf_misc.h
A ext-src/tags/php_4_4_3RC2/dbf_rec.h
A ext-src/tags/php_4_4_3RC1/dbase.c
A ext-src/tags/php_4_4_3RC1/dbf_rec.c
A ext-src/tags/php_4_4_3RC1/tests/bug31754.phpt
A ext-src/tags/php_5_1_5RC1
A ext-src/tags/php_4_4_3RC1/php_dbase.h
A ext-src/tags/php_4_4_3RC1/config.m4
A ext-src/tags/php_4_4_3RC1/dbf_ndx.c
A ext-src/tags/php_4_4_3RC1/dbf_head.c
A ext-src/tags/php_4_4_3RC1/dbase.dsp
A ext-src/tags/php_5_1_5RC1/tests
A ext-src/tags/php_4_4_3RC1/dbf_head.h
A ext-src/tags/php_4_4_3RC1/dbf.h
A ext-src/tags/php_4_4_3RC1/CREDITS
A ext-src/tags/php_4_4_3RC1/dbf_misc.c
A ext-src/tags/php_4_4_3RC1/dbf_rec.h
A ext-src/tags/php_4_4_3/tests/bug31754.phpt
A ext-src/tags/php_4_4_3RC1/dbf_misc.h
A ext-src/tags/php_4_4_3RC1/dbf_ndx.h
A ext-src/tags/php_4_4_3/php_dbase.h
A ext-src/tags/php_4_4_3/dbf_head.c
A ext-src/tags/php_4_4_3/dbase.c
A ext-src/tags/php_4_4_3/dbf_rec.c
A ext-src/tags/php_4_4_3/dbase.dsp
A ext-src/tags/php_4_4_3/dbf_misc.c
A ext-src/tags/php_4_4_3/config.m4
A ext-src/tags/php_5_1_5
A ext-src/tags/php_4_4_3/dbf_ndx.c
A ext-src/tags/php_4_4_3/CREDITS
A ext-src/tags/php_4_4_3/dbf_ndx.h
A ext-src/tags/php_4_4_3/dbf_head.h
A ext-src/tags/php_5_1_5/tests
A ext-src/tags/php_4_4_3/dbf.h
A ext-src/tags/php_4_4_3/dbf_misc.h
A ext-src/tags/php_5_1_6/dbase.c
A ext-src/tags/php_4_4_3/dbf_rec.h
A ext-src/tags/php_5_1_6/dbf_head.c
A ext-src/tags/php_5_1_6/package.xml
A ext-src/tags/php_5_1_6/config.m4
A ext-src/tags/php_5_1_6/php_dbase.h
A ext-src/tags/php_5_1_6/tests/bug31754.phpt
A ext-src/tags/php_5_1_6/dbf_ndx.c
A ext-src/tags/php_5_1_4
A ext-src/tags/php_5_1_6/config.w32
A ext-src/tags/php_5_1_6/dbf_rec.c
A ext-src/tags/php_5_1_6/dbf_head.h
A ext-src/tags/php_5_1_6/dbase.dsp
A ext-src/tags/php_5_1_6/dbf.h
A ext-src/tags/php_5_1_4/tests
A ext-src/tags/php_5_1_6/dbf_rec.h
A ext-src/tags/php_5_1_6/CREDITS
A ext-src/tags/php_5_1_6/dbf_misc.c
A ext-src/tags/php_5_1_5RC1/dbf_head.c
A ext-src/tags/php_5_1_5RC1/php_dbase.h
A ext-src/tags/php_5_1_6/dbf_misc.h
A ext-src/tags/php_5_1_6/dbf_ndx.h
A ext-src/tags/php_5_1_5RC1/tests/bug31754.phpt
A ext-src/tags/php_5_1_5RC1/dbase.dsp
A ext-src/tags/php_5_1_5RC1/config.m4
A ext-src/tags/php_5_1_5RC1/dbase.c
A ext-src/tags/php_5_1_5RC1/dbf_rec.c
A ext-src/tags/php_5_1_5RC1/dbf_misc.c
A ext-src/tags/php_5_1_5RC1/config.w32
A ext-src/tags/php_5_1_5RC1/package.xml
A ext-src/tags/php_5_1_3RC3
A ext-src/tags/php_5_1_5RC1/CREDITS
A ext-src/tags/php_5_1_5RC1/dbf_ndx.h
A ext-src/tags/php_5_1_5RC1/dbf_head.h
A ext-src/tags/php_5_1_5RC1/dbf_ndx.c
A ext-src/tags/php_5_1_3RC3/tests
A ext-src/tags/php_5_1_5RC1/dbf_rec.h
A ext-src/tags/php_5_1_5/dbase.c
A ext-src/tags/php_5_1_5RC1/dbf.h
A ext-src/tags/php_5_1_5RC1/dbf_misc.h
A ext-src/tags/php_5_1_5/php_dbase.h
A ext-src/tags/php_5_1_5/package.xml
A ext-src/tags/php_5_1_5/dbf_head.c
A ext-src/tags/php_5_1_5/config.m4
A ext-src/tags/php_5_1_5/dbase.dsp
A ext-src/tags/php_5_1_5/dbf_ndx.c
A ext-src/tags/php_5_1_5/tests/bug31754.phpt
A ext-src/tags/php_5_1_3RC2
A ext-src/tags/php_5_1_5/config.w32
A ext-src/tags/php_5_1_5/dbf_misc.c
A ext-src/tags/php_5_1_5/dbf_rec.c
A ext-src/tags/php_5_1_5/dbf.h
A ext-src/tags/php_5_1_3RC2/tests
A ext-src/tags/php_5_1_5/dbf_head.h
A ext-src/tags/php_5_1_5/dbf_ndx.h
A ext-src/tags/php_5_1_5/CREDITS
A ext-src/tags/php_5_1_4/dbf_head.c
A ext-src/tags/php_5_1_5/dbf_rec.h
A ext-src/tags/php_5_1_4/dbase.c
A ext-src/tags/php_5_1_5/dbf_misc.h
A ext-src/tags/php_5_1_4/tests/bug31754.phpt
A ext-src/tags/php_5_1_4/php_dbase.h
A ext-src/tags/php_5_1_4/package.xml
A ext-src/tags/php_5_1_4/dbf_rec.c
A ext-src/tags/php_5_1_4/dbase.dsp
A ext-src/tags/php_5_1_4/dbf_ndx.c
A ext-src/tags/php_5_1_4/dbf_misc.c
A ext-src/tags/php_5_1_4/CREDITS
A ext-src/tags/php_5_1_4/config.m4
A ext-src/tags/php_5_1_3RC1
A ext-src/tags/php_5_1_4/dbf_ndx.h
A ext-src/tags/php_5_1_4/dbf.h
A ext-src/tags/php_5_1_4/dbf_misc.h
A ext-src/tags/php_5_1_4/config.w32
A ext-src/tags/php_5_1_3RC1/tests
A ext-src/tags/php_5_1_3RC3/dbase.c
A ext-src/tags/php_5_1_3RC3/config.m4
A ext-src/tags/php_5_1_3RC3/dbf_head.c
A ext-src/tags/php_5_1_4/dbf_head.h
A ext-src/tags/php_5_1_3RC3/package.xml
A ext-src/tags/php_5_1_3RC3/tests/bug31754.phpt
A ext-src/tags/php_5_1_3RC3/config.w32
A ext-src/tags/php_5_1_4/dbf_rec.h
A ext-src/tags/php_5_1_3RC3/dbf_ndx.c
A ext-src/tags/php_5_1_3RC3/dbf_rec.c
A ext-src/tags/php_5_1_3RC3/dbf_head.h
A ext-src/tags/php_5_1_3
A ext-src/tags/php_5_1_3RC3/php_dbase.h
A ext-src/tags/php_5_1_3RC3/dbf.h
A ext-src/tags/php_5_1_3RC3/CREDITS
A ext-src/tags/php_5_1_3RC3/dbf_rec.h
A ext-src/tags/php_5_1_3/tests
A ext-src/tags/php_5_1_3RC3/dbase.dsp
A ext-src/tags/php_5_1_3RC3/dbf_misc.h
A ext-src/tags/php_5_1_3RC2/dbf_head.c
A ext-src/tags/php_5_1_3RC2/php_dbase.h
A ext-src/tags/php_5_1_3RC3/dbf_misc.c
A ext-src/tags/php_5_1_3RC2/tests/bug31754.phpt
A ext-src/tags/php_5_1_3RC2/config.m4
A ext-src/tags/php_5_1_3RC2/dbase.dsp
A ext-src/tags/php_5_1_3RC3/dbf_ndx.h
A ext-src/tags/php_5_1_3RC2/config.w32
A ext-src/tags/php_5_1_3RC2/dbf_rec.c
A ext-src/tags/php_5_1_3RC2/dbf_misc.c
A ext-src/tags/php_5_1_3RC2/dbase.c
A ext-src/tags/php_5_1_3RC2/dbf_head.h
A ext-src/tags/php_5_1_3RC2/CREDITS
A ext-src/tags/php_5_1_3RC2/dbf_ndx.h
A ext-src/tags/php_4_4_2RC2
A ext-src/tags/php_4_4_2RC2/tests
A ext-src/tags/php_5_1_3RC2/package.xml
A ext-src/tags/php_5_1_3RC2/dbf_misc.h
A ext-src/tags/php_5_1_3RC2/dbf_rec.h
A ext-src/tags/php_5_1_3RC2/dbf_ndx.c
A ext-src/tags/php_5_1_3RC1/dbase.c
A ext-src/tags/php_5_1_3RC1/config.m4
A ext-src/tags/php_5_1_3RC1/php_dbase.h
A ext-src/tags/php_5_1_3RC2/dbf.h
A ext-src/tags/php_5_1_3RC1/package.xml
A ext-src/tags/php_5_1_3RC1/config.w32
A ext-src/tags/php_5_1_3RC1/dbase.dsp
A ext-src/tags/php_5_1_3RC1/dbf_head.c
A ext-src/tags/php_5_1_3RC1/dbf_ndx.c
A ext-src/tags/php_5_1_3RC1/dbf_head.h
A ext-src/tags/php_5_1_3RC1/dbf_misc.c
A ext-src/tags/php_4_4_2
A ext-src/tags/php_4_4_2/tests
A ext-src/tags/php_5_1_3RC1/tests/bug31754.phpt
A ext-src/tags/php_5_1_3RC1/dbf.h
A ext-src/tags/php_5_1_3RC1/dbf_rec.h
A ext-src/tags/php_5_1_3RC1/dbf_ndx.h
A ext-src/tags/php_5_1_3RC1/dbf_rec.c
A ext-src/tags/php_5_1_3/php_dbase.h
A ext-src/tags/php_5_1_3/dbase.c
A ext-src/tags/php_5_1_3/dbf_head.c
A ext-src/tags/php_5_1_3RC1/CREDITS
A ext-src/tags/php_5_1_3/dbase.dsp
A ext-src/tags/php_5_1_3/package.xml
A ext-src/tags/php_5_1_3/tests/bug31754.phpt
A ext-src/tags/php_5_1_3RC1/dbf_misc.h
A ext-src/tags/php_5_1_3/dbf_misc.c
A ext-src/tags/php_5_1_3/dbf_ndx.c
A ext-src/tags/php_5_1_2RC2
A ext-src/tags/php_5_1_2RC2/tests
A ext-src/tags/php_5_1_3/dbf_rec.c
A ext-src/tags/php_5_1_3/config.m4
A ext-src/tags/php_5_1_3/dbf.h
A ext-src/tags/php_5_1_3/CREDITS
A ext-src/tags/php_5_1_3/config.w32
A ext-src/tags/php_5_1_3/dbf_misc.h
A ext-src/tags/php_4_4_2RC2/dbase.c
A ext-src/tags/php_5_1_3/dbf_head.h
A ext-src/tags/php_5_1_3/dbf_ndx.h
A ext-src/tags/php_4_4_2RC2/dbf_head.c
A ext-src/tags/php_4_4_2RC2/tests/bug31754.phpt
A ext-src/tags/php_4_4_2RC2/php_dbase.h
A ext-src/tags/php_5_1_3/dbf_rec.h
A ext-src/tags/php_4_4_2RC2/dbf_misc.c
A ext-src/tags/php_5_1_2
A ext-src/tags/php_4_4_2RC2/dbf_ndx.c
A ext-src/tags/php_4_4_2RC2/config.m4
A ext-src/tags/php_4_4_2RC2/dbf_rec.c
A ext-src/tags/php_4_4_2RC2/dbf.h
A ext-src/tags/php_5_1_2/tests
A ext-src/tags/php_4_4_2RC2/dbf_head.h
A ext-src/tags/php_4_4_2RC2/dbf_ndx.h
A ext-src/tags/php_4_4_2RC2/dbase.dsp
A ext-src/tags/php_4_4_2RC2/dbf_rec.h
A ext-src/tags/php_4_4_2/php_dbase.h
A ext-src/tags/php_4_4_2RC2/CREDITS
A ext-src/tags/php_4_4_2/dbase.c
A ext-src/tags/php_4_4_2/config.m4
A ext-src/tags/php_4_4_2RC2/dbf_misc.h
A ext-src/tags/php_4_4_2/dbf_rec.c
A ext-src/tags/php_4_4_2/dbf_head.c
A ext-src/tags/php_5_1_2RC1
A ext-src/tags/php_4_4_2/dbf_head.h
A ext-src/tags/php_4_4_2/dbase.dsp
A ext-src/tags/php_4_4_2/tests/bug31754.phpt
A ext-src/tags/php_4_4_2/dbf_misc.c
A ext-src/tags/php_4_4_2/dbf_rec.h
A ext-src/tags/php_5_1_2RC1/tests
A ext-src/tags/php_4_4_2/dbf_ndx.c
A ext-src/tags/php_4_4_2/dbf_ndx.h
A ext-src/tags/php_4_4_2/CREDITS
A ext-src/tags/php_5_1_2RC2/config.m4
A ext-src/tags/php_4_4_2/dbf.h
A ext-src/tags/php_4_4_2/dbf_misc.h
A ext-src/tags/php_5_1_2RC2/php_dbase.h
A ext-src/tags/php_5_1_2RC2/config.w32
A ext-src/tags/php_5_1_2RC2/dbase.c
A ext-src/tags/php_5_1_2RC2/tests/bug31754.phpt
A ext-src/tags/php_5_1_2RC2/dbase.dsp
A ext-src/tags/php_5_1_2RC2/dbf_ndx.c
A ext-src/tags/php_5_1_2RC2/package.xml
A ext-src/tags/php_5_1_2RC2/dbf_rec.c
A ext-src/tags/php_5_1_2RC2/dbf_misc.c
A ext-src/tags/php_5_1_1
A ext-src/tags/php_5_1_2RC2/dbf.h
A ext-src/tags/php_5_1_2RC2/dbf_head.c
A ext-src/tags/php_5_1_2RC2/dbf_head.h
A ext-src/tags/php_5_1_2RC2/dbf_ndx.h
A ext-src/tags/php_5_1_1/tests
A ext-src/tags/php_5_1_2RC2/dbf_rec.h
A ext-src/tags/php_5_1_2/dbase.c
A ext-src/tags/php_5_1_2RC2/CREDITS
A ext-src/tags/php_5_1_2/php_dbase.h
A ext-src/tags/php_5_1_2/package.xml
A ext-src/tags/php_5_1_2/config.m4
A ext-src/tags/php_5_1_2RC2/dbf_misc.h
A ext-src/tags/php_5_1_2/dbase.dsp
A ext-src/tags/php_5_1_2/config.w32
A ext-src/tags/php_5_1_2/dbf_head.c
A ext-src/tags/php_5_1_0RC6
A ext-src/tags/php_5_1_2/tests/bug31754.phpt
A ext-src/tags/php_5_1_2/dbf_ndx.c
A ext-src/tags/php_5_1_2/dbf_misc.c
A ext-src/tags/php_5_1_2/CREDITS
A ext-src/tags/php_5_1_2/dbf_rec.c
A ext-src/tags/php_5_1_0RC6/tests
A ext-src/tags/php_5_1_2/dbf.h
A ext-src/tags/php_5_1_2/dbf_ndx.h
A ext-src/tags/php_5_1_2/dbf_misc.h
A ext-src/tags/php_5_1_2/dbf_head.h
A ext-src/tags/php_5_1_2RC1/dbase.c
A ext-src/tags/php_5_1_2RC1/php_dbase.h
A ext-src/tags/php_5_1_2/dbf_rec.h
A ext-src/tags/php_5_1_2RC1/tests/bug31754.phpt
A ext-src/tags/php_5_1_2RC1/package.xml
A ext-src/tags/php_5_1_2RC1/dbase.dsp
A ext-src/tags/php_5_1_2RC1/config.m4
A ext-src/tags/php_5_1_2RC1/dbf_rec.c
A ext-src/tags/php_5_1_2RC1/dbf_head.c
A ext-src/tags/php_5_1_2RC1/dbf_ndx.c
A ext-src/tags/php_5_1_2RC1/dbf_head.h
A ext-src/tags/php_5_1_2RC1/config.w32
A ext-src/tags/php_5_1_0RC5
A ext-src/tags/php_5_1_2RC1/CREDITS
A ext-src/tags/php_5_1_2RC1/dbf_rec.h
A ext-src/tags/php_5_1_2RC1/dbf.h
A ext-src/tags/php_5_1_2RC1/dbf_misc.c
A ext-src/tags/php_5_1_0RC5/tests
A ext-src/tags/php_5_1_2RC1/dbf_misc.h
A ext-src/tags/php_5_1_2RC1/dbf_ndx.h
A ext-src/tags/php_5_1_1/config.m4
A ext-src/tags/php_5_1_1/dbase.c
A ext-src/tags/php_5_1_1/tests/bug31754.phpt
A ext-src/tags/php_5_1_1/config.w32
A ext-src/tags/php_5_1_1/php_dbase.h
A ext-src/tags/php_5_1_1/package.xml
A ext-src/tags/php_5_1_1/dbf_rec.c
A ext-src/tags/php_5_1_1/dbf_misc.c
A ext-src/tags/php_5_1_0RC4
A ext-src/tags/php_5_1_1/dbase.dsp
A ext-src/tags/php_5_1_1/dbf_head.c
A ext-src/tags/php_5_1_1/dbf_head.h
A ext-src/tags/php_5_1_1/dbf_ndx.h
A ext-src/tags/php_5_1_0RC4/tests
A ext-src/tags/php_5_1_1/dbf_ndx.c
A ext-src/tags/php_5_1_1/CREDITS
A ext-src/tags/php_5_1_1/dbf_rec.h
A ext-src/tags/php_5_1_0RC6/php_dbase.h
A ext-src/tags/php_5_1_1/dbf.h
A ext-src/tags/php_5_1_1/dbf_misc.h
A ext-src/tags/php_5_1_0RC6/config.m4
A ext-src/tags/php_5_1_0RC6/dbase.dsp
A ext-src/tags/php_5_1_0RC6/tests/bug31754.phpt
A ext-src/tags/php_5_1_0RC6/dbase.c
A ext-src/tags/php_5_1_0RC6/config.w32
A ext-src/tags/php_5_1_0RC6/dbf_ndx.c
A ext-src/tags/php_5_1_0RC6/dbf_rec.c
A ext-src/tags/php_5_1_0RC6/package.xml
A ext-src/tags/php_5_1_0RC6/dbf_misc.c
A ext-src/tags/php_5_1_0RC6/dbf.h
A ext-src/tags/php_5_1_0RC3
A ext-src/tags/php_5_1_0RC3/tests
A ext-src/tags/php_5_1_0RC6/dbf_head.h
A ext-src/tags/php_5_1_0RC6/dbf_head.c
A ext-src/tags/php_5_1_0RC6/dbf_ndx.h
A ext-src/tags/php_5_1_0RC6/CREDITS
A ext-src/tags/php_5_1_0RC5/dbase.c
A ext-src/tags/php_5_1_0RC6/dbf_rec.h
A ext-src/tags/php_5_1_0RC5/php_dbase.h
A ext-src/tags/php_5_1_0RC6/dbf_misc.h
A ext-src/tags/php_5_1_0RC5/package.xml
A ext-src/tags/php_5_1_0RC5/config.m4
A ext-src/tags/php_5_1_0RC5/dbase.dsp
A ext-src/tags/php_5_1_0RC5/tests/bug31754.phpt
A ext-src/tags/php_5_1_0RC5/dbf_head.c
A ext-src/tags/php_5_1_0RC5/config.w32
A ext-src/tags/php_5_1_0RC5/dbf_ndx.c
A ext-src/tags/php_5_1_0RC2_PRE
A ext-src/tags/php_5_1_0RC5/dbf_rec.c
A ext-src/tags/php_5_1_0RC5/CREDITS
A ext-src/tags/php_5_1_0RC5/dbf_misc.c
A ext-src/tags/php_5_1_0RC5/dbf.h
A ext-src/tags/php_5_1_0RC2_PRE/tests
A ext-src/tags/php_5_1_0RC5/dbf_head.h
A ext-src/tags/php_5_1_0RC5/dbf_misc.h
A ext-src/tags/php_5_1_0RC5/dbf_ndx.h
A ext-src/tags/php_5_1_0RC5/dbf_rec.h
A ext-src/tags/php_5_1_0RC4/tests/bug31754.phpt
A ext-src/tags/php_5_1_0RC4/dbase.c
A ext-src/tags/php_5_1_0RC4/php_dbase.h
A ext-src/tags/php_5_1_0RC4/config.m4
A ext-src/tags/php_5_1_0RC4/package.xml
A ext-src/tags/php_5_1_0RC4/dbase.dsp
A ext-src/tags/php_5_1_0RC4/config.w32
A ext-src/tags/php_5_1_0RC4/dbf_head.c
A ext-src/tags/php_5_1_0RC4/dbf_ndx.c
A ext-src/tags/php_5_1_0RC4/dbf_misc.c
A ext-src/tags/php_5_1_0RC4/CREDITS
A ext-src/tags/php_5_1_0RC4/dbf_rec.c
A ext-src/tags/php_5_1_0RC2
A ext-src/tags/php_5_1_0RC2/tests
A ext-src/tags/php_5_1_0RC4/dbf.h
A ext-src/tags/php_5_1_0RC4/dbf_ndx.h
A ext-src/tags/php_5_1_0RC4/dbf_head.h
A ext-src/tags/php_5_1_0RC4/dbf_misc.h
A ext-src/tags/php_5_1_0RC3/dbase.c
A ext-src/tags/php_5_1_0RC3/php_dbase.h
A ext-src/tags/php_5_1_0RC4/dbf_rec.h
A ext-src/tags/php_5_1_0RC3/tests/bug31754.phpt
A ext-src/tags/php_5_1_0RC3/package.xml
A ext-src/tags/php_5_1_0RC3/dbase.dsp
A ext-src/tags/php_5_1_0RC3/config.m4
A ext-src/tags/php_5_1_0RC3/dbf_rec.c
A ext-src/tags/php_5_1_0RC3/dbf_ndx.c
A ext-src/tags/php_5_1_0RC3/dbf_head.c
A ext-src/tags/php_5_1_0RC1
A ext-src/tags/php_5_1_0RC3/config.w32
A ext-src/tags/php_5_1_0RC3/dbf_head.h
A ext-src/tags/php_5_1_0RC3/dbf.h
A ext-src/tags/php_5_1_0RC3/CREDITS
A ext-src/tags/php_5_1_0RC1/tests
A ext-src/tags/php_5_1_0RC3/dbf_misc.c
A ext-src/tags/php_5_1_0RC3/dbf_rec.h
A ext-src/tags/php_5_1_0RC2_PRE/dbase.c
A ext-src/tags/php_5_1_0RC3/dbf_misc.h
A ext-src/tags/php_5_1_0RC3/dbf_ndx.h
A ext-src/tags/php_5_1_0RC2_PRE/config.m4
A ext-src/tags/php_5_1_0RC2_PRE/package.xml
A ext-src/tags/php_5_1_0RC2_PRE/tests/bug31754.phpt
A ext-src/tags/php_5_1_0RC2_PRE/php_dbase.h
A ext-src/tags/php_5_1_0RC2_PRE/config.w32
A ext-src/tags/php_5_1_0RC2_PRE/dbf_head.c
A ext-src/tags/php_5_1_0
A ext-src/tags/php_5_1_0RC2_PRE/dbf_rec.c
A ext-src/tags/php_5_1_0RC2_PRE/dbase.dsp
A ext-src/tags/php_5_1_0RC2_PRE/dbf_misc.c
A ext-src/tags/php_5_1_0RC2_PRE/CREDITS
A ext-src/tags/php_5_1_0RC2_PRE/dbf_head.h
A ext-src/tags/php_5_1_0/tests
A ext-src/tags/php_5_1_0RC2_PRE/dbf_ndx.c
A ext-src/tags/php_5_1_0RC2_PRE/dbf_ndx.h
A ext-src/tags/php_5_1_0RC2_PRE/dbf_misc.h
A ext-src/tags/php_5_1_0RC2_PRE/dbf.h
A ext-src/tags/php_5_1_0RC2_PRE/dbf_rec.h
A ext-src/tags/php_5_1_0RC2/php_dbase.h
A ext-src/tags/php_5_1_0RC2/tests/bug31754.phpt
A ext-src/tags/php_5_1_0RC2/dbase.c
A ext-src/tags/php_5_1_0RC2/dbase.dsp
A ext-src/tags/php_5_1_0RC2/config.m4
A ext-src/tags/php_5_1_0RC2/dbf_rec.c
A ext-src/tags/php_5_1_0RC2/package.xml
A ext-src/tags/php_5_1_0RC2/config.w32
A ext-src/tags/php_5_1_0RC2/dbf_ndx.c
A ext-src/tags/php_5_1_0RC2/dbf_head.h
A ext-src/tags/PRE_NEW_OCI8_EXTENSION
A ext-src/tags/php_5_1_0RC2/dbf_misc.c
A ext-src/tags/php_5_1_0RC2/dbf_rec.h
A ext-src/tags/php_5_1_0RC2/dbf_head.c
A ext-src/tags/php_5_1_0RC2/dbf.h
A ext-src/tags/PRE_NEW_OCI8_EXTENSION/tests
A ext-src/tags/php_5_1_0RC1/config.m4
A ext-src/tags/php_5_1_0RC2/dbf_ndx.h
A ext-src/tags/php_5_1_0RC2/CREDITS
A ext-src/tags/php_5_1_0RC1/dbase.c
A ext-src/tags/php_5_1_0RC1/config.w32
A ext-src/tags/php_5_1_0RC1/php_dbase.h
A ext-src/tags/php_5_1_0RC2/dbf_misc.h
A ext-src/tags/php_5_1_0RC1/package.xml
A ext-src/tags/php_5_1_0RC1/dbf_misc.c
A ext-src/tags/php_5_1_0RC1/dbase.dsp
A ext-src/tags/BEFORE_UNICODE_MERGE
A ext-src/tags/php_5_1_0RC1/tests/bug31754.phpt
A ext-src/tags/php_5_1_0RC1/dbf_head.c
A ext-src/tags/php_5_1_0RC1/dbf_ndx.h
A ext-src/tags/php_5_1_0RC1/dbf_ndx.c
A ext-src/tags/php_5_1_0RC1/dbf_rec.c
A ext-src/tags/BEFORE_UNICODE_MERGE/tests
A ext-src/tags/php_5_1_0RC1/CREDITS
A ext-src/tags/php_5_1_0/php_dbase.h
A ext-src/tags/php_5_1_0RC1/dbf.h
A ext-src/tags/php_5_1_0RC1/dbf_head.h
A ext-src/tags/php_5_1_0RC1/dbf_rec.h
A ext-src/tags/php_5_1_0/dbase.dsp
A ext-src/tags/php_5_1_0RC1/dbf_misc.h
A ext-src/tags/php_5_1_0/dbase.c
A ext-src/tags/php_5_1_0/config.m4
A ext-src/tags/php_5_1_0/tests/bug31754.phpt
A ext-src/tags/php_5_1_0/dbf_ndx.c
A ext-src/tags/php_5_1_0/package.xml
A ext-src/tags/php_5_1_0/config.w32
A ext-src/tags/php_5_1_0/dbf_head.c
A ext-src/tags/php_5_1_0/dbf_rec.c
A ext-src/tags/php_5_1_0b3
A ext-src/tags/php_5_1_0b3/tests
A ext-src/tags/php_5_1_0/dbf.h
A ext-src/tags/php_5_1_0/dbf_misc.c
A ext-src/tags/php_5_1_0/dbf_head.h
A ext-src/tags/PRE_NEW_OCI8_EXTENSION/dbase.c
A ext-src/tags/php_5_1_0/CREDITS
A ext-src/tags/php_5_1_0/dbf_ndx.h
A ext-src/tags/PRE_NEW_OCI8_EXTENSION/package.xml
A ext-src/tags/php_5_1_0/dbf_rec.h
A ext-src/tags/php_5_1_0/dbf_misc.h
A ext-src/tags/PRE_NEW_OCI8_EXTENSION/php_dbase.h
A ext-src/tags/PRE_NEW_OCI8_EXTENSION/dbf_head.c
A ext-src/tags/PRE_NEW_OCI8_EXTENSION/config.m4
A ext-src/tags/PRE_NEW_OCI8_EXTENSION/dbase.dsp
A ext-src/tags/PRE_NEW_OCI8_EXTENSION/tests/bug31754.phpt
A ext-src/tags/PRE_NEW_OCI8_EXTENSION/CREDITS
A ext-src/tags/php_5_1_0b2
A ext-src/tags/PRE_NEW_OCI8_EXTENSION/config.w32
A ext-src/tags/PRE_NEW_OCI8_EXTENSION/dbf_ndx.c
A ext-src/tags/PRE_NEW_OCI8_EXTENSION/dbf_rec.c
A ext-src/tags/PRE_NEW_OCI8_EXTENSION/dbf_misc.h
A ext-src/tags/php_5_1_0b2/tests
A ext-src/tags/PRE_NEW_OCI8_EXTENSION/dbf_misc.c
A ext-src/tags/PRE_NEW_OCI8_EXTENSION/dbf.h
A ext-src/tags/PRE_NEW_OCI8_EXTENSION/dbf_head.h
A ext-src/tags/BEFORE_UNICODE_MERGE/tests/bug31754.phpt
A ext-src/tags/PRE_NEW_OCI8_EXTENSION/dbf_ndx.h
A ext-src/tags/BEFORE_UNICODE_MERGE/dbase.c
A ext-src/tags/PRE_NEW_OCI8_EXTENSION/dbf_rec.h
A ext-src/tags/BEFORE_UNICODE_MERGE/dbf_rec.c
A ext-src/tags/BEFORE_UNICODE_MERGE/php_dbase.h
A ext-src/tags/BEFORE_UNICODE_MERGE/package.xml
A ext-src/tags/BEFORE_UNICODE_MERGE/config.m4
A ext-src/tags/BEFORE_UNICODE_MERGE/dbf_head.h
A ext-src/tags/BEFORE_UNICODE_MERGE/dbase.dsp
A ext-src/tags/BEFORE_UNICODE_MERGE/dbf_rec.h
A ext-src/tags/BEFORE_UNICODE_MERGE/dbf_head.c
A ext-src/tags/BEFORE_UNICODE_MERGE/config.w32
A ext-src/tags/php_5_1_0b1
A ext-src/tags/php_5_1_0b1/tests
A ext-src/tags/BEFORE_UNICODE_MERGE/dbf_ndx.c
A ext-src/tags/BEFORE_UNICODE_MERGE/dbf_misc.c
A ext-src/tags/BEFORE_UNICODE_MERGE/CREDITS
A ext-src/tags/php_5_1_0b3/dbase.c
A ext-src/tags/BEFORE_UNICODE_MERGE/dbf.h
A ext-src/tags/BEFORE_UNICODE_MERGE/dbf_misc.h
A ext-src/tags/BEFORE_UNICODE_MERGE/dbf_ndx.h
A ext-src/tags/php_5_1_0b3/config.w32
A ext-src/tags/php_5_1_0b3/config.m4
A ext-src/tags/php_5_1_0b3/package.xml
A ext-src/tags/php_5_1_0b3/tests/bug31754.phpt
A ext-src/tags/php_5_1_0b3/dbase.dsp
A ext-src/tags/php_5_1_0b3/dbf_misc.c
A ext-src/tags/php_5_1_0b3/dbf_rec.c
A ext-src/tags/php_4_4_2RC1
A ext-src/tags/php_5_1_0b3/dbf_ndx.h
A ext-src/tags/php_5_1_0b3/php_dbase.h
A ext-src/tags/php_5_1_0b3/dbf_head.c
A ext-src/tags/php_5_1_0b3/dbf_head.h
A ext-src/tags/php_5_1_0b3/CREDITS
A ext-src/tags/php_4_4_2RC1/tests
A ext-src/tags/php_5_1_0b2/tests/bug31754.phpt
A ext-src/tags/php_5_1_0b3/dbf_ndx.c
A ext-src/tags/php_5_1_0b3/dbf_misc.h
A ext-src/tags/php_5_1_0b3/dbf_rec.h
A ext-src/tags/php_5_1_0b3/dbf.h
A ext-src/tags/php_5_1_0b2/php_dbase.h
A ext-src/tags/php_5_1_0b2/package.xml
A ext-src/tags/php_5_1_0b2/config.m4
A ext-src/tags/php_5_1_0b2/dbase.c
A ext-src/tags/php_5_1_0b2/dbf_ndx.c
A ext-src/tags/php_4_4_1RC1
A ext-src/tags/php_5_1_0b2/dbf_rec.c
A ext-src/tags/php_5_1_0b2/config.w32
A ext-src/tags/php_5_1_0b2/dbase.dsp
A ext-src/tags/php_5_1_0b2/dbf.h
A ext-src/tags/php_5_1_0b2/dbf_head.h
A ext-src/tags/php_4_4_1RC1/tests
A ext-src/tags/php_5_1_0b2/dbf_misc.c
A ext-src/tags/php_5_1_0b2/dbf_head.c
A ext-src/tags/php_5_1_0b1/config.m4
A ext-src/tags/php_5_1_0b2/dbf_rec.h
A ext-src/tags/php_5_1_0b2/dbf_ndx.h
A ext-src/tags/php_5_1_0b2/CREDITS
A ext-src/tags/php_5_1_0b1/dbase.dsp
A ext-src/tags/php_5_1_0b1/dbase.c
A ext-src/tags/php_5_1_0b2/dbf_misc.h
A ext-src/tags/php_5_1_0b1/tests/bug31754.phpt
A ext-src/tags/php_4_4_1
A ext-src/tags/php_5_1_0b1/dbf_head.c
A ext-src/tags/php_5_1_0b1/config.w32
A ext-src/tags/php_5_1_0b1/php_dbase.h
A ext-src/tags/php_5_1_0b1/package.xml
A ext-src/tags/php_5_1_0b1/CREDITS
A ext-src/tags/php_4_4_1/tests
A ext-src/tags/php_5_1_0b1/dbf_misc.c
A ext-src/tags/php_5_1_0b1/dbf_ndx.c
A ext-src/tags/php_5_1_0b1/dbf_misc.h
A ext-src/tags/php_5_1_0b1/dbf_rec.c
A ext-src/tags/php_5_1_0b1/dbf_ndx.h
A ext-src/tags/php_5_1_0b1/dbf.h
A ext-src/tags/php_4_4_2RC1/dbf_head.c
A ext-src/tags/php_5_1_0b1/dbf_head.h
A ext-src/tags/php_4_4_2RC1/dbase.c
A ext-src/tags/php_4_4_2RC1/dbf_ndx.c
A ext-src/tags/php_5_1_0b1/dbf_rec.h
A ext-src/tags/php_4_4_0RC2
A ext-src/tags/php_4_4_2RC1/php_dbase.h
A ext-src/tags/php_4_4_2RC1/dbf.h
A ext-src/tags/php_4_4_2RC1/dbf_rec.c
A ext-src/tags/php_4_4_2RC1/tests/bug31754.phpt
A ext-src/tags/php_4_4_0RC2/tests
A ext-src/tags/php_4_4_2RC1/dbf_misc.c
A ext-src/tags/php_4_4_1RC1/dbase.c
A ext-src/tags/php_4_4_2RC1/config.m4
A ext-src/tags/php_4_4_2RC1/dbase.dsp
A ext-src/tags/php_4_4_2RC1/dbf_ndx.h
A ext-src/tags/php_4_4_1RC1/php_dbase.h
A ext-src/tags/php_4_4_2RC1/dbf_head.h
A ext-src/tags/php_4_4_2RC1/CREDITS
A ext-src/tags/php_4_4_1RC1/dbf_rec.c
A ext-src/tags/php_4_4_1RC1/dbf_misc.c
A ext-src/tags/php_4_4_0RC1
A ext-src/tags/php_4_4_2RC1/dbf_rec.h
A ext-src/tags/php_4_4_2RC1/dbf_misc.h
A ext-src/tags/php_4_4_1RC1/config.m4
A ext-src/tags/php_4_4_1RC1/dbf_ndx.h
A ext-src/tags/php_4_4_1RC1/tests/bug31754.phpt
A ext-src/tags/php_4_4_0RC1/tests
A ext-src/tags/php_4_4_1RC1/dbf_head.c
A ext-src/tags/php_4_4_1/dbf_rec.c
A ext-src/tags/php_4_4_1RC1/dbase.dsp
A ext-src/tags/php_4_4_1RC1/dbf_ndx.c
A ext-src/tags/php_4_4_1/config.m4
A ext-src/tags/php_4_4_1RC1/CREDITS
A ext-src/tags/php_4_4_1RC1/dbf.h
A ext-src/tags/php_4_4_1RC1/dbf_head.h
A ext-src/tags/php_4_4_1/dbf_head.h
A ext-src/tags/php_4_4_1RC1/dbf_misc.h
A ext-src/tags/php_4_4_0
A ext-src/tags/php_4_4_1/dbase.c
A ext-src/tags/php_4_4_1RC1/dbf_rec.h
A ext-src/tags/php_4_4_1/dbf_head.c
A ext-src/tags/php_4_4_1/dbf_rec.h
A ext-src/tags/php_4_4_1/php_dbase.h
A ext-src/tags/php_4_4_0/tests
A ext-src/tags/php_4_4_1/tests/bug31754.phpt
A ext-src/tags/php_4_4_1/dbf_ndx.c
A ext-src/tags/php_4_4_0RC2/tests/bug31754.phpt
A ext-src/tags/php_4_4_1/dbf.h
A ext-src/tags/php_4_4_1/dbase.dsp
A ext-src/tags/php_4_4_0RC2/dbase.dsp
A ext-src/tags/php_4_4_1/CREDITS
A ext-src/tags/php_4_4_0RC2/dbase.c
A ext-src/tags/php_4_4_0RC2/CREDITS
A ext-src/tags/php_4_4_1/dbf_misc.c
A ext-src/tags/php_5_0_5RC2
A ext-src/tags/php_5_0_5RC2/tests
A ext-src/tags/php_4_4_1/dbf_misc.h
A ext-src/tags/php_4_4_0RC2/php_dbase.h
A ext-src/tags/php_4_4_0RC2/dbf_misc.h
A ext-src/tags/php_4_4_1/dbf_ndx.h
A ext-src/tags/php_4_4_0RC2/dbf_head.c
A ext-src/tags/php_4_4_0RC2/dbf_misc.c
A ext-src/tags/php_4_4_0RC1/dbf_head.c
A ext-src/tags/php_4_4_0RC2/dbf_rec.c
A ext-src/tags/php_4_4_0RC2/dbf_ndx.c
A ext-src/tags/php_4_4_0RC2/dbf_ndx.h
A ext-src/tags/php_4_4_0RC1/dbf_ndx.c
A ext-src/tags/php_4_4_0RC2/config.m4
A ext-src/tags/php_4_4_0RC2/dbf.h
A ext-src/tags/php_4_4_0RC1/dbf_rec.c
A ext-src/tags/php_4_4_0RC1/dbf.h
A ext-src/tags/php_4_4_0RC2/dbf_head.h
A ext-src/tags/php_4_4_0RC1/config.m4
A ext-src/tags/php_4_4_0RC1/dbase.c
A ext-src/tags/php_4_4_0/dbase.c
A ext-src/tags/php_4_4_0RC2/dbf_rec.h
A ext-src/tags/php_5_0_5RC1
A ext-src/tags/php_5_0_5RC1/tests
A ext-src/tags/php_4_4_0RC1/dbf_head.h
A ext-src/tags/php_4_4_0RC1/php_dbase.h
A ext-src/tags/php_4_4_0/php_dbase.h
A ext-src/tags/php_4_4_0RC1/tests/bug31754.phpt
A ext-src/tags/php_4_4_0RC1/dbf_rec.h
A ext-src/tags/php_4_4_0RC1/dbf_misc.c
A ext-src/tags/php_4_4_0/dbf_misc.c
A ext-src/tags/php_4_4_0RC1/dbase.dsp
A ext-src/tags/php_4_4_0/tests/bug31754.phpt
A ext-src/tags/php_4_4_0RC1/dbf_ndx.h
A ext-src/tags/php_4_4_0RC1/CREDITS
A ext-src/tags/php_4_4_0/dbase.dsp
A ext-src/tags/php_4_4_0/dbf_ndx.h
A ext-src/tags/php_4_4_0/dbf_rec.c
A ext-src/tags/php_4_4_0RC1/dbf_misc.h
A ext-src/tags/php_5_0_5
A ext-src/tags/php_5_0_5/tests
A ext-src/tags/php_4_4_0/CREDITS
A ext-src/tags/php_5_0_5RC2/dbase.c
A ext-src/tags/php_4_4_0/config.m4
A ext-src/tags/php_4_4_0/dbf_misc.h
A ext-src/tags/php_4_4_0/dbf_head.c
A ext-src/tags/php_4_4_0/dbf_head.h
A ext-src/tags/php_5_0_5RC2/dbase.dsp
A ext-src/tags/php_5_0_5RC2/config.w32
A ext-src/tags/php_4_4_0/dbf_ndx.c
A ext-src/tags/php_4_4_0/dbf_rec.h
A ext-src/tags/php_5_0_5RC2/dbf_head.c
A ext-src/tags/php_5_0_5RC2/dbf_ndx.c
A ext-src/tags/php_4_4_0/dbf.h
A ext-src/tags/php_5_0_5RC2/package.xml
A ext-src/tags/php_5_0_5RC2/dbf.h
A ext-src/tags/php_5_0_5RC2/dbf_head.h
A ext-src/tags/php_5_0_5RC2/tests/bug31754.phpt
A ext-src/tags/php_5_0_5RC2/dbf_rec.h
A ext-src/tags/php_5_0_5RC2/dbf_rec.c
A ext-src/tags/php_5_0_5RC2/php_dbase.h
A ext-src/tags/php_5_0_4RC2
A ext-src/tags/php_5_0_4RC2/tests
A ext-src/tags/php_5_0_5RC1/tests/bug31754.phpt
A ext-src/tags/php_5_0_5RC2/dbf_misc.c
A ext-src/tags/php_5_0_5RC1/package.xml
A ext-src/tags/php_5_0_5RC2/config.m4
A ext-src/tags/php_5_0_5RC1/php_dbase.h
A ext-src/tags/php_5_0_5RC2/dbf_ndx.h
A ext-src/tags/php_5_0_5RC1/dbf_rec.c
A ext-src/tags/php_5_0_5RC2/CREDITS
A ext-src/tags/php_5_0_5RC1/config.m4
A ext-src/tags/php_5_0_5RC1/dbase.c
A ext-src/tags/php_5_0_5RC1/dbf_misc.c
A ext-src/tags/php_5_0_5RC2/dbf_misc.h
A ext-src/tags/php_5_0_5RC1/CREDITS
A ext-src/tags/php_5_0_5RC1/config.w32
A ext-src/tags/php_5_0_4
A ext-src/tags/php_5_0_4/tests
A ext-src/tags/php_5_0_5RC1/dbf_ndx.h
A ext-src/tags/php_5_0_5RC1/dbase.dsp
A ext-src/tags/php_5_0_5RC1/dbf_misc.h
A ext-src/tags/php_5_0_5RC1/dbf_ndx.c
A ext-src/tags/php_5_0_5/dbase.c
A ext-src/tags/php_5_0_5RC1/dbf_head.c
A ext-src/tags/php_5_0_5/dbase.dsp
A ext-src/tags/php_5_0_5RC1/dbf.h
A ext-src/tags/php_5_0_5/config.w32
A ext-src/tags/php_5_0_5RC1/dbf_head.h
A ext-src/tags/php_5_0_5/dbf_head.c
A ext-src/tags/php_5_0_5/tests/bug31754.phpt
A ext-src/tags/php_5_0_5/dbf_ndx.c
A ext-src/tags/php_5_0_5RC1/dbf_rec.h
A ext-src/tags/php_5_0_5/php_dbase.h
A ext-src/tags/php_4_3_11RC2
A ext-src/tags/php_5_0_5/dbf_head.h
A ext-src/tags/php_5_0_5/dbf.h
A ext-src/tags/php_5_0_5/package.xml
A ext-src/tags/php_5_0_5/config.m4
A ext-src/tags/php_5_0_5/dbf_rec.h
A ext-src/tags/php_5_0_4RC2/tests/bug31754.phpt
A ext-src/tags/php_5_0_5/CREDITS
A ext-src/tags/php_5_0_5/dbf_rec.c
A ext-src/tags/php_5_0_4RC2/package.xml
A ext-src/tags/php_5_0_4RC2/php_dbase.h
A ext-src/tags/php_5_0_5/dbf_misc.c
A ext-src/tags/php_5_0_5/dbf_misc.h
A ext-src/tags/php_5_0_4RC2/dbf_rec.c
A ext-src/tags/php_5_0_4RC2/config.m4
A ext-src/tags/php_5_0_5/dbf_ndx.h
A ext-src/tags/php_5_0_4RC2/dbase.dsp
A ext-src/tags/php_5_0_4RC2/dbf_misc.c
A ext-src/tags/php_4_3_11RC1
A ext-src/tags/php_5_0_4RC2/CREDITS
A ext-src/tags/php_5_0_4RC2/dbf_head.c
A ext-src/tags/php_5_0_4RC2/dbase.c
A ext-src/tags/php_5_0_4RC2/dbf_ndx.h
A ext-src/tags/php_5_0_4RC2/dbf_misc.h
A ext-src/tags/php_5_0_4RC2/dbf_head.h
A ext-src/tags/php_5_0_4RC2/config.w32
A ext-src/tags/php_5_0_4/dbase.c
A ext-src/tags/php_5_0_4/dbase.dsp
A ext-src/tags/php_5_0_4RC2/dbf_rec.h
A ext-src/tags/php_5_0_4RC2/dbf_ndx.c
A ext-src/tags/php_5_0_4/config.w32
A ext-src/tags/php_5_0_4/dbf_head.c
A ext-src/tags/php_5_0_4/package.xml
A ext-src/tags/php_4_3_11
A ext-src/tags/php_5_0_4RC2/dbf.h
A ext-src/tags/php_5_0_4/dbf_ndx.c
A ext-src/tags/php_5_0_4/dbf_head.h
A ext-src/tags/php_5_0_4/dbf_rec.c
A ext-src/tags/php_5_0_4/tests/bug31754.phpt
A ext-src/tags/php_5_0_4/dbf.h
A ext-src/tags/php_5_0_4/dbf_rec.h
A ext-src/tags/php_5_0_4/dbf_misc.c
A ext-src/tags/php_5_0_4/php_dbase.h
A ext-src/tags/php_5_0_4/dbf_ndx.h
A ext-src/tags/php_4_3_11RC2/php_dbase.h
A ext-src/tags/php_5_0_4RC1
A ext-src/tags/php_4_3_11RC2/dbase.c
A ext-src/tags/php_4_3_11RC2/dbf_head.c
A ext-src/tags/php_5_0_4/config.m4
A ext-src/tags/php_4_3_11RC2/dbf_ndx.c
A ext-src/tags/php_4_3_11RC2/config.m4
A ext-src/tags/php_5_0_4RC1/tests
A ext-src/tags/php_4_3_11RC2/dbase.dsp
A ext-src/tags/php_5_0_4/CREDITS
A ext-src/tags/php_4_3_11RC2/dbf.h
A ext-src/tags/php_4_3_11RC2/dbf_head.h
A ext-src/tags/php_4_3_11RC2/CREDITS
A ext-src/tags/php_5_0_4/dbf_misc.h
A ext-src/tags/php_4_3_11RC2/dbf_rec.h
A ext-src/tags/php_4_3_11RC1/dbase.c
A ext-src/tags/php_4_3_11RC2/dbf_misc.h
A ext-src/tags/php_4_3_11RC2/dbf_rec.c
A ext-src/tags/php_4_3_11RC1/config.m4
A ext-src/tags/php_4_3_11RC1/php_dbase.h
A ext-src/tags/php_4_3_11RC1/dbf_rec.c
A ext-src/tags/php_4_3_11RC1/dbf_head.h
A ext-src/tags/php_4_3_11RC2/dbf_misc.c
A ext-src/tags/php_4_3_11RC1/dbf_ndx.c
A ext-src/tags/php_4_3_10RC2
A ext-src/tags/php_4_3_11RC1/dbf_misc.c
A ext-src/tags/php_4_3_11RC1/dbf_rec.h
A ext-src/tags/php_4_3_11RC2/dbf_ndx.h
A ext-src/tags/php_4_3_11RC1/dbf.h
A ext-src/tags/php_4_3_11RC1/dbf_ndx.h
A ext-src/tags/php_4_3_11/php_dbase.h
A ext-src/tags/php_4_3_11/dbase.c
A ext-src/tags/php_4_3_11RC1/dbf_head.c
A ext-src/tags/php_4_3_11/dbf_head.c
A ext-src/tags/php_4_3_11/dbase.dsp
A ext-src/tags/php_4_3_11/dbf_ndx.c
A ext-src/tags/php_4_3_11/config.m4
A ext-src/tags/php_4_3_11RC1/dbase.dsp
A ext-src/tags/php_4_3_11/CREDITS
A ext-src/tags/php_4_3_11/dbf_head.h
A ext-src/tags/php_4_3_10RC1
A ext-src/tags/php_4_3_11/dbf.h
A ext-src/tags/php_4_3_11RC1/CREDITS
A ext-src/tags/php_4_3_11/dbf_misc.h
A ext-src/tags/php_4_3_11/dbf_rec.h
A ext-src/tags/php_4_3_11RC1/dbf_misc.h
A ext-src/tags/php_5_0_4RC1/dbase.c
A ext-src/tags/php_5_0_4RC1/dbase.dsp
A ext-src/tags/php_5_0_4RC1/package.xml
A ext-src/tags/php_5_0_4RC1/php_dbase.h
A ext-src/tags/php_4_3_11/dbf_rec.c
A ext-src/tags/php_4_3_10
A ext-src/tags/php_5_0_4RC1/dbf_head.c
A ext-src/tags/php_5_0_4RC1/dbf_rec.c
A ext-src/tags/php_4_3_11/dbf_misc.c
A ext-src/tags/php_5_0_4RC1/dbf_head.h
A ext-src/tags/php_5_0_4RC1/config.m4
A ext-src/tags/php_5_0_4RC1/dbf_misc.c
A ext-src/tags/php_4_3_11/dbf_ndx.h
A ext-src/tags/php_5_0_4RC1/dbf_rec.h
A ext-src/tags/php_5_0_4RC1/CREDITS
A ext-src/tags/php_5_0_4RC1/dbf_ndx.h
A ext-src/tags/php_5_0_4RC1/tests/bug31754.phpt
A ext-src/tags/php_4_3_10RC2/php_dbase.h
A ext-src/tags/php_5_0_4RC1/dbf_misc.h
A ext-src/tags/php_4_3_10RC2/dbf_head.c
A ext-src/tags/php_5_0_4RC1/config.w32
A ext-src/tags/php_5_0_3RC2
A ext-src/tags/php_4_3_10RC2/dbf_ndx.c
A ext-src/tags/php_4_3_10RC2/dbf_rec.c
A ext-src/tags/php_5_0_4RC1/dbf_ndx.c
A ext-src/tags/php_4_3_10RC2/dbase.dsp
A ext-src/tags/php_4_3_10RC2/dbf.h
A ext-src/tags/php_4_3_10RC2/dbf_misc.c
A ext-src/tags/php_5_0_4RC1/dbf.h
A ext-src/tags/php_4_3_10RC2/CREDITS
A ext-src/tags/php_4_3_10RC1/dbase.c
A ext-src/tags/php_4_3_10RC2/dbf_ndx.h
A ext-src/tags/php_4_3_10RC2/dbase.c
A ext-src/tags/php_4_3_10RC2/dbf_misc.h
A ext-src/tags/php_4_3_10RC1/dbf_head.c
A ext-src/tags/php_4_3_10RC2/config.m4
A ext-src/tags/php_4_3_10RC1/config.m4
A ext-src/tags/php_4_3_10RC1/dbf_rec.c
A ext-src/tags/php_5_0_3RC1
A ext-src/tags/php_4_3_10RC1/dbase.dsp
A ext-src/tags/php_4_3_10RC2/dbf_head.h
A ext-src/tags/php_4_3_10RC1/dbf_head.h
A ext-src/tags/php_4_3_10RC1/dbf_misc.c
A ext-src/tags/php_4_3_10RC1/CREDITS
A ext-src/tags/php_4_3_10RC1/dbf_rec.h
A ext-src/tags/php_4_3_10RC2/dbf_rec.h
A ext-src/tags/php_4_3_10RC1/dbf_ndx.h
A ext-src/tags/php_4_3_10RC1/dbf_misc.h
A ext-src/tags/php_4_3_10RC1/php_dbase.h
A ext-src/tags/php_4_3_10/php_dbase.h
A ext-src/tags/php_4_3_10/dbf_head.c
A ext-src/tags/php_4_3_10/dbf_rec.c
A ext-src/tags/php_4_3_10RC1/dbf_ndx.c
A ext-src/tags/php_4_3_10/dbf_ndx.c
A ext-src/tags/php_5_0_3
A ext-src/tags/php_4_3_10/dbase.dsp
A ext-src/tags/php_4_3_10/dbf_misc.c
A ext-src/tags/php_4_3_10RC1/dbf.h
A ext-src/tags/php_4_3_10/dbf.h
A ext-src/tags/php_4_3_10/CREDITS
A ext-src/tags/php_4_3_10/dbf_ndx.h
A ext-src/tags/php_4_3_10/dbase.c
A ext-src/tags/php_5_0_3RC2/package.xml
A ext-src/tags/php_4_3_10/dbf_misc.h
A ext-src/tags/php_5_0_3RC2/dbase.dsp
A ext-src/tags/php_4_3_10/config.m4
A ext-src/tags/php_5_0_3RC2/config.w32
A ext-src/tags/php_5_0_3RC2/dbase.c
A ext-src/tags/php_5_0_3RC2/dbf_rec.c
A ext-src/tags/php_4_3_10/dbf_head.h
A ext-src/tags/php_5_0_3RC2/dbf_ndx.c
A ext-src/tags/PRE_NEW_VM_GEN_PATCH
A ext-src/tags/php_5_0_3RC2/dbf_misc.c
A ext-src/tags/php_5_0_3RC2/config.m4
A ext-src/tags/php_4_3_10/dbf_rec.h
A ext-src/tags/php_5_0_3RC2/dbf.h
A ext-src/tags/php_5_0_3RC2/dbf_ndx.h
A ext-src/tags/php_5_0_3RC2/CREDITS
A ext-src/tags/php_5_0_3RC2/php_dbase.h
A ext-src/tags/php_5_0_3RC1/package.xml
A ext-src/tags/php_5_0_3RC1/dbase.dsp
A ext-src/tags/php_5_0_3RC2/dbf_misc.h
A ext-src/tags/php_5_0_3RC2/dbf_head.c
A ext-src/tags/php_5_0_3RC1/config.w32
A ext-src/tags/php_5_0_3RC1/dbase.c
A ext-src/tags/php_5_0_3RC1/dbf_rec.c
A ext-src/tags/php_5_0_3RC2/dbf_head.h
A ext-src/tags/php_5_0_2RC1
A ext-src/tags/php_5_0_3RC1/dbf_ndx.c
A ext-src/tags/php_5_0_3RC1/config.m4
A ext-src/tags/php_5_0_3RC1/dbf_misc.c
A ext-src/tags/php_5_0_3RC2/dbf_rec.h
A ext-src/tags/php_5_0_3RC1/dbf.h
A ext-src/tags/php_5_0_3RC1/dbf_ndx.h
A ext-src/tags/php_5_0_3RC1/CREDITS
A ext-src/tags/php_5_0_3RC1/php_dbase.h
A ext-src/tags/php_5_0_3/package.xml
A ext-src/tags/php_5_0_3RC1/dbf_misc.h
A ext-src/tags/php_5_0_3/dbase.dsp
A ext-src/tags/php_5_0_3RC1/dbf_head.c
A ext-src/tags/php_5_0_3/dbf_rec.c
A ext-src/tags/php_5_0_3/dbase.c
A ext-src/tags/php_5_0_3RC1/dbf_head.h
A ext-src/tags/php_5_0_3/dbf_misc.c
A ext-src/tags/php_5_0_3/config.m4
A ext-src/tags/php_5_0_3/config.w32
A ext-src/tags/php_5_0_3RC1/dbf_rec.h
A ext-src/tags/php_5_0_3/CREDITS
A ext-src/tags/php_5_0_3/dbf_ndx.c
A ext-src/tags/php_5_0_2
A ext-src/tags/php_5_0_3/dbf_ndx.h
A ext-src/tags/php_5_0_3/php_dbase.h
A ext-src/tags/php_5_0_3/dbf.h
A ext-src/tags/PRE_NEW_VM_GEN_PATCH/dbase.dsp
A ext-src/tags/php_5_0_3/dbf_head.c
A ext-src/tags/PRE_NEW_VM_GEN_PATCH/package.xml
A ext-src/tags/PRE_NEW_VM_GEN_PATCH/dbf_rec.c
A ext-src/tags/php_5_0_3/dbf_head.h
A ext-src/tags/php_5_0_3/dbf_misc.h
A ext-src/tags/PRE_NEW_VM_GEN_PATCH/config.w32
A ext-src/tags/php_5_0_3/dbf_rec.h
A ext-src/tags/PRE_NEW_VM_GEN_PATCH/dbf_misc.c
A ext-src/tags/PRE_NEW_VM_GEN_PATCH/dbf_ndx.h
A ext-src/tags/PRE_NEW_VM_GEN_PATCH/dbf_ndx.c
A ext-src/tags/PRE_NEW_VM_GEN_PATCH/php_dbase.h
A ext-src/tags/php_5_0_1RC2
A ext-src/tags/PRE_NEW_VM_GEN_PATCH/dbase.c
A ext-src/tags/php_5_0_2RC1/dbase.dsp
A ext-src/tags/PRE_NEW_VM_GEN_PATCH/dbf.h
A ext-src/tags/PRE_NEW_VM_GEN_PATCH/dbf_head.c
A ext-src/tags/PRE_NEW_VM_GEN_PATCH/config.m4
A ext-src/tags/php_5_0_2RC1/dbf_rec.c
A ext-src/tags/PRE_NEW_VM_GEN_PATCH/dbf_head.h
A ext-src/tags/php_5_0_2RC1/package.xml
A ext-src/tags/PRE_NEW_VM_GEN_PATCH/CREDITS
A ext-src/tags/php_5_0_2RC1/dbf_misc.c
A ext-src/tags/PRE_NEW_VM_GEN_PATCH/dbf_rec.h
A ext-src/tags/php_5_0_2RC1/config.w32
A ext-src/tags/PRE_NEW_VM_GEN_PATCH/dbf_misc.h
A ext-src/tags/php_5_0_2RC1/dbf_ndx.h
A ext-src/tags/php_5_0_2RC1/php_dbase.h
A ext-src/tags/php_5_0_1RC1
A ext-src/tags/php_5_0_2RC1/dbf_ndx.c
A ext-src/tags/php_5_0_2RC1/dbase.c
A ext-src/tags/php_5_0_2/dbase.dsp
A ext-src/tags/php_5_0_2RC1/dbf.h
A ext-src/tags/php_5_0_2RC1/dbf_head.c
A ext-src/tags/php_5_0_2RC1/config.m4
A ext-src/tags/php_5_0_2/dbf_rec.c
A ext-src/tags/php_5_0_2RC1/dbf_head.h
A ext-src/tags/php_5_0_2/package.xml
A ext-src/tags/php_5_0_2RC1/CREDITS
A ext-src/tags/php_5_0_2/dbf_misc.c
A ext-src/tags/php_5_0_2RC1/dbf_rec.h
A ext-src/tags/php_5_0_2/config.w32
A ext-src/tags/php_5_0_2RC1/dbf_misc.h
A ext-src/tags/php_5_0_2/dbf_ndx.h
A ext-src/tags/php_5_0_2/dbf_ndx.c
A ext-src/tags/php_5_0_2/php_dbase.h
A ext-src/tags/php_5_0_1
A ext-src/tags/php_5_0_2/dbase.c
A ext-src/tags/php_5_0_2/dbf_head.c
A ext-src/tags/php_5_0_2/dbf.h
A ext-src/tags/php_5_0_1RC2/dbase.dsp
A ext-src/tags/php_5_0_2/config.m4
A ext-src/tags/php_5_0_2/dbf_head.h
A ext-src/tags/php_5_0_1RC2/package.xml
A ext-src/tags/php_5_0_2/dbf_rec.h
A ext-src/tags/php_5_0_1RC2/dbf_rec.c
A ext-src/tags/php_5_0_2/CREDITS
A ext-src/tags/php_5_0_1RC2/config.w32
A ext-src/tags/php_5_0_1RC2/php_dbase.h
A ext-src/tags/php_5_0_2/dbf_misc.h
A ext-src/tags/php_5_0_1RC2/dbf_misc.c
A ext-src/tags/php_5_0_1RC2/dbf_ndx.c
A ext-src/tags/php_5_0_0RC4
A ext-src/tags/php_5_0_1RC2/dbf_head.c
A ext-src/tags/php_5_0_1RC2/dbase.c
A ext-src/tags/php_5_0_1RC2/dbf.h
A ext-src/tags/php_5_0_1RC2/dbf_ndx.h
A ext-src/tags/php_5_0_1RC2/dbf_head.h
A ext-src/tags/php_5_0_1RC1/package.xml
A ext-src/tags/php_5_0_1RC2/config.m4
A ext-src/tags/php_5_0_1RC2/dbf_rec.h
A ext-src/tags/php_5_0_1RC1/dbase.dsp
A ext-src/tags/php_5_0_1RC1/config.w32
A ext-src/tags/php_5_0_1RC2/CREDITS
A ext-src/tags/php_5_0_1RC1/dbf_ndx.c
A ext-src/tags/php_5_0_1RC1/php_dbase.h
A ext-src/tags/php_5_0_1RC1/dbf_rec.c
A ext-src/tags/php_5_0_1RC2/dbf_misc.h
A ext-src/tags/php_5_0_0RC3RC2
A ext-src/tags/php_5_0_1RC1/dbf.h
A ext-src/tags/php_5_0_1RC1/dbf_misc.c
A ext-src/tags/php_5_0_1RC1/dbf_head.c
A ext-src/tags/php_5_0_1RC1/dbase.c
A ext-src/tags/php_5_0_1RC1/dbf_ndx.h
A ext-src/tags/php_5_0_1/package.xml
A ext-src/tags/php_5_0_1RC1/dbf_head.h
A ext-src/tags/php_5_0_1/config.w32
A ext-src/tags/php_5_0_1/dbase.dsp
A ext-src/tags/php_5_0_1RC1/dbf_rec.h
A ext-src/tags/php_5_0_1/dbf_ndx.c
A ext-src/tags/php_5_0_1/dbf_rec.c
A ext-src/tags/php_5_0_1RC1/config.m4
A ext-src/tags/php_5_0_1/php_dbase.h
A ext-src/tags/php_5_0_1/dbf.h
A ext-src/tags/php_5_0_0RC3RC1
A ext-src/tags/php_5_0_1/dbf_misc.c
A ext-src/tags/php_5_0_1RC1/CREDITS
A ext-src/tags/php_5_0_1/dbf_head.c
A ext-src/tags/php_5_0_0RC4/package.xml
A ext-src/tags/php_5_0_1RC1/dbf_misc.h
A ext-src/tags/php_5_0_1/dbf_ndx.h
A ext-src/tags/php_5_0_1/dbf_head.h
A ext-src/tags/php_5_0_0RC4/config.w32
A ext-src/tags/php_5_0_0RC4/dbase.dsp
A ext-src/tags/php_5_0_1/dbase.c
A ext-src/tags/php_5_0_0RC4/dbf_ndx.c
A ext-src/tags/php_5_0_1/config.m4
A ext-src/tags/php_5_0_0RC4/dbf_rec.c
A ext-src/tags/php_5_0_0RC4/dbf.h
A ext-src/tags/php_5_0_1/CREDITS
A ext-src/tags/php_5_0_0RC3
A ext-src/tags/php_5_0_1/dbf_rec.h
A ext-src/tags/php_5_0_0RC4/dbf_misc.c
A ext-src/tags/php_5_0_0RC3RC2/package.xml
A ext-src/tags/php_5_0_0RC4/dbf_ndx.h
A ext-src/tags/php_5_0_1/dbf_misc.h
A ext-src/tags/php_5_0_0RC4/php_dbase.h
A ext-src/tags/php_5_0_0RC3RC2/config.w32
A ext-src/tags/php_5_0_0RC3RC2/dbase.dsp
A ext-src/tags/php_5_0_0RC4/dbase.c
A ext-src/tags/php_5_0_0RC4/dbf_head.c
A ext-src/tags/php_5_0_0RC3RC2/dbf_ndx.c
A ext-src/tags/php_5_0_0RC4/config.m4
A ext-src/tags/php_5_0_0RC3RC2/dbf_rec.c
A ext-src/tags/php_5_0_0RC4/dbf_head.h
A ext-src/tags/php_5_0_0RC4/CREDITS
A ext-src/tags/php_5_0_0RC3RC2/dbf_misc.c
A ext-src/tags/php_5_0_0RC4/dbf_rec.h
A ext-src/tags/php_5_0_0RC2RC2
A ext-src/tags/php_5_0_0RC3RC2/dbf.h
A ext-src/tags/php_5_0_0RC4/dbf_misc.h
A ext-src/tags/php_5_0_0RC3RC2/dbf_ndx.h
A ext-src/tags/php_5_0_0RC3RC2/php_dbase.h
A ext-src/tags/php_5_0_0RC3RC1/package.xml
A ext-src/tags/php_5_0_0RC3RC2/dbase.c
A ext-src/tags/php_5_0_0RC3RC1/dbase.dsp
A ext-src/tags/php_5_0_0RC3RC2/dbf_head.c
A ext-src/tags/php_5_0_0RC3RC1/config.w32
A ext-src/tags/php_5_0_0RC3RC2/config.m4
A ext-src/tags/php_5_0_0RC3RC1/dbf_rec.c
A ext-src/tags/php_5_0_0RC3RC2/dbf_head.h
A ext-src/tags/php_5_0_0RC3RC1/dbf_ndx.c
A ext-src/tags/php_5_0_0RC3RC2/CREDITS
A ext-src/tags/php_5_0_0RC3RC2/dbf_rec.h
A ext-src/tags/php_5_0_0RC3RC1/dbf_misc.c
A ext-src/tags/php_5_0_0RC3RC2/dbf_misc.h
A ext-src/tags/php_5_0_0RC3RC1/php_dbase.h
A ext-src/tags/php_5_0_0RC3RC1/dbf.h
A ext-src/tags/php_5_0_0RC2RC1
A ext-src/tags/php_5_0_0RC3RC1/dbf_ndx.h
A ext-src/tags/php_5_0_0RC3RC1/dbase.c
A ext-src/tags/php_5_0_0RC3RC1/dbf_head.c
A ext-src/tags/php_5_0_0RC3/dbase.dsp
A ext-src/tags/php_5_0_0RC3/package.xml
A ext-src/tags/php_5_0_0RC3RC1/config.m4
A ext-src/tags/php_5_0_0RC3RC1/dbf_head.h
A ext-src/tags/php_5_0_0RC3/dbf_rec.c
A ext-src/tags/php_5_0_0RC3/config.w32
A ext-src/tags/php_5_0_0RC3RC1/CREDITS
A ext-src/tags/php_5_0_0RC3RC1/dbf_rec.h
A ext-src/tags/php_5_0_0RC3/dbf_misc.c
A ext-src/tags/php_5_0_0RC3/dbf_ndx.c
A ext-src/tags/php_5_0_0RC3RC1/dbf_misc.h
A ext-src/tags/php_5_0_0RC3/php_dbase.h
A ext-src/tags/php_5_0_0RC3/dbf_ndx.h
A ext-src/tags/php_5_0_0RC2
A ext-src/tags/php_5_0_0RC3/dbf.h
A ext-src/tags/php_5_0_0RC3/dbase.c
A ext-src/tags/php_5_0_0RC3/dbf_head.c
A ext-src/tags/php_5_0_0RC2RC2/dbase.dsp
A ext-src/tags/php_5_0_0RC3/config.m4
A ext-src/tags/php_5_0_0RC2RC2/package.xml
A ext-src/tags/php_5_0_0RC3/dbf_head.h
A ext-src/tags/php_5_0_0RC2RC2/dbf_rec.c
A ext-src/tags/php_5_0_0RC3/CREDITS
A ext-src/tags/php_5_0_0RC2RC2/config.w32
A ext-src/tags/php_5_0_0RC3/dbf_rec.h
A ext-src/tags/php_5_0_0RC2RC2/dbf_misc.c
A ext-src/tags/php_5_0_0RC3/dbf_misc.h
A ext-src/tags/php_5_0_0RC2RC2/dbf_ndx.c
A ext-src/tags/php_5_0_0RC2RC2/php_dbase.h
A ext-src/tags/php_5_0_0
A ext-src/tags/php_5_0_0RC2RC2/dbf_ndx.h
A ext-src/tags/php_5_0_0RC2RC2/dbase.c
A ext-src/tags/php_5_0_0RC2RC2/dbf_head.c
A ext-src/tags/php_5_0_0RC2RC2/dbf.h
A ext-src/tags/php_5_0_0RC2RC1/dbase.dsp
A ext-src/tags/php_5_0_0RC2RC2/config.m4
A ext-src/tags/php_5_0_0RC2RC2/dbf_head.h
A ext-src/tags/php_5_0_0RC2RC1/package.xml
A ext-src/tags/php_5_0_0RC2RC1/dbf_rec.c
A ext-src/tags/php_5_0_0RC2RC2/CREDITS
A ext-src/tags/php_5_0_0RC2RC2/dbf_rec.h
A ext-src/tags/php_5_0_0RC2RC1/config.w32
A ext-src/tags/php_5_0_0RC2RC1/dbf_misc.c
A ext-src/tags/php_5_0_0RC2RC2/dbf_misc.h
A ext-src/tags/php_5_0_0RC2RC1/php_dbase.h
A ext-src/tags/php_5_0_0RC2RC1/dbf_ndx.c
A ext-src/tags/php_5_0_0b4RC1
A ext-src/tags/php_5_0_0RC2RC1/dbf_ndx.h
A ext-src/tags/php_5_0_0RC2RC1/dbase.c
A ext-src/tags/php_5_0_0RC2RC1/dbf_head.c
A ext-src/tags/php_5_0_0RC2RC1/dbf.h
A ext-src/tags/php_5_0_0RC2/dbase.dsp
A ext-src/tags/php_5_0_0RC2RC1/config.m4
A ext-src/tags/php_5_0_0RC2RC1/dbf_head.h
A ext-src/tags/php_5_0_0RC2/package.xml
A ext-src/tags/php_5_0_0RC2/dbf_rec.c
A ext-src/tags/php_5_0_0RC2RC1/CREDITS
A ext-src/tags/php_5_0_0RC2RC1/dbf_rec.h
A ext-src/tags/php_5_0_0RC2/config.w32
A ext-src/tags/php_5_0_0RC2/dbf_misc.c
A ext-src/tags/php_5_0_0RC2RC1/dbf_misc.h
A ext-src/tags/php_5_0_0RC2/php_dbase.h
A ext-src/tags/php_5_0_0b4
A ext-src/tags/php_5_0_0RC2/dbf_ndx.c
A ext-src/tags/php_5_0_0RC2/dbf_ndx.h
A ext-src/tags/php_5_0_0RC2/dbf_head.c
A ext-src/tags/php_5_0_0RC2/dbase.c
A ext-src/tags/php_5_0_0RC2/dbf.h
A ext-src/tags/php_5_0_0/dbase.dsp
A ext-src/tags/php_5_0_0RC2/dbf_head.h
A ext-src/tags/php_5_0_0RC2/config.m4
A ext-src/tags/php_5_0_0/package.xml
A ext-src/tags/php_5_0_0RC2/dbf_rec.h
A ext-src/tags/php_5_0_0/dbf_rec.c
A ext-src/tags/php_5_0_0RC2/CREDITS
A ext-src/tags/php_5_0_0/config.w32
A ext-src/tags/php_5_0_0/php_dbase.h
A ext-src/tags/php_5_0_0/dbf_misc.c
A ext-src/tags/php_5_0_0RC2/dbf_misc.h
A ext-src/tags/php_5_0_0RC1RC2
A ext-src/tags/php_5_0_0/dbf_head.c
A ext-src/tags/php_5_0_0/dbf_ndx.c
A ext-src/tags/php_5_0_0/dbf_ndx.h
A ext-src/tags/php_5_0_0/dbase.c
A ext-src/tags/php_5_0_0/dbf_head.h
A ext-src/tags/php_5_0_0/dbf.h
A ext-src/tags/php_5_0_0b4RC1/php_dbase.h
A ext-src/tags/php_5_0_0/config.m4
A ext-src/tags/php_5_0_0/CREDITS
A ext-src/tags/php_5_0_0b4RC1/dbf_head.c
A ext-src/tags/php_5_0_0b4RC1/dbase.dsp
A ext-src/tags/php_5_0_0/dbf_rec.h
A ext-src/tags/php_5_0_0b4RC1/dbf_head.h
A ext-src/tags/php_5_0_0b4RC1/dbf_rec.c
A ext-src/tags/php_5_0_0/dbf_misc.h
A ext-src/tags/php_5_0_0b4RC1/dbase.c
A ext-src/tags/php_5_0_0RC1RC1
A ext-src/tags/php_5_0_0b4RC1/dbf_misc.c
A ext-src/tags/php_5_0_0b4RC1/dbf_rec.h
A ext-src/tags/php_5_0_0b4RC1/config.w32
A ext-src/tags/php_5_0_0b4RC1/config.m4
A ext-src/tags/php_5_0_0b4RC1/dbf_ndx.h
A ext-src/tags/php_5_0_0b4RC1/dbf_ndx.c
A ext-src/tags/php_5_0_0b4/dbase.c
A ext-src/tags/php_5_0_0b4RC1/CREDITS
A ext-src/tags/php_5_0_0b4RC1/dbf.h
A ext-src/tags/php_5_0_0b4/php_dbase.h
A ext-src/tags/php_5_0_0RC1
A ext-src/tags/php_5_0_0b4/config.m4
A ext-src/tags/php_5_0_0b4RC1/dbf_misc.h
A ext-src/tags/php_5_0_0b4/dbase.dsp
A ext-src/tags/php_5_0_0b4/CREDITS
A ext-src/tags/php_5_0_0b4/dbf_head.c
A ext-src/tags/php_5_0_0b4/config.w32
A ext-src/tags/php_5_0_0b4/dbf_rec.c
A ext-src/tags/php_5_0_0b4/dbf_misc.h
A ext-src/tags/php_5_0_0b4/dbf_head.h
A ext-src/tags/php_5_0_0b4/dbf_ndx.c
A ext-src/tags/php_5_0_0RC1RC2/config.w32
A ext-src/tags/php_5_0_0b4/dbf_misc.c
A ext-src/tags/php_5_0_0b4/dbf_rec.h
A ext-src/tags/php_5_0_0b4/dbf.h
A ext-src/tags/php_5_0_0b4/dbf_ndx.h
A ext-src/tags/php_5_0_0RC1RC2/dbf_ndx.c
A ext-src/tags/php_5_0_0RC1RC2/dbase.c
A ext-src/tags/php_5_0_0b3RC2
A ext-src/tags/php_5_0_0RC1RC2/dbase.dsp
A ext-src/tags/php_5_0_0RC1RC2/php_dbase.h
A ext-src/tags/php_5_0_0RC1RC2/config.m4
A ext-src/tags/php_5_0_0RC1RC2/dbf_rec.c
A ext-src/tags/php_5_0_0RC1RC2/dbf_head.c
A ext-src/tags/php_5_0_0RC1RC2/CREDITS
A ext-src/tags/php_5_0_0RC1RC2/dbf_misc.c
A ext-src/tags/php_5_0_0RC1RC2/dbf_head.h
A ext-src/tags/php_5_0_0RC1RC2/dbf.h
A ext-src/tags/php_5_0_0RC1RC2/dbf_misc.h
A ext-src/tags/php_5_0_0RC1RC2/dbf_ndx.h
A ext-src/tags/php_5_0_0RC1RC2/dbf_rec.h
A ext-src/tags/php_5_0_0RC1RC1/config.w32
A ext-src/tags/php_5_0_0RC1RC1/dbase.dsp
A ext-src/tags/php_5_0_0RC1RC1/php_dbase.h
A ext-src/tags/php_5_0_0b3RC1
A ext-src/tags/php_5_0_0RC1RC1/dbase.c
A ext-src/tags/php_5_0_0RC1RC1/dbf_ndx.c
A ext-src/tags/php_5_0_0RC1RC1/dbf_rec.c
A ext-src/tags/php_5_0_0RC1RC1/dbf_head.c
A ext-src/tags/php_5_0_0RC1RC1/config.m4
A ext-src/tags/php_5_0_0RC1RC1/dbf.h
A ext-src/tags/php_5_0_0RC1RC1/dbf_misc.c
A ext-src/tags/php_5_0_0RC1RC1/dbf_head.h
A ext-src/tags/php_5_0_0RC1RC1/CREDITS
A ext-src/tags/php_5_0_0RC1/dbase.dsp
A ext-src/tags/php_5_0_0RC1RC1/dbf_rec.h
A ext-src/tags/php_5_0_0RC1RC1/dbf_ndx.h
A ext-src/tags/php_5_0_0RC1RC1/dbf_misc.h
A ext-src/tags/php_5_0_0RC1/dbf_rec.c
A ext-src/tags/php_5_0_0RC1/config.w32
A ext-src/tags/php_5_0_0b3
A ext-src/tags/php_5_0_0RC1/php_dbase.h
A ext-src/tags/php_5_0_0RC1/dbase.c
A ext-src/tags/php_5_0_0RC1/dbf_ndx.c
A ext-src/tags/php_5_0_0RC1/dbf_misc.c
A ext-src/tags/php_5_0_0RC1/dbf_head.c
A ext-src/tags/php_5_0_0RC1/config.m4
A ext-src/tags/php_5_0_0RC1/dbf.h
A ext-src/tags/php_5_0_0RC1/dbf_ndx.h
A ext-src/tags/php_5_0_0RC1/dbf_head.h
A ext-src/tags/php_5_0_0RC1/CREDITS
A ext-src/tags/php_5_0_0b3RC2/config.w32
A ext-src/tags/php_5_0_0RC1/dbf_rec.h
A ext-src/tags/php_5_0_0b3RC2/dbase.c
A ext-src/tags/php_5_0_0RC1/dbf_misc.h
A ext-src/tags/php_5_0_0b3RC2/php_dbase.h
A ext-src/tags/php_5_0_0b3RC2/dbf_rec.c
A ext-src/tags/php_4_3_9RC3
A ext-src/tags/php_5_0_0b3RC2/config.m4
A ext-src/tags/php_5_0_0b3RC2/dbf_head.c
A ext-src/tags/php_5_0_0b3RC2/dbf_misc.c
A ext-src/tags/php_5_0_0b3RC2/dbase.dsp
A ext-src/tags/php_5_0_0b3RC2/dbf_head.h
A ext-src/tags/php_5_0_0b3RC2/dbf_ndx.h
A ext-src/tags/php_5_0_0b3RC2/dbf_ndx.c
A ext-src/tags/php_5_0_0b3RC2/CREDITS
A ext-src/tags/php_5_0_0b3RC2/dbf_rec.h
A ext-src/tags/php_5_0_0b3RC2/dbf.h
A ext-src/tags/php_5_0_0b3RC2/dbf_misc.h
A ext-src/tags/php_4_3_9RC2
A ext-src/tags/php_5_0_0b3RC1/dbase.c
A ext-src/tags/php_5_0_0b3RC1/config.w32
A ext-src/tags/php_5_0_0b3RC1/dbf_rec.c
A ext-src/tags/php_5_0_0b3RC1/dbf_head.c
A ext-src/tags/php_5_0_0b3RC1/config.m4
A ext-src/tags/php_5_0_0b3RC1/php_dbase.h
A ext-src/tags/php_5_0_0b3RC1/dbf_head.h
A ext-src/tags/php_5_0_0b3RC1/dbase.dsp
A ext-src/tags/php_5_0_0b3RC1/dbf_ndx.c
A ext-src/tags/php_5_0_0b3RC1/dbf_misc.c
A ext-src/tags/php_5_0_0b3RC1/dbf_rec.h
A ext-src/tags/php_5_0_0b3RC1/CREDITS
A ext-src/tags/php_5_0_0b3RC1/dbf.h
A ext-src/tags/php_5_0_0b3RC1/dbf_ndx.h
A ext-src/tags/php_5_0_0b3/dbf_rec.c
A ext-src/tags/php_4_3_9RC1
A ext-src/tags/php_5_0_0b3RC1/dbf_misc.h
A ext-src/tags/php_5_0_0b3/config.w32
A ext-src/tags/php_5_0_0b3/dbase.dsp
A ext-src/tags/php_5_0_0b3/dbase.c
A ext-src/tags/php_5_0_0b3/dbf_head.c
A ext-src/tags/php_5_0_0b3/php_dbase.h
A ext-src/tags/php_5_0_0b3/CREDITS
A ext-src/tags/php_5_0_0b3/config.m4
A ext-src/tags/php_5_0_0b3/dbf_ndx.c
A ext-src/tags/php_5_0_0b3/dbf_misc.c
A ext-src/tags/php_5_0_0b3/dbf_misc.h
A ext-src/tags/php_5_0_0b3/dbf_head.h
A ext-src/tags/php_5_0_0b3/dbf.h
A ext-src/tags/php_5_0_0b3/dbf_ndx.h
A ext-src/tags/php_5_0_0b3/dbf_rec.h
A ext-src/tags/php_4_3_9RC3/dbase.c
A ext-src/tags/php_4_3_9
A ext-src/tags/php_4_3_9RC3/dbf_rec.c
A ext-src/tags/php_4_3_9RC3/dbf_head.c
A ext-src/tags/php_4_3_9RC3/php_dbase.h
A ext-src/tags/php_4_3_9RC3/config.m4
A ext-src/tags/php_4_3_9RC3/dbf_misc.c
A ext-src/tags/php_4_3_9RC3/dbase.dsp
A ext-src/tags/php_4_3_9RC3/dbf_ndx.c
A ext-src/tags/php_4_3_9RC3/dbf_ndx.h
A ext-src/tags/php_4_3_9RC3/dbf_head.h
A ext-src/tags/php_4_3_9RC3/CREDITS
A ext-src/tags/php_4_3_9RC3/dbf.h
A ext-src/tags/php_4_3_9RC2/dbf_head.c
A ext-src/tags/php_4_3_9RC3/dbf_misc.h
A ext-src/tags/php_4_3_9RC3/dbf_rec.h
A ext-src/tags/php_4_3_9RC2/dbase.c
A ext-src/tags/php_4_3_9RC2/dbf_rec.c
A ext-src/tags/php_4_3_8
A ext-src/tags/php_4_3_9RC2/dbase.dsp
A ext-src/tags/php_4_3_9RC2/php_dbase.h
A ext-src/tags/php_4_3_9RC2/config.m4
A ext-src/tags/php_4_3_9RC2/dbf_misc.c
A ext-src/tags/php_4_3_9RC2/CREDITS
A ext-src/tags/php_4_3_9RC2/dbf_ndx.c
A ext-src/tags/php_4_3_9RC2/dbf_head.h
A ext-src/tags/php_4_3_9RC2/dbf_misc.h
A ext-src/tags/php_4_3_9RC2/dbf_ndx.h
A ext-src/tags/php_4_3_9RC2/dbf.h
A ext-src/tags/php_4_3_7RC1
A ext-src/tags/php_4_3_9RC2/dbf_rec.h
A ext-src/tags/php_4_3_9RC1/dbf_rec.c
A ext-src/tags/php_4_3_9RC1/php_dbase.h
A ext-src/tags/php_4_3_9RC1/dbf_head.c
A ext-src/tags/php_4_3_9RC1/dbase.c
A ext-src/tags/php_4_3_9RC1/dbf_misc.c
A ext-src/tags/php_4_3_9RC1/dbf_ndx.c
A ext-src/tags/php_4_3_9RC1/dbase.dsp
A ext-src/tags/php_4_3_9RC1/config.m4
A ext-src/tags/php_4_3_9RC1/dbf_ndx.h
A ext-src/tags/php_4_3_9RC1/dbf.h
A ext-src/tags/php_4_3_9RC1/CREDITS
A ext-src/tags/php_4_3_9RC1/dbf_head.h
A ext-src/tags/php_4_3_9/dbf_head.c
A ext-src/tags/php_4_3_9/dbase.c
A ext-src/tags/php_4_3_9RC1/dbf_misc.h
A ext-src/tags/php_4_3_7
A ext-src/tags/php_4_3_9RC1/dbf_rec.h
A ext-src/tags/php_4_3_9/dbase.dsp
A ext-src/tags/php_4_3_9/config.m4
A ext-src/tags/php_4_3_9/CREDITS
A ext-src/tags/php_4_3_9/dbf_rec.c
A ext-src/tags/php_4_3_9/php_dbase.h
A ext-src/tags/php_4_3_9/dbf_head.h
A ext-src/tags/php_4_3_9/dbf_misc.h
A ext-src/tags/php_4_3_9/dbf_misc.c
A ext-src/tags/php_4_3_9/dbf_rec.h
A ext-src/tags/php_4_3_9/dbf_ndx.c
A ext-src/tags/php_4_3_8/dbf_rec.c
A ext-src/tags/php_4_3_9/dbf_ndx.h
A ext-src/tags/php_4_3_8/php_dbase.h
A ext-src/tags/php_4_3_9/dbf.h
A ext-src/tags/php_4_3_8/dbf_misc.c
A ext-src/tags/php_4_3_6RC3
A ext-src/tags/php_4_3_8/dbf_head.c
A ext-src/tags/php_4_3_8/dbf_ndx.c
A ext-src/tags/php_4_3_8/dbase.c
A ext-src/tags/php_4_3_8/dbf_ndx.h
A ext-src/tags/php_4_3_8/dbase.dsp
A ext-src/tags/php_4_3_8/dbf.h
A ext-src/tags/php_4_3_8/config.m4
A ext-src/tags/php_4_3_7RC1/dbf_head.c
A ext-src/tags/php_4_3_8/CREDITS
A ext-src/tags/php_4_3_7RC1/dbase.c
A ext-src/tags/php_4_3_6RC2
A ext-src/tags/php_4_3_8/dbf_head.h
A ext-src/tags/php_4_3_7RC1/dbase.dsp
A ext-src/tags/php_4_3_8/dbf_misc.h
A ext-src/tags/php_4_3_7RC1/config.m4
A ext-src/tags/php_4_3_8/dbf_rec.h
A ext-src/tags/php_4_3_7RC1/CREDITS
A ext-src/tags/php_4_3_7RC1/dbf_rec.c
A ext-src/tags/php_4_3_7RC1/dbf_head.h
A ext-src/tags/php_4_3_7RC1/php_dbase.h
A ext-src/tags/php_4_3_7RC1/dbf_misc.h
A ext-src/tags/php_4_3_7RC1/dbf_misc.c
A ext-src/tags/php_4_3_7RC1/dbf_rec.h
A ext-src/tags/php_4_3_7RC1/dbf_ndx.h
A ext-src/tags/php_4_3_7/dbf_rec.c
A ext-src/tags/php_4_3_7RC1/dbf_ndx.c
A ext-src/tags/php_4_3_7/php_dbase.h
A ext-src/tags/php_4_3_6RC1
A ext-src/tags/php_4_3_7/dbf_misc.c
A ext-src/tags/php_4_3_7/dbf_head.c
A ext-src/tags/php_4_3_7RC1/dbf.h
A ext-src/tags/php_4_3_7/dbf_ndx.c
A ext-src/tags/php_4_3_7/dbf_ndx.h
A ext-src/tags/php_4_3_7/dbase.dsp
A ext-src/tags/php_4_3_7/dbase.c
A ext-src/tags/php_4_3_7/dbf.h
A ext-src/tags/php_4_3_7/CREDITS
A ext-src/tags/php_4_3_6RC3/dbf_head.c
A ext-src/tags/php_4_3_7/config.m4
A ext-src/tags/php_4_3_6RC3/dbase.c
A ext-src/tags/php_4_3_7/dbf_misc.h
A ext-src/tags/php_4_3_6RC3/dbase.dsp
A ext-src/tags/php_4_3_7/dbf_head.h
A ext-src/tags/php_4_3_6
A ext-src/tags/php_4_3_6RC3/config.m4
A ext-src/tags/php_4_3_6RC3/dbf_rec.c
A ext-src/tags/php_4_3_7/dbf_rec.h
A ext-src/tags/php_4_3_6RC3/CREDITS
A ext-src/tags/php_4_3_6RC3/dbf_head.h
A ext-src/tags/php_4_3_6RC3/dbf_misc.c
A ext-src/tags/php_4_3_6RC3/dbf_misc.h
A ext-src/tags/php_4_3_6RC3/php_dbase.h
A ext-src/tags/php_4_3_6RC3/dbf_rec.h
A ext-src/tags/php_4_3_6RC3/dbf_ndx.h
A ext-src/tags/php_4_3_6RC2/dbf_rec.c
A ext-src/tags/php_4_3_5RC4
A ext-src/tags/php_4_3_6RC3/dbf_ndx.c
A ext-src/tags/php_4_3_6RC2/dbf_misc.c
A ext-src/tags/php_4_3_6RC2/dbf_head.c
A ext-src/tags/php_4_3_6RC2/php_dbase.h
A ext-src/tags/php_4_3_6RC3/dbf.h
A ext-src/tags/php_4_3_6RC2/dbf_ndx.h
A ext-src/tags/php_4_3_6RC2/dbf_ndx.c
A ext-src/tags/php_4_3_6RC2/dbase.dsp
A ext-src/tags/php_4_3_6RC2/dbase.c
A ext-src/tags/php_4_3_6RC1/dbf_head.c
A ext-src/tags/php_4_3_6RC2/dbf.h
A ext-src/tags/php_4_3_6RC2/CREDITS
A ext-src/tags/php_4_3_6RC2/config.m4
A ext-src/tags/php_4_3_6RC1/dbase.dsp
A ext-src/tags/php_4_3_6RC1/dbase.c
A ext-src/tags/php_4_3_5RC3
A ext-src/tags/php_4_3_6RC2/dbf_misc.h
A ext-src/tags/php_4_3_6RC2/dbf_head.h
A ext-src/tags/php_4_3_6RC1/CREDITS
A ext-src/tags/php_4_3_6RC1/config.m4
A ext-src/tags/php_4_3_6RC2/dbf_rec.h
A ext-src/tags/php_4_3_6RC1/dbf_rec.c
A ext-src/tags/php_4_3_6RC1/dbf_misc.h
A ext-src/tags/php_4_3_6RC1/dbf_head.h
A ext-src/tags/php_4_3_6RC1/dbf_misc.c
A ext-src/tags/php_4_3_6/dbf_rec.c
A ext-src/tags/php_4_3_6RC1/php_dbase.h
A ext-src/tags/php_4_3_6RC1/dbf_rec.h
A ext-src/tags/php_4_3_6RC1/dbf_ndx.h
A ext-src/tags/php_4_3_6/dbf_misc.c
A ext-src/tags/php_4_3_6RC1/dbf_ndx.c
A ext-src/tags/php_4_3_6/php_dbase.h
A ext-src/tags/php_4_3_5RC2
A ext-src/tags/php_4_3_6/dbf_head.c
A ext-src/tags/php_4_3_6/dbf_ndx.h
A ext-src/tags/php_4_3_6RC1/dbf.h
A ext-src/tags/php_4_3_6/dbase.dsp
A ext-src/tags/php_4_3_6/dbf_ndx.c
A ext-src/tags/php_4_3_6/dbase.c
A ext-src/tags/php_4_3_6/CREDITS
A ext-src/tags/php_4_3_5RC4/dbf_head.c
A ext-src/tags/php_4_3_6/dbf.h
A ext-src/tags/php_4_3_6/config.m4
A ext-src/tags/php_4_3_5RC1
A ext-src/tags/php_4_3_6/dbf_misc.h
A ext-src/tags/php_4_3_5RC4/dbase.dsp
A ext-src/tags/php_4_3_5RC4/dbase.c
A ext-src/tags/php_4_3_5RC4/dbf_rec.c
A ext-src/tags/php_4_3_6/dbf_head.h
A ext-src/tags/php_4_3_5RC4/CREDITS
A ext-src/tags/php_4_3_5RC4/config.m4
A ext-src/tags/php_4_3_5RC4/dbf_misc.c
A ext-src/tags/php_4_3_6/dbf_rec.h
A ext-src/tags/php_4_3_5RC4/dbf_misc.h
A ext-src/tags/php_4_3_5RC4/dbf_head.h
A ext-src/tags/php_4_3_5RC4/dbf_ndx.h
A ext-src/tags/php_4_3_5RC4/php_dbase.h
A ext-src/tags/php_4_3_5RC4/dbf_rec.h
A ext-src/tags/php_4_3_5RC3/dbf_rec.c
A ext-src/tags/php_4_3_5RC3/dbf_head.c
A ext-src/tags/php_4_3_5
A ext-src/tags/php_4_3_5RC4/dbf_ndx.c
A ext-src/tags/php_4_3_5RC3/php_dbase.h
A ext-src/tags/php_4_3_5RC3/dbf_misc.c
A ext-src/tags/php_4_3_5RC3/dbase.dsp
A ext-src/tags/php_4_3_5RC3/dbf_ndx.c
A ext-src/tags/php_4_3_5RC3/dbf_ndx.h
A ext-src/tags/php_4_3_5RC3/CREDITS
A ext-src/tags/php_4_3_5RC3/dbf.h
A ext-src/tags/php_4_3_5RC2/dbf_head.c
A ext-src/tags/php_4_3_5RC3/dbf_misc.h
A ext-src/tags/php_4_3_5RC4/dbf.h
A ext-src/tags/php_4_3_5RC2/dbase.dsp
A ext-src/tags/php_4_3_5RC2/dbase.c
A ext-src/tags/php_4_3_5RC2/dbf_rec.c
A ext-src/tags/php_4_3_5RC3/dbase.c
A ext-src/tags/php_4_3_5RC2/config.m4
A ext-src/tags/php_5_0_0b2RC1
A ext-src/tags/php_4_3_5RC2/CREDITS
A ext-src/tags/php_4_3_5RC2/dbf_misc.c
A ext-src/tags/php_4_3_5RC3/config.m4
A ext-src/tags/php_4_3_5RC2/dbf_misc.h
A ext-src/tags/php_4_3_5RC2/dbf_head.h
A ext-src/tags/php_4_3_5RC2/dbf_ndx.h
A ext-src/tags/php_4_3_5RC3/dbf_head.h
A ext-src/tags/php_4_3_5RC1/dbf_rec.c
A ext-src/tags/php_4_3_5RC2/dbf_rec.h
A ext-src/tags/php_4_3_5RC1/dbf_head.c
A ext-src/tags/php_5_0_0b2
A ext-src/tags/php_4_3_5RC3/dbf_rec.h
A ext-src/tags/php_4_3_5RC1/dbase.dsp
A ext-src/tags/php_4_3_5RC1/dbf_misc.c
A ext-src/tags/php_4_3_5RC1/php_dbase.h
A ext-src/tags/php_4_3_5RC2/php_dbase.h
A ext-src/tags/php_4_3_5RC1/CREDITS
A ext-src/tags/php_4_3_5RC1/dbf_ndx.c
A ext-src/tags/php_4_3_5RC1/dbf_ndx.h
A ext-src/tags/php_4_3_5RC2/dbf_ndx.c
A ext-src/tags/php_4_3_5RC1/dbf_misc.h
A ext-src/tags/php_4_3_5RC1/dbf.h
A ext-src/tags/php_4_3_5RC2/dbf.h
A ext-src/tags/php_4_3_5/dbf_head.c
A ext-src/tags/php_4_3_5/dbf_rec.c
A ext-src/tags/php_4_3_5/dbase.c
A ext-src/tags/php_4_3_5/dbase.dsp
A ext-src/tags/php_4_3_4RC3
A ext-src/tags/php_4_3_5RC1/dbase.c
A ext-src/tags/php_4_3_5/dbf_misc.c
A ext-src/tags/php_4_3_5/config.m4
A ext-src/tags/php_4_3_5RC1/config.m4
A ext-src/tags/php_4_3_5/CREDITS
A ext-src/tags/php_4_3_5/dbf_ndx.h
A ext-src/tags/php_4_3_5/dbf_misc.h
A ext-src/tags/php_4_3_5/dbf_head.h
A ext-src/tags/php_4_3_5RC1/dbf_head.h
A ext-src/tags/php_4_3_5/dbf_rec.h
A ext-src/tags/php_4_3_5RC1/dbf_rec.h
A ext-src/tags/php_5_0_0b2RC1/dbf_rec.c
A ext-src/tags/php_5_0_0b2RC1/dbf_head.c
A ext-src/tags/php_5_0_0b2RC1/php_dbase.h
A ext-src/tags/php_4_3_5/php_dbase.h
A ext-src/tags/php_5_0_0b2RC1/dbf_misc.c
A ext-src/tags/php_4_3_4RC2
A ext-src/tags/php_5_0_0b2RC1/dbase.dsp
A ext-src/tags/php_4_3_5/dbf_ndx.c
A ext-src/tags/php_5_0_0b2RC1/dbf_ndx.c
A ext-src/tags/php_5_0_0b2RC1/dbf_ndx.h
A ext-src/tags/php_5_0_0b2RC1/CREDITS
A ext-src/tags/php_4_3_5/dbf.h
A ext-src/tags/php_5_0_0b2RC1/dbf.h
A ext-src/tags/php_5_0_0b2/dbf_head.c
A ext-src/tags/php_5_0_0b2RC1/dbf_misc.h
A ext-src/tags/php_5_0_0b2/dbase.c
A ext-src/tags/php_4_3_4
A ext-src/tags/php_5_0_0b2RC1/dbase.c
A ext-src/tags/php_5_0_0b2/dbf_rec.c
A ext-src/tags/php_5_0_0b2RC1/config.m4
A ext-src/tags/php_5_0_0b2/config.m4
A ext-src/tags/php_5_0_0b2/dbf_misc.c
A ext-src/tags/php_5_0_0b2RC1/dbf_head.h
A ext-src/tags/php_5_0_0b2/dbf_head.h
A ext-src/tags/php_5_0_0b2/dbase.dsp
A ext-src/tags/php_5_0_0b2/dbf_ndx.h
A ext-src/tags/php_5_0_0b2RC1/dbf_rec.h
A ext-src/tags/php_5_0_0b2/dbf_rec.h
A ext-src/tags/php_5_0_0b2/CREDITS
A ext-src/tags/php_4_3_4RC3/dbase.c
A ext-src/tags/php_4_3_4RC3/php_dbase.h
A ext-src/tags/php_5_0_0b2/php_dbase.h
A ext-src/tags/php_5_0_0b2/dbf_misc.h
A ext-src/tags/php_4_3_4RC1
A ext-src/tags/php_4_3_4RC3/dbase.dsp
A ext-src/tags/php_4_3_4RC3/dbf_ndx.c
A ext-src/tags/php_5_0_0b2/dbf_ndx.c
A ext-src/tags/php_4_3_4RC3/dbf_rec.c
A ext-src/tags/php_4_3_4RC3/CREDITS
A ext-src/tags/php_4_3_4RC3/dbf.h
A ext-src/tags/php_4_3_4RC3/dbf_misc.c
A ext-src/tags/php_4_3_4RC3/dbf_misc.h
A ext-src/tags/php_4_3_4RC2/dbf_head.c
A ext-src/tags/php_4_3_4RC3/dbf_ndx.h
A ext-src/tags/php_4_3_4RC2/dbf_rec.c
A ext-src/tags/php_4_3_4RC2/config.m4
A ext-src/tags/php_5_0_0b2/dbf.h
A ext-src/tags/php_4_3_4RC2/dbase.c
A ext-src/tags/php_4_3_4RC2/dbf_misc.c
A ext-src/tags/php_4_3_3RC4
A ext-src/tags/php_4_3_4RC2/dbf_head.h
A ext-src/tags/php_4_3_4RC3/dbf_head.c
A ext-src/tags/php_4_3_4RC2/dbase.dsp
A ext-src/tags/php_4_3_4RC2/dbf_ndx.h
A ext-src/tags/php_4_3_4RC2/dbf_rec.h
A ext-src/tags/php_4_3_4RC3/config.m4
A ext-src/tags/php_4_3_4RC2/CREDITS
A ext-src/tags/php_4_3_4/dbase.c
A ext-src/tags/php_4_3_4/php_dbase.h
A ext-src/tags/php_4_3_4RC3/dbf_head.h
A ext-src/tags/php_4_3_3RC3
A ext-src/tags/php_4_3_4RC2/dbf_misc.h
A ext-src/tags/php_4_3_4/dbase.dsp
A ext-src/tags/php_4_3_4/dbf_ndx.c
A ext-src/tags/php_4_3_4RC3/dbf_rec.h
A ext-src/tags/php_4_3_4/CREDITS
A ext-src/tags/php_4_3_4/dbf.h
A ext-src/tags/php_4_3_4/dbf_rec.c
A ext-src/tags/php_4_3_4RC2/php_dbase.h
A ext-src/tags/php_4_3_4/dbf_misc.h
A ext-src/tags/php_4_3_4RC1/dbase.c
A ext-src/tags/php_4_3_4/dbf_misc.c
A ext-src/tags/php_4_3_4RC2/dbf_ndx.c
A ext-src/tags/php_4_3_4RC1/dbf_rec.c
A ext-src/tags/php_4_3_4RC1/config.m4
A ext-src/tags/php_4_3_4RC2/dbf.h
A ext-src/tags/php_4_3_4/dbf_ndx.h
A ext-src/tags/php_4_3_3
A ext-src/tags/php_4_3_4RC1/dbf_misc.c
A ext-src/tags/php_4_3_4RC1/dbf_head.h
A ext-src/tags/php_4_3_4/dbf_head.c
A ext-src/tags/php_4_3_4RC1/dbf_head.c
A ext-src/tags/php_4_3_4RC1/dbf_ndx.h
A ext-src/tags/php_4_3_4/config.m4
A ext-src/tags/php_4_3_4RC1/dbase.dsp
A ext-src/tags/php_4_3_4RC1/dbf_rec.h
A ext-src/tags/php_4_3_4/dbf_head.h
A ext-src/tags/php_4_3_3RC4/dbase.c
A ext-src/tags/php_4_3_4RC1/CREDITS
A ext-src/tags/php_4_3_3RC4/php_dbase.h
A ext-src/tags/php_4_3_4/dbf_rec.h
A ext-src/tags/php_4_3_3RC4/dbase.dsp
A ext-src/tags/php_4_3_3RC4/dbf_ndx.c
A ext-src/tags/php_4_3_4RC1/dbf_misc.h
A ext-src/tags/BEFORE_ARG_INFO
A ext-src/tags/php_4_3_4RC1/php_dbase.h
A ext-src/tags/php_4_3_3RC4/CREDITS
A ext-src/tags/php_4_3_3RC4/dbf.h
A ext-src/tags/php_4_3_3RC4/dbf_rec.c
A ext-src/tags/php_4_3_4RC1/dbf_ndx.c
A ext-src/tags/php_4_3_3RC4/dbf_misc.h
A ext-src/tags/php_4_3_3RC4/dbf_misc.c
A ext-src/tags/php_4_3_3RC3/dbf_head.c
A ext-src/tags/php_4_3_4RC1/dbf.h
A ext-src/tags/php_4_3_3RC3/dbf_rec.c
A ext-src/tags/php_4_3_3RC3/config.m4
A ext-src/tags/php_4_3_3RC4/dbf_ndx.h
A ext-src/tags/php_4_3_3RC4/dbf_head.c
A ext-src/tags/php_4_3_3RC3/dbf_head.h
A ext-src/tags/php_4_3_3RC3/dbf_misc.c
A ext-src/tags/php_4_3_3RC3/dbase.c
A ext-src/tags/php_5_0_0b1
A ext-src/tags/php_4_3_3RC4/config.m4
A ext-src/tags/php_4_3_3RC3/dbf_rec.h
A ext-src/tags/php_4_3_3RC3/dbf_ndx.h
A ext-src/tags/php_4_3_3RC3/dbase.dsp
A ext-src/tags/php_4_3_3RC4/dbf_head.h
A ext-src/tags/php_4_3_3/dbase.c
A ext-src/tags/php_4_3_3/php_dbase.h
A ext-src/tags/php_4_3_3RC3/CREDITS
A ext-src/tags/php_4_3_3RC4/dbf_rec.h
A ext-src/tags/php_4_3_3/dbase.dsp
A ext-src/tags/php_4_3_3RC2
A ext-src/tags/php_4_3_3RC3/dbf_misc.h
A ext-src/tags/php_4_3_3/dbf_ndx.c
A ext-src/tags/php_4_3_3RC3/php_dbase.h
A ext-src/tags/php_4_3_3/CREDITS
A ext-src/tags/php_4_3_3/dbf_rec.c
A ext-src/tags/php_4_3_3/dbf.h
A ext-src/tags/php_4_3_3RC3/dbf_ndx.c
A ext-src/tags/php_4_3_3/dbf_misc.h
A ext-src/tags/php_4_3_3/dbf_misc.c
A ext-src/tags/BEFORE_ARG_INFO/dbase.c
A ext-src/tags/php_4_3_3RC3/dbf.h
A ext-src/tags/php_4_3_3/dbf_ndx.h
A ext-src/tags/BEFORE_ARG_INFO/config.m4
A ext-src/tags/php_4_3_3/dbf_head.c
A ext-src/tags/BEFORE_ARG_INFO/php_dbase.h
A ext-src/tags/php_4_3_3/config.m4
A ext-src/tags/php_4_3_3RC1
A ext-src/tags/BEFORE_ARG_INFO/dbf_rec.c
A ext-src/tags/BEFORE_ARG_INFO/dbase.dsp
A ext-src/tags/php_4_3_3/dbf_head.h
A ext-src/tags/BEFORE_ARG_INFO/dbf_misc.c
A ext-src/tags/BEFORE_ARG_INFO/CREDITS
A ext-src/tags/BEFORE_ARG_INFO/dbf_head.h
A ext-src/tags/BEFORE_ARG_INFO/dbf_ndx.h
A ext-src/tags/php_4_3_3/dbf_rec.h
A ext-src/tags/BEFORE_ARG_INFO/dbf_misc.h
A ext-src/tags/BEFORE_ARG_INFO/dbf_rec.h
A ext-src/tags/php_5_0_0b1/php_dbase.h
A ext-src/tags/BEFORE_ARG_INFO/dbf_head.c
A ext-src/tags/php_5_0_0b1/dbf_head.c
A ext-src/tags/php_5_0_0b1/dbase.dsp
A ext-src/tags/php_5_0_0b1/dbf_rec.c
A ext-src/tags/php_4_3_2RC4
A ext-src/tags/BEFORE_ARG_INFO/dbf_ndx.c
A ext-src/tags/php_5_0_0b1/dbf_ndx.c
A ext-src/tags/php_5_0_0b1/CREDITS
A ext-src/tags/php_5_0_0b1/dbf_misc.c
A ext-src/tags/BEFORE_ARG_INFO/dbf.h
A ext-src/tags/php_5_0_0b1/dbf.h
A ext-src/tags/php_5_0_0b1/dbf_misc.h
A ext-src/tags/php_5_0_0b1/dbf_ndx.h
A ext-src/tags/php_5_0_0b1/dbase.c
A ext-src/tags/php_4_3_3RC2/dbf_head.c
A ext-src/tags/php_4_3_3RC2/dbf_rec.c
A ext-src/tags/php_4_3_3RC2/dbase.c
A ext-src/tags/php_4_3_2RC3
A ext-src/tags/php_5_0_0b1/config.m4
A ext-src/tags/php_4_3_3RC2/config.m4
A ext-src/tags/php_4_3_3RC2/dbf_misc.c
A ext-src/tags/php_4_3_3RC2/dbase.dsp
A ext-src/tags/php_5_0_0b1/dbf_head.h
A ext-src/tags/php_4_3_3RC2/dbf_head.h
A ext-src/tags/php_4_3_3RC2/dbf_ndx.h
A ext-src/tags/php_4_3_3RC2/CREDITS
A ext-src/tags/php_5_0_0b1/dbf_rec.h
A ext-src/tags/php_4_3_3RC2/dbf_misc.h
A ext-src/tags/php_4_3_3RC2/dbf_rec.h
A ext-src/tags/php_4_3_3RC1/dbase.c
A ext-src/tags/php_4_3_3RC2/php_dbase.h
A ext-src/tags/php_4_3_3RC1/php_dbase.h
A ext-src/tags/php_4_3_2RC2
A ext-src/tags/php_4_3_3RC1/dbase.dsp
A ext-src/tags/php_4_3_3RC1/dbf_rec.c
A ext-src/tags/php_4_3_3RC2/dbf_ndx.c
A ext-src/tags/php_4_3_3RC1/dbf_ndx.c
A ext-src/tags/php_4_3_3RC1/CREDITS
A ext-src/tags/php_4_3_3RC1/dbf_misc.c
A ext-src/tags/php_4_3_3RC2/dbf.h
A ext-src/tags/php_4_3_3RC1/dbf.h
A ext-src/tags/php_4_3_3RC1/dbf_misc.h
A ext-src/tags/php_4_3_3RC1/dbf_ndx.h
A ext-src/tags/php_4_3_3RC1/dbf_head.c
A ext-src/tags/php_4_3_2RC4/dbf_head.c
A ext-src/tags/php_4_3_2RC4/dbf_rec.c
A ext-src/tags/php_4_3_2RC4/dbase.c
A ext-src/tags/php_4_3_3RC1/config.m4
A ext-src/tags/php_4_3_2RC4/config.m4
A ext-src/tags/php_4_3_2
A ext-src/tags/php_4_3_2RC4/dbf_misc.c
A ext-src/tags/php_4_3_2RC4/dbase.dsp
A ext-src/tags/php_4_3_3RC1/dbf_head.h
A ext-src/tags/php_4_3_2RC4/dbf_head.h
A ext-src/tags/php_4_3_2RC4/CREDITS
A ext-src/tags/php_4_3_2RC4/dbf_ndx.h
A ext-src/tags/php_4_3_3RC1/dbf_rec.h
A ext-src/tags/php_4_3_2RC4/dbf_misc.h
A ext-src/tags/php_4_3_2RC3/dbase.c
A ext-src/tags/php_4_3_2RC4/php_dbase.h
A ext-src/tags/BEFORE_FD_REVERT
A ext-src/tags/php_4_3_2RC3/dbf_rec.c
A ext-src/tags/php_4_3_2RC4/dbf_ndx.c
A ext-src/tags/php_4_3_2RC4/dbf_rec.h
A ext-src/tags/php_4_3_2RC3/dbase.dsp
A ext-src/tags/php_4_3_2RC3/dbf_misc.c
A ext-src/tags/php_4_3_2RC4/dbf.h
A ext-src/tags/php_4_3_2RC3/php_dbase.h
A ext-src/tags/php_4_3_2RC3/CREDITS
A ext-src/tags/php_4_3_2RC3/dbf_ndx.h
A ext-src/tags/php_4_3_2RC3/dbf_ndx.c
A ext-src/tags/php_4_3_2RC3/dbf_head.c
A ext-src/tags/php_4_3_2RC3/dbf_misc.h
A ext-src/tags/php_4_3_2RC2/dbase.c
A ext-src/tags/php_4_3_2RC3/dbf.h
A ext-src/tags/php_4_3_2RC3/config.m4
A ext-src/tags/php_4_3_2RC2/dbf_rec.c
A ext-src/tags/BEFORE_FD_REAPPLY
A ext-src/tags/php_4_3_2RC2/dbase.dsp
A ext-src/tags/php_4_3_2RC2/dbf_head.c
A ext-src/tags/php_4_3_2RC3/dbf_head.h
A ext-src/tags/php_4_3_2RC2/CREDITS
A ext-src/tags/php_4_3_2RC2/dbf_misc.c
A ext-src/tags/php_4_3_2RC3/dbf_rec.h
A ext-src/tags/php_4_3_2RC2/config.m4
A ext-src/tags/php_4_3_2RC2/dbf_misc.h
A ext-src/tags/php_4_3_2RC2/dbf_ndx.h
A ext-src/tags/php_4_3_2RC2/php_dbase.h
A ext-src/tags/php_4_3_2/dbf_rec.c
A ext-src/tags/php_4_3_2RC2/dbf_head.h
A ext-src/tags/php_4_3_2/dbase.c
A ext-src/tags/php_4_3_2RC2/dbf_ndx.c
A ext-src/tags/php_4_3_2/dbf_misc.c
A ext-src/tags/php_4_3_2RC2/dbf_rec.h
A ext-src/tags/PHP_5_0_dev_before_13561_fix
A ext-src/tags/php_4_3_2/dbase.dsp
A ext-src/tags/php_4_3_2RC2/dbf.h
A ext-src/tags/php_4_3_2/php_dbase.h
A ext-src/tags/php_4_3_2/CREDITS
A ext-src/tags/php_4_3_2/dbf_ndx.h
A ext-src/tags/php_4_3_2/dbf_head.c
A ext-src/tags/php_4_3_2/dbf_ndx.c
A ext-src/tags/php_4_3_2/dbf_misc.h
A ext-src/tags/BEFORE_FD_REVERT/dbase.c
A ext-src/tags/php_4_3_2/config.m4
A ext-src/tags/php_4_3_2RC1
A ext-src/tags/php_4_3_2/dbf.h
A ext-src/tags/BEFORE_FD_REVERT/dbf_rec.c
A ext-src/tags/BEFORE_FD_REVERT/dbase.dsp
A ext-src/tags/php_4_3_2/dbf_head.h
A ext-src/tags/BEFORE_FD_REVERT/dbf_misc.c
A ext-src/tags/BEFORE_FD_REVERT/dbf_head.c
A ext-src/tags/BEFORE_FD_REVERT/CREDITS
A ext-src/tags/php_4_3_2/dbf_rec.h
A ext-src/tags/BEFORE_FD_REVERT/dbf_misc.h
A ext-src/tags/BEFORE_FD_REVERT/dbf_ndx.h
A ext-src/tags/BEFORE_FD_REVERT/config.m4
A ext-src/tags/BEFORE_FD_REVERT/php_dbase.h
A ext-src/tags/BEFORE_FD_REAPPLY/dbf_rec.c
A ext-src/tags/BEFORE_FD_REVERT/dbf_head.h
A ext-src/tags/BEFORE_FD_REAPPLY/dbase.c
A ext-src/tags/PHP_4_3_before_13561_fix
A ext-src/tags/BEFORE_FD_REVERT/dbf_ndx.c
A ext-src/tags/BEFORE_FD_REVERT/dbf_rec.h
A ext-src/tags/BEFORE_FD_REAPPLY/dbf_misc.c
A ext-src/tags/BEFORE_FD_REAPPLY/dbase.dsp
A ext-src/tags/BEFORE_FD_REVERT/dbf.h
A ext-src/tags/BEFORE_FD_REAPPLY/php_dbase.h
A ext-src/tags/BEFORE_FD_REAPPLY/dbf_ndx.h
A ext-src/tags/BEFORE_FD_REAPPLY/CREDITS
A ext-src/tags/BEFORE_FD_REAPPLY/dbf_head.c
A ext-src/tags/BEFORE_FD_REAPPLY/dbf_ndx.c
A ext-src/tags/BEFORE_FD_REAPPLY/dbf_misc.h
A ext-src/tags/PHP_5_0_dev_before_13561_fix/dbase.c
A ext-src/tags/BEFORE_FD_REAPPLY/config.m4
A ext-src/tags/BEFORE_FD_REAPPLY/dbf.h
A ext-src/tags/PHP_5_0_dev_before_13561_fix/dbase.dsp
A ext-src/tags/BEFORE_FD_REAPPLY/dbf_head.h
A ext-src/tags/php_4_3_1
A ext-src/tags/PHP_5_0_dev_before_13561_fix/dbf_head.c
A ext-src/tags/PHP_5_0_dev_before_13561_fix/dbf_rec.c
A ext-src/tags/BEFORE_FD_REAPPLY/dbf_rec.h
A ext-src/tags/PHP_5_0_dev_before_13561_fix/CREDITS
A ext-src/tags/PHP_5_0_dev_before_13561_fix/dbf_misc.c
A ext-src/tags/PHP_5_0_dev_before_13561_fix/config.m4
A ext-src/tags/PHP_5_0_dev_before_13561_fix/dbf_misc.h
A ext-src/tags/PHP_5_0_dev_before_13561_fix/dbf_ndx.h
A ext-src/tags/PHP_5_0_dev_before_13561_fix/php_dbase.h
A ext-src/tags/PHP_5_0_dev_before_13561_fix/dbf_head.h
A ext-src/tags/php_4_3_2RC1/php_dbase.h
A ext-src/tags/php_4_3_2RC1/dbf_rec.c
A ext-src/tags/PHP_5_0_dev_before_13561_fix/dbf_ndx.c
A ext-src/tags/PHP_5_0_dev_before_13561_fix/dbf_rec.h
A ext-src/tags/php_4_3_2RC1/dbf_misc.c
A ext-src/tags/php_4_3_2RC1/dbase.dsp
A ext-src/tags/PHP_5_0_dev_before_13561_fix/dbf.h
A ext-src/tags/php_4_3_0RC4
A ext-src/tags/php_4_3_2RC1/dbf_head.c
A ext-src/tags/php_4_3_2RC1/dbf_ndx.h
A ext-src/tags/php_4_3_2RC1/CREDITS
A ext-src/tags/php_4_3_2RC1/dbase.c
A ext-src/tags/php_4_3_2RC1/dbf_ndx.c
A ext-src/tags/php_4_3_2RC1/dbf_misc.h
A ext-src/tags/PHP_4_3_before_13561_fix/php_dbase.h
A ext-src/tags/php_4_3_2RC1/config.m4
A ext-src/tags/php_4_3_2RC1/dbf.h
A ext-src/tags/php_4_3_0
A ext-src/tags/PHP_4_3_before_13561_fix/dbase.dsp
A ext-src/tags/PHP_4_3_before_13561_fix/dbf_rec.c
A ext-src/tags/php_4_3_2RC1/dbf_head.h
A ext-src/tags/PHP_4_3_before_13561_fix/dbase.c
A ext-src/tags/PHP_4_3_before_13561_fix/CREDITS
A ext-src/tags/php_4_3_2RC1/dbf_rec.h
A ext-src/tags/PHP_4_3_before_13561_fix/dbf_misc.c
A ext-src/tags/PHP_4_3_before_13561_fix/config.m4
A ext-src/tags/PHP_4_3_before_13561_fix/dbf_misc.h
A ext-src/tags/PHP_4_3_before_13561_fix/dbf_head.c
A ext-src/tags/PHP_4_3_before_13561_fix/dbf_ndx.h
A ext-src/tags/PHP_4_3_before_13561_fix/dbf_head.h
A ext-src/tags/php_4_3_1/config.m4
A ext-src/tags/PHP_4_3_before_13561_fix/dbf_ndx.c
A ext-src/tags/PHP_4_3_before_13561_fix/dbf_rec.h
A ext-src/tags/php_4_3_1/dbf_rec.c
A ext-src/tags/php_4_3_0RC3
A ext-src/tags/php_4_3_1/dbf_misc.c
A ext-src/tags/PHP_4_3_before_13561_fix/dbf.h
A ext-src/tags/php_4_3_1/dbase.dsp
A ext-src/tags/php_4_3_1/dbf_ndx.h
A ext-src/tags/php_4_3_1/dbf_head.c
A ext-src/tags/php_4_3_1/CREDITS
A ext-src/tags/php_4_3_1/php_dbase.h
A ext-src/tags/php_4_3_0RC4/dbf_rec.c
A ext-src/tags/php_4_3_1/dbf_misc.h
A ext-src/tags/php_4_3_1/dbase.c
A ext-src/tags/php_4_3_1/dbf_head.h
A ext-src/tags/php_4_3_0RC4/dbase.dsp
A ext-src/tags/php_4_3_0RC4/config.m4
A ext-src/tags/php_4_3_1/dbf_ndx.c
A ext-src/tags/php_4_3_1/dbf_rec.h
A ext-src/tags/php_4_3_0RC4/CREDITS
A ext-src/tags/php_4_3_0RC2
A ext-src/tags/php_4_3_0RC4/dbf_misc.c
A ext-src/tags/php_4_3_1/dbf.h
A ext-src/tags/php_4_3_0RC4/dbf_misc.h
A ext-src/tags/php_4_3_0RC4/dbase.c
A ext-src/tags/php_4_3_0RC4/dbf_ndx.h
A ext-src/tags/php_4_3_0RC4/dbf_head.c
A ext-src/tags/php_4_3_0/config.m4
A ext-src/tags/php_4_3_0/dbf_rec.c
A ext-src/tags/php_4_3_0RC4/dbf_ndx.c
A ext-src/tags/php_4_3_0RC4/php_dbase.h
A ext-src/tags/php_4_3_0RC1
A ext-src/tags/php_4_3_0/dbf_misc.c
A ext-src/tags/php_4_3_0/dbase.dsp
A ext-src/tags/php_4_3_0RC4/dbf.h
A ext-src/tags/php_4_3_0RC4/dbf_head.h
A ext-src/tags/php_4_3_0/dbf_ndx.h
A ext-src/tags/php_4_3_0/CREDITS
A ext-src/tags/php_4_3_0/dbf_head.c
A ext-src/tags/php_4_3_0RC4/dbf_rec.h
A ext-src/tags/php_4_3_0RC3/dbase.c
A ext-src/tags/php_4_3_0/dbf_misc.h
A ext-src/tags/php_4_3_0/php_dbase.h
A ext-src/tags/php_4_3_0/dbase.c
A ext-src/tags/php_4_3_0RC3/dbase.dsp
A ext-src/tags/php_4_3_0RC3/php_dbase.h
A ext-src/tags/php_4_3_0/dbf_head.h
A ext-src/tags/php_4_3_0pre2
A ext-src/tags/php_4_3_0/dbf_ndx.c
A ext-src/tags/php_4_3_0RC3/dbf_misc.c
A ext-src/tags/php_4_3_0/dbf_rec.h
A ext-src/tags/php_4_3_0RC3/CREDITS
A ext-src/tags/php_4_3_0/dbf.h
A ext-src/tags/php_4_3_0RC3/dbf_ndx.h
A ext-src/tags/php_4_3_0RC3/dbf_rec.c
A ext-src/tags/php_4_3_0RC3/config.m4
A ext-src/tags/php_4_3_0RC3/dbf_misc.h
A ext-src/tags/php_4_3_0RC2/dbase.c
A ext-src/tags/php_4_3_0RC3/dbf_ndx.c
A ext-src/tags/php_4_3_0RC3/dbf_head.c
A ext-src/tags/php_4_3_0RC2/php_dbase.h
A ext-src/tags/php_4_3_0RC2/dbase.dsp
A ext-src/tags/php_4_3_0RC3/dbf.h
A ext-src/tags/php_4_3_0RC3/dbf_head.h
A ext-src/tags/php_4_3_0pre1
A ext-src/tags/php_4_3_0RC2/dbf_misc.c
A ext-src/tags/php_4_3_0RC2/CREDITS
A ext-src/tags/php_4_3_0RC2/dbf_rec.c
A ext-src/tags/php_4_3_0RC3/dbf_rec.h
A ext-src/tags/php_4_3_0RC2/dbf_misc.h
A ext-src/tags/php_4_3_0RC2/dbf_ndx.h
A ext-src/tags/php_4_3_0RC2/dbf_head.c
A ext-src/tags/php_4_3_0RC2/config.m4
A ext-src/tags/php_4_3_0RC1/php_dbase.h
A ext-src/tags/php_4_3_0RC1/dbase.c
A ext-src/tags/php_4_3_0_dev_zend2_alpha3
A ext-src/tags/php_4_3_0RC2/dbf_head.h
A ext-src/tags/php_4_3_0RC2/dbf_ndx.c
A ext-src/tags/php_4_3_0RC1/dbf_misc.c
A ext-src/tags/php_4_3_0RC1/dbase.dsp
A ext-src/tags/php_4_3_0RC2/dbf_rec.h
A ext-src/tags/php_4_3_0RC2/dbf.h
A ext-src/tags/php_4_3_0RC1/dbf_ndx.h
A ext-src/tags/php_4_3_0RC1/CREDITS
A ext-src/tags/php_4_3_0RC1/config.m4
A ext-src/tags/php_4_3_0RC1/dbf_rec.c
A ext-src/tags/php_4_3_0RC1/dbf_misc.h
A ext-src/tags/php_4_3_0pre2/config.m4
A ext-src/tags/php_4_3_0RC1/dbf_ndx.c
A ext-src/tags/php_4_3_0RC1/dbf_head.c
A ext-src/tags/php_4_3_0pre2/php_dbase.h
A ext-src/tags/php_4_3_0pre2/dbase.dsp
A ext-src/tags/php_4_3_0_dev_zend2_alpha2
A ext-src/tags/php_4_3_0RC1/dbf.h
A ext-src/tags/php_4_3_0RC1/dbf_head.h
A ext-src/tags/php_4_3_0pre2/dbf_misc.c
A ext-src/tags/php_4_3_0pre2/CREDITS
A ext-src/tags/php_4_3_0pre2/dbase.c
A ext-src/tags/php_4_3_0RC1/dbf_rec.h
A ext-src/tags/php_4_3_0pre2/dbf_ndx.h
A ext-src/tags/php_4_3_0pre2/dbf_misc.h
A ext-src/tags/php_4_3_0pre2/dbf_head.c
A ext-src/tags/php_4_3_0pre1/config.m4
A ext-src/tags/php_4_3_0pre2/dbf_rec.c
A ext-src/tags/php_4_3_0pre2/dbf_head.h
A ext-src/tags/php_4_3_0pre1/php_dbase.h
A ext-src/tags/php_4_3_0pre1/dbase.dsp
A ext-src/tags/php_4_3_0pre2/dbf_ndx.c
A ext-src/tags/dev
A ext-src/tags/php_4_3_0pre2/dbf_rec.h
A ext-src/tags/php_4_3_0pre1/dbf_misc.c
A ext-src/tags/php_4_3_0pre1/CREDITS
A ext-src/tags/php_4_3_0pre2/dbf.h
A ext-src/tags/php_4_3_0pre1/dbf_rec.c
A ext-src/tags/php_4_3_0pre1/dbf_ndx.h
A ext-src/tags/php_4_3_0pre1/dbf_misc.h
A ext-src/tags/php_4_3_0pre1/dbase.c
A ext-src/tags/php_4_3_0pre1/dbf_ndx.c
A ext-src/tags/php_4_3_0_dev_zend2_alpha3/php_dbase.h
A ext-src/tags/php_4_3_0_dev_zend2_alpha3/config.m4
A ext-src/tags/php_4_3_0dev
A ext-src/tags/php_4_3_0pre1/dbf_head.c
A ext-src/tags/php_4_3_0pre1/dbf.h
A ext-src/tags/php_4_3_0_dev_zend2_alpha3/dbf_misc.c
A ext-src/tags/php_4_3_0pre1/dbf_head.h
A ext-src/tags/php_4_3_0_dev_zend2_alpha3/dbase.dsp
A ext-src/tags/php_4_3_0_dev_zend2_alpha3/dbase.c
A ext-src/tags/php_4_3_0_dev_zend2_alpha3/dbf_ndx.h
A ext-src/tags/php_4_3_0_dev_zend2_alpha3/CREDITS
A ext-src/tags/php_4_3_0pre1/dbf_rec.h
A ext-src/tags/php_4_3_0_dev_zend2_alpha2/config.m4
A ext-src/tags/php_4_3_0_dev_zend2_alpha3/dbf_head.c
A ext-src/tags/php_4_3_0_dev_zend2_alpha3/dbf_misc.h
A ext-src/tags/php_4_3_0_dev_zend2_alpha3/dbf_rec.c
A ext-src/tags/php_4_3_0_dev_zend2_alpha2/dbase.dsp
A ext-src/tags/php_4_3_0_dev_zend2_alpha3/dbf_head.h
A ext-src/tags/php_4_3_0_dev_zend2_alpha1
A ext-src/tags/php_4_3_0_dev_zend2_alpha3/dbf_ndx.c
A ext-src/tags/php_4_3_0_dev_zend2_alpha2/php_dbase.h
A ext-src/tags/php_4_3_0_dev_zend2_alpha2/CREDITS
A ext-src/tags/php_4_3_0_dev_zend2_alpha3/dbf_rec.h
A ext-src/tags/php_4_3_0_dev_zend2_alpha3/dbf.h
A ext-src/tags/php_4_3_0_dev_zend2_alpha2/dbf_misc.c
A ext-src/tags/php_4_3_0_dev_zend2_alpha2/dbf_misc.h
A ext-src/tags/php_4_3_0_dev_zend2_alpha2/dbf_rec.c
A ext-src/tags/php_4_3_0_dev_zend2_alpha2/dbase.c
A ext-src/tags/php_4_3_0_dev_zend2_alpha2/dbf_ndx.h
A ext-src/tags/php_4_3_0_dev_zend2_alpha2/dbf_ndx.c
A ext-src/tags/dev/php_dbase.h
A ext-src/tags/php_4_3_0_dev_zend2_alpha2/dbf_head.c
A ext-src/tags/dev/config.m4
A ext-src/tags/php_4_3_0_dev_zend2_alpha2/dbf.h
A ext-src/tags/dev/dbf_misc.c
A ext-src/tags/php5_5_0
A ext-src/tags/php_4_3_0_dev_zend2_alpha2/dbf_head.h
A ext-src/tags/dev/dbase.dsp
A ext-src/tags/dev/dbase.c
A ext-src/tags/dev/dbf_ndx.h
A ext-src/tags/php_4_3_0_dev_zend2_alpha2/dbf_rec.h
A ext-src/tags/php_4_3_0dev/dbase.c
A ext-src/tags/dev/CREDITS
A ext-src/tags/dev/dbf_head.c
A ext-src/tags/dev/dbf_rec.c
A ext-src/tags/dev/dbf_misc.h
A ext-src/tags/dev/dbf_head.h
A ext-src/tags/php_4_3_0dev/dbase.dsp
A ext-src/tags/dev/dbf_ndx.c
A ext-src/tags/php_4_3_0dev/php_dbase.h
A ext-src/tags/dev/dbf_rec.h
A ext-src/tags/php_4_3_0dev/CREDITS
A ext-src/tags/php_4_2_3RC2
A ext-src/tags/php_4_3_0dev/dbf_rec.c
A ext-src/tags/php_4_3_0dev/dbf_misc.h
A ext-src/tags/php_4_3_0dev/dbf_misc.c
A ext-src/tags/dev/dbf.h
A ext-src/tags/php_4_3_0dev/dbf_ndx.c
A ext-src/tags/php_4_3_0dev/dbf_ndx.h
A ext-src/tags/php_4_3_0dev/config.m4
A ext-src/tags/php_4_3_0_dev_zend2_alpha1/php_dbase.h
A ext-src/tags/php_4_3_0dev/dbf.h
A ext-src/tags/php_4_3_0dev/dbf_head.c
A ext-src/tags/php_4_3_0_dev_zend2_alpha1/dbf_misc.c
A ext-src/tags/php_4_3_0_dev_zend2_alpha1/dbase.c
A ext-src/tags/php_4_3_0_dev_zend2_alpha1/config.m4
A ext-src/tags/php_4_3_0dev/dbf_head.h
A ext-src/tags/php_4_3_0_dev_zend2_alpha1/dbf_ndx.h
A ext-src/tags/php_4_2_3RC1
A ext-src/tags/php_4_3_0_dev_zend2_alpha1/dbase.dsp
A ext-src/tags/php_4_3_0_dev_zend2_alpha1/dbf_head.c
A ext-src/tags/php_4_3_0dev/dbf_rec.h
A ext-src/tags/php_4_3_0_dev_zend2_alpha1/CREDITS
A ext-src/tags/php5_5_0/dbase.c
A ext-src/tags/php_4_3_0_dev_zend2_alpha1/dbf_head.h
A ext-src/tags/php_4_3_0_dev_zend2_alpha1/dbf_rec.c
A ext-src/tags/php_4_3_0_dev_zend2_alpha1/dbf_misc.h
A ext-src/tags/php5_5_0/dbase.dsp
A ext-src/tags/php_4_3_0_dev_zend2_alpha1/dbf_ndx.c
A ext-src/tags/php_4_3_0_dev_zend2_alpha1/dbf_rec.h
A ext-src/tags/php5_5_0/php_dbase.h
A ext-src/tags/php5_5_0/CREDITS
A ext-src/tags/php_4_3_0_dev_zend2_alpha1/dbf.h
A ext-src/tags/php5_5_0/dbf_rec.c
A ext-src/tags/php5_5_0/dbf_misc.c
A ext-src/tags/php_4_2_3
A ext-src/tags/php5_5_0/dbf_misc.h
A ext-src/tags/php5_5_0/config.m4
A ext-src/tags/php5_5_0/dbf_ndx.c
A ext-src/tags/php5_5_0/dbf_ndx.h
A ext-src/tags/php_4_2_3RC2/config.m4
A ext-src/tags/php5_5_0/dbf_head.c
A ext-src/tags/php5_5_0/dbf.h
A ext-src/tags/php_4_2_3RC2/dbf_rec.c
A ext-src/tags/php_4_2_3RC2/dbf_misc.c
A ext-src/tags/php5_5_0/dbf_head.h
A ext-src/tags/php_4_2_3RC2/dbase.c
A ext-src/tags/php_4_2_3RC2/dbase.dsp
A ext-src/tags/php5_5_0/dbf_rec.h
A ext-src/tags/php_4_2_3RC2/dbf_head.c
A ext-src/tags/php_4_2_3RC2/dbf_ndx.h
A ext-src/tags/php_4_2_2
A ext-src/tags/php_4_2_3RC2/CREDITS
A ext-src/tags/php_4_2_3RC2/php_dbase.h
A ext-src/tags/php_4_2_3RC2/dbf_head.h
A ext-src/tags/php_4_2_3RC2/setup.stub
A ext-src/tags/php_4_2_3RC2/dbf_ndx.c
A ext-src/tags/php_4_2_3RC2/dbf_rec.h
A ext-src/tags/php_4_2_3RC1/config.m4
A ext-src/tags/php_4_2_3RC2/Makefile.in
A ext-src/tags/php_4_2_3RC2/dbf.h
A ext-src/tags/php_4_2_3RC1/dbf_rec.c
A ext-src/tags/php_4_2_3RC1/dbf_misc.c
A ext-src/tags/php_4_2_3RC1/dbase.c
A ext-src/tags/php_4_2_3RC2/dbf_misc.h
A ext-src/tags/php_4_2_3RC1/dbase.dsp
A ext-src/tags/php_4_2_3RC1/dbf_ndx.h
A ext-src/tags/php_4_2_3RC1/dbf_head.c
A ext-src/tags/php_4_2_1RC2
A ext-src/tags/php_4_2_3RC1/php_dbase.h
A ext-src/tags/php_4_2_3RC1/CREDITS
A ext-src/tags/php_4_2_3RC1/setup.stub
A ext-src/tags/php_4_2_3RC1/dbf_head.h
A ext-src/tags/php_4_2_3RC1/dbf_ndx.c
A ext-src/tags/php_4_2_3/config.m4
A ext-src/tags/php_4_2_3RC1/Makefile.in
A ext-src/tags/php_4_2_3RC1/dbf.h
A ext-src/tags/php_4_2_3/dbf_misc.c
A ext-src/tags/php_4_2_3/dbase.c
A ext-src/tags/php_4_2_3RC1/dbf_misc.h
A ext-src/tags/php_4_2_3RC1/dbf_rec.h
A ext-src/tags/php_4_2_3/dbf_ndx.h
A ext-src/tags/php_4_2_3/dbf_head.c
A ext-src/tags/php_4_2_3/php_dbase.h
A ext-src/tags/php_4_2_1RC1
A ext-src/tags/php_4_2_3/setup.stub
A ext-src/tags/php_4_2_3/dbf_rec.c
A ext-src/tags/php_4_2_3/dbf_head.h
A ext-src/tags/php_4_2_3/dbf_ndx.c
A ext-src/tags/php_4_2_3/dbase.dsp
A ext-src/tags/php_4_2_2/config.m4
A ext-src/tags/php_4_2_3/dbf.h
A ext-src/tags/php_4_2_3/Makefile.in
A ext-src/tags/php_4_2_3/CREDITS
A ext-src/tags/php_4_2_2/dbf_misc.c
A ext-src/tags/php_4_2_3/dbf_misc.h
A ext-src/tags/php_4_2_2/dbase.c
A ext-src/tags/php_4_2_3/dbf_rec.h
A ext-src/tags/php_4_2_2/dbf_ndx.h
A ext-src/tags/php_4_2_2/php_dbase.h
A ext-src/tags/php_4_2_2/dbf_head.c
A ext-src/tags/php_4_2_1
A ext-src/tags/php_4_2_2/dbf_rec.c
A ext-src/tags/php_4_2_2/setup.stub
A ext-src/tags/php_4_2_2/dbf_ndx.c
A ext-src/tags/php_4_2_2/dbf_head.h
A ext-src/tags/php_4_2_2/dbase.dsp
A ext-src/tags/php_4_2_1RC2/config.m4
A ext-src/tags/php_4_2_2/dbf.h
A ext-src/tags/php_4_2_2/Makefile.in
A ext-src/tags/php_4_2_2/CREDITS
A ext-src/tags/php_4_2_1RC2/dbf_misc.c
A ext-src/tags/php_4_2_2/dbf_misc.h
A ext-src/tags/php_4_2_1RC2/dbase.c
A ext-src/tags/php_4_2_2/dbf_rec.h
A ext-src/tags/php_4_2_1RC2/dbf_ndx.h
A ext-src/tags/php_4_2_1RC2/php_dbase.h
A ext-src/tags/php_4_2_0RC4
A ext-src/tags/php_4_2_1RC2/dbf_head.c
A ext-src/tags/php_4_2_1RC2/dbf_rec.c
A ext-src/tags/php_4_2_1RC2/setup.stub
A ext-src/tags/php_4_2_1RC2/dbf_ndx.c
A ext-src/tags/php_4_2_1RC2/dbf_head.h
A ext-src/tags/php_4_2_1RC2/dbase.dsp
A ext-src/tags/php_4_2_1RC2/dbf.h
A ext-src/tags/php_4_2_1RC2/Makefile.in
A ext-src/tags/php_4_2_1RC1/config.m4
A ext-src/tags/php_4_2_1RC2/CREDITS
A ext-src/tags/php_4_2_1RC2/dbf_misc.h
A ext-src/tags/php_4_2_1RC2/dbf_rec.h
A ext-src/tags/php_4_2_1RC1/dbase.c
A ext-src/tags/php_4_2_1RC1/dbf_misc.c
A ext-src/tags/php_4_2_1RC1/php_dbase.h
A ext-src/tags/php_4_2_1RC1/dbf_rec.c
A ext-src/tags/php_4_2_0RC3
A ext-src/tags/php_4_2_1RC1/dbf_ndx.h
A ext-src/tags/php_4_2_1RC1/dbf_head.c
A ext-src/tags/php_4_2_1RC1/dbf_ndx.c
A ext-src/tags/php_4_2_1RC1/dbf_head.h
A ext-src/tags/php_4_2_1RC1/setup.stub
A ext-src/tags/php_4_2_1RC1/dbase.dsp
A ext-src/tags/php_4_2_1RC1/dbf.h
A ext-src/tags/php_4_2_1RC1/Makefile.in
A ext-src/tags/php_4_2_1/config.m4
A ext-src/tags/php_4_2_1RC1/CREDITS
A ext-src/tags/php_4_2_1RC1/dbf_misc.h
A ext-src/tags/php_4_2_1/dbf_misc.c
A ext-src/tags/php_4_2_1/dbase.c
A ext-src/tags/php_4_2_1RC1/dbf_rec.h
A ext-src/tags/php_4_2_1/dbf_ndx.h
A ext-src/tags/php_4_2_0RC2
A ext-src/tags/php_4_2_1/dbf_head.c
A ext-src/tags/php_4_2_1/php_dbase.h
A ext-src/tags/php_4_2_1/dbf_rec.c
A ext-src/tags/php_4_2_1/setup.stub
A ext-src/tags/php_4_2_1/dbf_head.h
A ext-src/tags/php_4_2_1/dbf_ndx.c
A ext-src/tags/php_4_2_1/dbase.dsp
A ext-src/tags/php_4_2_0RC4/config.m4
A ext-src/tags/php_4_2_1/Makefile.in
A ext-src/tags/php_4_2_1/dbf.h
A ext-src/tags/php_4_2_1/CREDITS
A ext-src/tags/php_4_2_0RC4/dbf_misc.c
A ext-src/tags/php_4_2_1/dbf_rec.h
A ext-src/tags/php_4_2_0RC4/dbase.c
A ext-src/tags/php_4_2_0RC4/dbf_ndx.h
A ext-src/tags/php_4_2_0RC4/dbf_rec.c
A ext-src/tags/php_4_2_0RC1
A ext-src/tags/php_4_2_0RC4/dbf_head.c
A ext-src/tags/php_4_2_0RC4/setup.stub
A ext-src/tags/php_4_2_0RC4/dbf_head.h
A ext-src/tags/php_4_2_0RC4/dbase.dsp
A ext-src/tags/php_4_2_1/dbf_misc.h
A ext-src/tags/php_4_2_0RC3/config.m4
A ext-src/tags/php_4_2_0RC4/php_dbase.h
A ext-src/tags/php_4_2_0RC4/CREDITS
A ext-src/tags/php_4_2_0RC4/Makefile.in
A ext-src/tags/php_4_2_0RC3/dbf_misc.c
A ext-src/tags/php_4_2_0RC4/dbf_ndx.c
A ext-src/tags/php_4_2_0RC4/dbf_rec.h
A ext-src/tags/php_4_2_0RC3/dbase.c
A ext-src/tags/php_4_2_0RC4/dbf.h
A ext-src/tags/php_4_2_0RC3/dbf_rec.c
A ext-src/tags/php_4_2_0RC3/dbf_head.c
A ext-src/tags/php_4_2_0RC3/dbf_ndx.h
A ext-src/tags/php_4_2_0RC4/dbf_misc.h
A ext-src/tags/php_4_2_0RC3/dbase.dsp
A ext-src/tags/php_4_2_0RC3/dbf_head.h
A ext-src/tags/php_4_2_0RC3/setup.stub
A ext-src/tags/php_4_2_0
A ext-src/tags/php_4_2_0RC3/php_dbase.h
A ext-src/tags/php_4_2_0RC3/CREDITS
A ext-src/tags/php_4_2_0RC3/Makefile.in
A ext-src/tags/php_4_2_0RC2/config.m4
A ext-src/tags/php_4_2_0RC3/dbf_ndx.c
A ext-src/tags/php_4_2_0RC3/dbf_rec.h
A ext-src/tags/php_4_2_0RC2/dbase.c
A ext-src/tags/php_4_2_0RC2/dbf_misc.c
A ext-src/tags/php_4_2_0RC3/dbf.h
A ext-src/tags/php_4_2_0RC2/dbf_rec.c
A ext-src/tags/php_4_2_0RC2/dbf_head.c
A ext-src/tags/php_4_2_0RC3/dbf_misc.h
A ext-src/tags/php_4_2_0RC2/dbf_ndx.h
A ext-src/tags/php_4_2_0RC2/dbase.dsp
A ext-src/tags/php_4_2_0RC2/dbf_head.h
A ext-src/tags/php_4_1_2
A ext-src/tags/php_4_2_0RC2/php_dbase.h
A ext-src/tags/php_4_2_0RC2/setup.stub
A ext-src/tags/php_4_2_0RC2/CREDITS
A ext-src/tags/php_4_2_0RC2/Makefile.in
A ext-src/tags/php_4_2_0RC2/dbf_ndx.c
A ext-src/tags/php_4_2_0RC1/config.m4
A ext-src/tags/php_4_2_0RC2/dbf_rec.h
A ext-src/tags/php_4_2_0RC2/dbf.h
A ext-src/tags/php_4_2_0RC1/dbase.c
A ext-src/tags/php_4_2_0RC1/dbf_misc.c
A ext-src/tags/php_4_2_0RC1/dbf_rec.c
A ext-src/tags/php_4_2_0RC1/dbf_ndx.h
A ext-src/tags/php_4_2_0RC1/dbf_head.c
A ext-src/tags/php_4_2_0RC2/dbf_misc.h
A ext-src/tags/php_4_2_0RC1/dbase.dsp
A ext-src/tags/php_4_2_0RC1/setup.stub
A ext-src/tags/php_4_1_1
A ext-src/tags/php_4_2_0RC1/dbf_head.h
A ext-src/tags/php_4_2_0RC1/php_dbase.h
A ext-src/tags/php_4_2_0RC1/CREDITS
A ext-src/tags/php_4_2_0RC1/Makefile.in
A ext-src/tags/php_4_2_0/config.m4
A ext-src/tags/php_4_2_0RC1/dbf_ndx.c
A ext-src/tags/php_4_2_0RC1/dbf_rec.h
A ext-src/tags/php_4_2_0/dbf_misc.c
A ext-src/tags/php_4_2_0RC1/dbf.h
A ext-src/tags/php_4_2_0/dbase.c
A ext-src/tags/php_4_2_0/dbf_rec.c
A ext-src/tags/php_4_2_0/dbf_ndx.h
A ext-src/tags/php_4_2_0RC1/dbf_misc.h
A ext-src/tags/php_4_2_0/dbf_head.c
A ext-src/tags/php_4_2_0/dbase.dsp
A ext-src/tags/ChangeLog
A ext-src/tags/php_4_2_0/php_dbase.h
A ext-src/tags/php_4_2_0/setup.stub
A ext-src/tags/php_4_2_0/dbf_head.h
A ext-src/tags/php_4_2_0/CREDITS
A ext-src/tags/php_4_2_0/dbf_ndx.c
A ext-src/tags/php_4_2_0/Makefile.in
A ext-src/tags/php_4_2_0/dbf_rec.h
A ext-src/tags/php_4_1_2/php_dbase.h
A ext-src/tags/php_4_2_0/dbf.h
A ext-src/tags/php_4_1_2/dbase.c
A ext-src/tags/php_4_1_2/CREDITS
A ext-src/tags/php_4_1_2/dbf_head.c
A ext-src/tags/php_4_2_0/dbf_misc.h
A ext-src/tags/php_4_1_2/Makefile.in
A ext-src/tags/php_4_1_2/dbf_misc.c
A ext-src/tags/php_4_1_2/dbf_ndx.c
A ext-src/tags/php_4_1_2/dbf_head.h
A ext-src/tags/php_4_1_0RC5
A ext-src/tags/php_4_1_2/setup.stub
A ext-src/tags/php_4_1_2/dbf_rec.c
A ext-src/tags/php_4_1_2/dbf.h
A ext-src/tags/php_4_1_2/dbase.dsp
A ext-src/tags/php_4_1_1/php_dbase.h
A ext-src/tags/php_4_1_2/dbf_rec.h
A ext-src/tags/php_4_1_2/dbf_ndx.h
A ext-src/tags/php_4_1_2/config.m4
A ext-src/tags/php_4_1_1/CREDITS
A ext-src/tags/php_4_1_2/dbf_misc.h
A ext-src/tags/php_4_1_1/dbf_head.c
A ext-src/tags/php_4_1_1/dbase.c
A ext-src/tags/php_4_1_1/Makefile.in
A ext-src/tags/php_4_1_1/dbf_ndx.c
A ext-src/tags/php_4_1_0RC4
A ext-src/tags/php_4_1_1/dbf_misc.c
A ext-src/tags/php_4_1_1/dbf_head.h
A ext-src/tags/php_4_1_1/setup.stub
A ext-src/tags/php_4_1_1/dbase.dsp
A ext-src/tags/php_4_1_1/dbf.h
A ext-src/tags/php_4_1_1/dbf_rec.c
A ext-src/tags/php_4_1_1/config.m4
A ext-src/tags/ChangeLog/dbf_head.c
A ext-src/tags/php_4_1_1/dbf_ndx.h
A ext-src/tags/ChangeLog/dbase.c
A ext-src/tags/ChangeLog/dbf_rec.c
A ext-src/tags/php_4_1_1/dbf_misc.h
A ext-src/tags/ChangeLog/dbase.dsp
A ext-src/tags/php_4_1_1/dbf_rec.h
A ext-src/tags/ChangeLog/dbf_ndx.h
A ext-src/tags/ChangeLog/config.m4
A ext-src/tags/php_4_1_0RC3
A ext-src/tags/ChangeLog/dbf_head.h
A ext-src/tags/ChangeLog/php_dbase.h
A ext-src/tags/ChangeLog/setup.stub
A ext-src/tags/ChangeLog/dbf_misc.c
A ext-src/tags/ChangeLog/Makefile.in
A ext-src/tags/ChangeLog/dbf_ndx.c
A ext-src/tags/ChangeLog/dbf.h
A ext-src/tags/php_4_1_0RC5/php_dbase.h
A ext-src/tags/php_4_1_0RC5/dbase.c
A ext-src/tags/ChangeLog/CREDITS
A ext-src/tags/ChangeLog/dbf_misc.h
A ext-src/tags/php_4_1_0RC5/CREDITS
A ext-src/tags/php_4_1_0RC5/dbf_ndx.c
A ext-src/tags/ChangeLog/dbf_rec.h
A ext-src/tags/php_4_1_0RC5/dbf_head.h
A ext-src/tags/php_4_1_0RC5/Makefile.in
A ext-src/tags/php_4_1_0RC2
A ext-src/tags/php_4_1_0RC5/dbase.dsp
A ext-src/tags/php_4_1_0RC5/dbf_head.c
A ext-src/tags/php_4_1_0RC5/dbf_rec.c
A ext-src/tags/php_4_1_0RC5/setup.stub
A ext-src/tags/php_4_1_0RC5/config.m4
A ext-src/tags/php_4_1_0RC5/dbf_misc.c
A ext-src/tags/php_4_1_0RC5/dbf_ndx.h
A ext-src/tags/php_4_1_0RC4/dbase.c
A ext-src/tags/php_4_1_0RC4/php_dbase.h
A ext-src/tags/php_4_1_0RC5/dbf.h
A ext-src/tags/php_4_1_0RC5/dbf_misc.h
A ext-src/tags/php_4_1_0RC4/dbf_ndx.c
A ext-src/tags/php_4_1_0RC4/CREDITS
A ext-src/tags/php_4_1_0RC5/dbf_rec.h
A ext-src/tags/php_4_1_0RC1
A ext-src/tags/php_4_1_0RC4/Makefile.in
A ext-src/tags/php_4_1_0RC4/dbf_head.h
A ext-src/tags/php_4_1_0RC4/dbase.dsp
A ext-src/tags/php_4_1_0RC4/dbf_head.c
A ext-src/tags/php_4_1_0RC4/dbf_rec.c
A ext-src/tags/php_4_1_0RC4/config.m4
A ext-src/tags/php_4_1_0RC4/setup.stub
A ext-src/tags/php_4_1_0RC4/dbf_misc.c
A ext-src/tags/php_4_1_0RC4/dbf_ndx.h
A ext-src/tags/php_4_1_0RC3/dbase.c
A ext-src/tags/php_4_1_0RC3/php_dbase.h
A ext-src/tags/php_4_1_0RC4/dbf.h
A ext-src/tags/php_4_1_0RC4/dbf_misc.h
A ext-src/tags/php_4_1_0RC3/dbf_ndx.c
A ext-src/tags/php_4_1_0RC3/CREDITS
A ext-src/tags/php_4_1_0RC4/dbf_rec.h
A ext-src/tags/php_4_1_0
A ext-src/tags/php_4_1_0RC3/dbf_head.h
A ext-src/tags/php_4_1_0RC3/dbase.dsp
A ext-src/tags/php_4_1_0RC3/Makefile.in
A ext-src/tags/php_4_1_0RC3/dbf_head.c
A ext-src/tags/php_4_1_0RC3/dbf_rec.c
A ext-src/tags/php_4_1_0RC3/config.m4
A ext-src/tags/php_4_1_0RC3/setup.stub
A ext-src/tags/php_4_1_0RC3/dbf_misc.c
A ext-src/tags/php_4_1_0RC2/php_dbase.h
A ext-src/tags/php_4_1_0RC2/dbase.c
A ext-src/tags/php_4_1_0RC3/dbf_ndx.h
A ext-src/tags/php_4_1_0RC3/dbf.h
A ext-src/tags/php_4_1_0RC3/dbf_misc.h
A ext-src/tags/php_4_1_0RC2/dbf_ndx.c
A ext-src/tags/php_4_1_0RC2/CREDITS
A ext-src/tags/php_4_1_0RC3/dbf_rec.h
A ext-src/tags/php4
A ext-src/tags/php_4_1_0RC2/dbase.dsp
A ext-src/tags/php_4_1_0RC2/dbf_head.h
A ext-src/tags/php_4_1_0RC2/dbf_head.c
A ext-src/tags/php_4_1_0RC2/Makefile.in
A ext-src/tags/php_4_1_0RC2/config.m4
A ext-src/tags/php_4_1_0RC2/dbf_rec.c
A ext-src/tags/php_4_1_0RC2/dbf_misc.c
A ext-src/tags/php_4_1_0RC2/setup.stub
A ext-src/tags/php_4_1_0RC2/dbf_ndx.h
A ext-src/tags/php_4_1_0RC1/dbase.c
A ext-src/tags/php_4_1_0RC2/dbf.h
A ext-src/tags/php_4_1_0RC1/php_dbase.h
A ext-src/tags/php_4_1_0RC2/dbf_misc.h
A ext-src/tags/php_4_1_0RC1/dbf_ndx.c
A ext-src/tags/php_4_1_0RC2/dbf_rec.h
A ext-src/tags/php_4_1_0RC1/CREDITS
A ext-src/tags/php_4_1_0RC1/dbf_head.h
A ext-src/tags/php_4_1_0RC1/dbase.dsp
A ext-src/tags/php_4_1_0RC1/dbf_head.c
A ext-src/tags/php_4_1_0RC1/Makefile.in
A ext-src/tags/php_4_1_0RC1/config.m4
A ext-src/tags/POST_SUBST_Z_MACROS
A ext-src/tags/php_4_1_0RC1/dbf_misc.c
A ext-src/tags/php_4_1_0RC1/setup.stub
A ext-src/tags/php_4_1_0/dbase.c
A ext-src/tags/php_4_1_0RC1/dbf.h
A ext-src/tags/php_4_1_0RC1/dbf_rec.c
A ext-src/tags/php_4_1_0/php_dbase.h
A ext-src/tags/php_4_1_0/dbf_ndx.c
A ext-src/tags/php_4_1_0RC1/dbf_rec.h
A ext-src/tags/php_4_1_0RC1/dbf_ndx.h
A ext-src/tags/php_4_1_0/CREDITS
A ext-src/tags/php_4_1_0/dbase.dsp
A ext-src/tags/php_4_1_0/dbf_head.c
A ext-src/tags/php_4_1_0RC1/dbf_misc.h
A ext-src/tags/php_4_1_0/Makefile.in
A ext-src/tags/php_4_1_0/config.m4
A ext-src/tags/PRE_SUBST_Z_MACROS
A ext-src/tags/php_4_1_0/dbf_misc.c
A ext-src/tags/php_4_1_0/dbf_head.h
A ext-src/tags/php_4_1_0/setup.stub
A ext-src/tags/php4/dbf_misc.c
A ext-src/tags/php4/php_dbase.h
A ext-src/tags/php4/dbase.c
A ext-src/tags/php_4_1_0/dbf.h
A ext-src/tags/php_4_1_0/dbf_rec.c
A ext-src/tags/php4/Makefile.in
A ext-src/tags/php_4_1_0/dbf_rec.h
A ext-src/tags/php_4_1_0/dbf_ndx.h
A ext-src/tags/php4/dbf_head.c
A ext-src/tags/php4/setup.stub
A ext-src/tags/php_4_1_0/dbf_misc.h
A ext-src/tags/php4/CREDITS
A ext-src/tags/php4/dbase.dsp
A ext-src/tags/POST_SUBST_Z_MACROS/dbf_misc.c
A ext-src/tags/php_4_0_7RC3
A ext-src/tags/php4/config.m4
A ext-src/tags/php4/dbf_ndx.c
A ext-src/tags/php4/dbf_rec.c
A ext-src/tags/POST_SUBST_Z_MACROS/php_dbase.h
A ext-src/tags/php4/dbf_head.h
A ext-src/tags/php4/dbf.h
A ext-src/tags/POST_SUBST_Z_MACROS/dbase.c
A ext-src/tags/POST_SUBST_Z_MACROS/Makefile.in
A ext-src/tags/php4/dbf_ndx.h
A ext-src/tags/php4/dbf_rec.h
A ext-src/tags/POST_SUBST_Z_MACROS/dbf_head.c
A ext-src/tags/POST_SUBST_Z_MACROS/setup.stub
A ext-src/tags/php4/dbf_misc.h
A ext-src/tags/POST_SUBST_Z_MACROS/CREDITS
A ext-src/tags/POST_SUBST_Z_MACROS/dbase.dsp
A ext-src/tags/php_4_0_7RC2
A ext-src/tags/PRE_SUBST_Z_MACROS/dbf_head.c
A ext-src/tags/POST_SUBST_Z_MACROS/dbf_ndx.c
A ext-src/tags/POST_SUBST_Z_MACROS/config.m4
A ext-src/tags/POST_SUBST_Z_MACROS/dbf_rec.c
A ext-src/tags/PRE_SUBST_Z_MACROS/php_dbase.h
A ext-src/tags/POST_SUBST_Z_MACROS/dbf_head.h
A ext-src/tags/PRE_SUBST_Z_MACROS/dbase.dsp
A ext-src/tags/POST_SUBST_Z_MACROS/dbf.h
A ext-src/tags/POST_SUBST_Z_MACROS/dbf_ndx.h
A ext-src/tags/POST_SUBST_Z_MACROS/dbf_rec.h
A ext-src/tags/PRE_SUBST_Z_MACROS/dbase.c
A ext-src/tags/PRE_SUBST_Z_MACROS/Makefile.in
A ext-src/tags/POST_SUBST_Z_MACROS/dbf_misc.h
A ext-src/tags/PRE_SUBST_Z_MACROS/dbf_ndx.c
A ext-src/tags/php_4_0_7RC1
A ext-src/tags/PRE_SUBST_Z_MACROS/CREDITS
A ext-src/tags/PRE_SUBST_Z_MACROS/dbf_misc.c
A ext-src/tags/PRE_SUBST_Z_MACROS/dbf_rec.c
A ext-src/tags/PRE_SUBST_Z_MACROS/setup.stub
A ext-src/tags/PRE_SUBST_Z_MACROS/config.m4
A ext-src/tags/PRE_SUBST_Z_MACROS/dbf_head.h
A ext-src/tags/php_4_0_7RC3/php_dbase.h
A ext-src/tags/PRE_SUBST_Z_MACROS/dbf.h
A ext-src/tags/php_4_0_7RC3/dbase.c
A ext-src/tags/PRE_SUBST_Z_MACROS/dbf_ndx.h
A ext-src/tags/php_4_0_7RC3/CREDITS
A ext-src/tags/PRE_SUBST_Z_MACROS/dbf_rec.h
A ext-src/tags/php_4_0_7RC3/dbf_ndx.c
A ext-src/tags/PRE_SUBST_Z_MACROS/dbf_misc.h
A ext-src/tags/php_4_0_7RC3/Makefile.in
A ext-src/tags/php_4_0_7RC3/dbf_head.c
A ext-src/tags/PRE_TSRM_MERGE_PATCH
A ext-src/tags/php_4_0_7RC3/dbase.dsp
A ext-src/tags/php_4_0_7RC3/dbf_head.h
A ext-src/tags/php_4_0_7RC3/setup.stub
A ext-src/tags/php_4_0_7RC3/dbf_misc.c
A ext-src/tags/php_4_0_7RC3/config.m4
A ext-src/tags/php_4_0_7RC3/dbf_rec.c
A ext-src/tags/php_4_0_7RC2/php_dbase.h
A ext-src/tags/php_4_0_7RC3/dbf.h
A ext-src/tags/php_4_0_7RC2/dbase.c
A ext-src/tags/php_4_0_7RC3/dbf_ndx.h
A ext-src/tags/php_4_0_7RC2/CREDITS
A ext-src/tags/php_4_0_7RC3/dbf_rec.h
A ext-src/tags/php_4_0_7RC2/dbf_ndx.c
A ext-src/tags/php_4_0_7RC3/dbf_misc.h
A ext-src/tags/php_4_0_7RC2/Makefile.in
A ext-src/tags/php_4_0_6RC4
A ext-src/tags/php_4_0_7RC2/dbf_head.c
A ext-src/tags/php_4_0_7RC2/setup.stub
A ext-src/tags/php_4_0_7RC2/dbf_head.h
A ext-src/tags/php_4_0_7RC2/dbf_misc.c
A ext-src/tags/php_4_0_7RC1/php_dbase.h
A ext-src/tags/php_4_0_7RC2/dbf.h
A ext-src/tags/php_4_0_7RC2/dbase.dsp
A ext-src/tags/php_4_0_7RC2/dbf_rec.c
A ext-src/tags/php_4_0_7RC1/CREDITS
A ext-src/tags/php_4_0_7RC2/config.m4
A ext-src/tags/php_4_0_7RC2/dbf_rec.h
A ext-src/tags/php_4_0_7RC2/dbf_ndx.h
A ext-src/tags/php_4_0_7RC1/Makefile.in
A ext-src/tags/php_4_0_7RC1/dbf_head.c
A ext-src/tags/php_4_0_7RC1/dbase.c
A ext-src/tags/php_4_0_6RC3
A ext-src/tags/php_4_0_7RC2/dbf_misc.h
A ext-src/tags/php_4_0_7RC1/setup.stub
A ext-src/tags/php_4_0_7RC1/dbf_misc.c
A ext-src/tags/php_4_0_7RC1/dbf_ndx.c
A ext-src/tags/php_4_0_7RC1/dbf_head.h
A ext-src/tags/PRE_TSRM_MERGE_PATCH/dbase.c
A ext-src/tags/php_4_0_7RC1/dbf.h
A ext-src/tags/php_4_0_7RC1/dbase.dsp
A ext-src/tags/php_4_0_7RC1/dbf_rec.c
A ext-src/tags/PRE_TSRM_MERGE_PATCH/dbase.dsp
A ext-src/tags/php_4_0_7RC1/config.m4
A ext-src/tags/php_4_0_7RC1/dbf_rec.h
A ext-src/tags/php_4_0_7RC1/dbf_ndx.h
A ext-src/tags/PRE_TSRM_MERGE_PATCH/config.m4
A ext-src/tags/PRE_TSRM_MERGE_PATCH/dbf_ndx.c
A ext-src/tags/PRE_TSRM_MERGE_PATCH/dbf_misc.c
A ext-src/tags/php_4_0_6RC2
A ext-src/tags/php_4_0_7RC1/dbf_misc.h
A ext-src/tags/PRE_TSRM_MERGE_PATCH/setup.stub
A ext-src/tags/PRE_TSRM_MERGE_PATCH/dbf_rec.c
A ext-src/tags/PRE_TSRM_MERGE_PATCH/php_dbase.h
A ext-src/tags/PRE_TSRM_MERGE_PATCH/dbf_head.c
A ext-src/tags/PRE_TSRM_MERGE_PATCH/dbf.h
A ext-src/tags/php_4_0_6RC4/CREDITS
A ext-src/tags/PRE_TSRM_MERGE_PATCH/CREDITS
A ext-src/tags/PRE_TSRM_MERGE_PATCH/dbf_ndx.h
A ext-src/tags/PRE_TSRM_MERGE_PATCH/dbf_head.h
A ext-src/tags/PRE_TSRM_MERGE_PATCH/Makefile.in
A ext-src/tags/PRE_TSRM_MERGE_PATCH/dbf_rec.h
A ext-src/tags/php_4_0_6RC4/dbf_misc.c
A ext-src/tags/php_4_0_6RC4/dbase.c
A ext-src/tags/PRE_TSRM_MERGE_PATCH/dbf_misc.h
A ext-src/tags/php_4_0_6RC4/dbf_head.c
A ext-src/tags/php_4_0_6RC4/dbf_head.h
A ext-src/tags/php_4_0_6
A ext-src/tags/php_4_0_6RC4/dbase.dsp
A ext-src/tags/php_4_0_6RC4/php_dbase.h
A ext-src/tags/php_4_0_6RC4/dbf.h
A ext-src/tags/php_4_0_6RC4/setup.stub
A ext-src/tags/php_4_0_6RC4/Makefile.in
A ext-src/tags/php_4_0_6RC4/dbf_ndx.h
A ext-src/tags/php_4_0_6RC4/config.m4
A ext-src/tags/php_4_0_6RC4/dbf_rec.h
A ext-src/tags/php_4_0_6RC4/dbf_ndx.c
A ext-src/tags/php_4_0_6RC4/dbf_misc.h
A ext-src/tags/php_4_0_6RC3/dbase.c
A ext-src/tags/php_4_0_6RC3/dbf_head.c
A ext-src/tags/php_4_0_6RC3/CREDITS
A ext-src/tags/php_4_0_6RC3/dbase.dsp
A ext-src/tags/php_4_0_6RC3/dbf_misc.c
A ext-src/tags/php_4_0_6RC4/dbf_rec.c
A ext-src/tags/php_4_0_6RC3/Makefile.in
A ext-src/tags/php_4_0_6RC3/dbf_head.h
A ext-src/tags/php_4_0_6RC3/dbf_rec.h
A ext-src/tags/php_4_0_6RC3/php_dbase.h
A ext-src/tags/php_4_0_6RC1
A ext-src/tags/php_4_0_6RC3/setup.stub
A ext-src/tags/php_4_0_6RC3/dbf_ndx.h
A ext-src/tags/php_4_0_6RC2/CREDITS
A ext-src/tags/php_4_0_6RC2/dbase.c
A ext-src/tags/php_4_0_6RC2/dbf_misc.c
A ext-src/tags/php_4_0_6RC3/dbf_ndx.c
A ext-src/tags/php_4_0_6RC2/dbase.dsp
A ext-src/tags/php_4_0_6RC2/dbf_head.h
A ext-src/tags/php_4_0_6RC3/dbf_rec.c
A ext-src/tags/php_4_0_6RC2/Makefile.in
A ext-src/tags/php_4_0_6RC2/setup.stub
A ext-src/tags/php_4_0_6RC2/dbf_rec.h
A ext-src/tags/php_4_0_6RC2/php_dbase.h
A ext-src/tags/php_4_0_6/CREDITS
A ext-src/tags/php_4_0_6RC2/dbf_ndx.h
A ext-src/tags/php_4_0_5RC8
A ext-src/tags/php_4_0_6/dbase.c
A ext-src/tags/php_4_0_6/dbf_misc.c
A ext-src/tags/php_4_0_6RC2/dbf_ndx.c
A ext-src/tags/php_4_0_6/dbase.dsp
A ext-src/tags/php_4_0_6/dbf_head.h
A ext-src/tags/php_4_0_6RC2/dbf_rec.c
A ext-src/tags/php_4_0_6/Makefile.in
A ext-src/tags/php_4_0_6/setup.stub
A ext-src/tags/php_4_0_6/dbf_rec.h
A ext-src/tags/php_4_0_6RC1/CREDITS
A ext-src/tags/php_4_0_6/php_dbase.h
A ext-src/tags/php_4_0_6RC1/dbf_head.c
A ext-src/tags/php_4_0_6RC1/dbf_misc.c
A ext-src/tags/php_4_0_6/dbf_ndx.h
A ext-src/tags/php_4_0_6RC1/dbase.dsp
A ext-src/tags/php_4_0_6/dbf_ndx.c
A ext-src/tags/php_4_0_5RC7
A ext-src/tags/php_4_0_6RC1/Makefile.in
A ext-src/tags/php_4_0_6RC1/dbf_head.h
A ext-src/tags/php_4_0_6/dbf_rec.c
A ext-src/tags/php_4_0_6RC1/dbf_rec.h
A ext-src/tags/php_4_0_6RC1/php_dbase.h
A ext-src/tags/php_4_0_6RC1/setup.stub
A ext-src/tags/php_4_0_5RC8/dbase.c
A ext-src/tags/php_4_0_6RC1/dbf_ndx.h
A ext-src/tags/php_4_0_5RC8/dbase.dsp
A ext-src/tags/php_4_0_6RC1/dbf_ndx.c
A ext-src/tags/php_4_0_5RC8/dbf.h
A ext-src/tags/php_4_0_5RC8/dbf_head.c
A ext-src/tags/php_4_0_5RC8/Makefile.in
A ext-src/tags/php_4_0_6RC1/dbf_rec.c
A ext-src/tags/php_4_0_5RC8/CREDITS
A ext-src/tags/php_4_0_5RC8/dbf_rec.h
A ext-src/tags/php_4_0_5RC8/dbf_head.h
A ext-src/tags/php_4_0_5RC6
A ext-src/tags/php_4_0_5RC8/dbf_misc.c
A ext-src/tags/php_4_0_5RC8/dbf_ndx.c
A ext-src/tags/php_4_0_5RC8/setup.stub
A ext-src/tags/php_4_0_5RC7/dbase.c
A ext-src/tags/php_4_0_5RC8/dbf_rec.c
A ext-src/tags/php_4_0_5RC7/dbase.dsp
A ext-src/tags/php_4_0_5RC7/CREDITS
A ext-src/tags/php_4_0_5RC7/dbf.h
A ext-src/tags/php_4_0_5RC7/dbf_head.c
A ext-src/tags/php_4_0_5RC7/Makefile.in
A ext-src/tags/php_4_0_5RC7/dbf_misc.c
A ext-src/tags/php_4_0_5RC7/dbf_head.h
A ext-src/tags/php_4_0_5RC7/dbf_rec.h
A ext-src/tags/php_4_0_5RC7/dbf_ndx.c
A ext-src/tags/php_4_0_5RC5
A ext-src/tags/php_4_0_5RC7/dbf_rec.c
A ext-src/tags/php_4_0_5RC6/CREDITS
A ext-src/tags/php_4_0_5RC7/setup.stub
A ext-src/tags/php_4_0_5RC6/dbase.c
A ext-src/tags/php_4_0_5RC6/dbf.h
A ext-src/tags/php_4_0_5RC6/dbase.dsp
A ext-src/tags/php_4_0_6RC3/dbf.h
A ext-src/tags/php_4_0_5RC6/Makefile.in
A ext-src/tags/php_4_0_5RC6/dbf_head.c
A ext-src/tags/php_4_0_6RC3/config.m4
A ext-src/tags/php_4_0_5RC6/dbf_rec.h
A ext-src/tags/php_4_0_5RC6/dbf_head.h
A ext-src/tags/php_4_0_6RC3/dbf_misc.h
A ext-src/tags/php_4_0_6RC2/dbf_head.c
A ext-src/tags/php_4_0_5RC6/setup.stub
A ext-src/tags/php_4_0_5RC5/dbase.c
A ext-src/tags/php_4_0_5RC4
A ext-src/tags/php_4_0_6RC2/dbf.h
A ext-src/tags/php_4_0_6RC2/config.m4
A ext-src/tags/php_4_0_6RC2/dbf_misc.h
A ext-src/tags/php_4_0_6/dbf_head.c
A ext-src/tags/php_4_0_6/dbf.h
A ext-src/tags/php_4_0_5RC5/dbf.h
A ext-src/tags/php_4_0_5RC5/dbase.dsp
A ext-src/tags/php_4_0_6/config.m4
A ext-src/tags/php_4_0_6/dbf_misc.h
A ext-src/tags/php_4_0_5RC5/Makefile.in
A ext-src/tags/php_4_0_5RC5/dbf_rec.h
A ext-src/tags/php_4_0_6RC1/dbase.c
A ext-src/tags/php_4_0_6RC1/dbf.h
A ext-src/tags/php_4_0_5RC4/dbase.c
A ext-src/tags/php_4_0_6RC1/config.m4
A ext-src/tags/php_4_0_5RC3
A ext-src/tags/php_4_0_6RC1/dbf_misc.h
A ext-src/tags/php_4_0_5RC4/dbf.h
A ext-src/tags/php_4_0_5RC8/php_dbase.h
A ext-src/tags/php_4_0_5RC8/dbf_ndx.h
A ext-src/tags/php_4_0_5RC8/config.m4
A ext-src/tags/php_4_0_5RC4/Makefile.in
A ext-src/tags/php_4_0_5RC8/dbf_misc.h
A ext-src/tags/php_4_0_5RC4/dbf_rec.h
A ext-src/tags/php_4_0_5RC7/php_dbase.h
A ext-src/tags/php_4_0_5RC7/dbf_ndx.h
A ext-src/tags/php_4_0_5RC7/config.m4
A ext-src/tags/php_4_0_5RC7/dbf_misc.h
A ext-src/tags/php_4_0_5RC3/dbase.c
A ext-src/tags/php_4_0_5RC6/php_dbase.h
A ext-src/tags/php_4_0_5RC6/dbf_ndx.h
A ext-src/tags/php_4_0_5RC6/config.m4
A ext-src/tags/php_4_0_5RC2
A ext-src/tags/php_4_0_5RC3/dbf.h
A ext-src/tags/php_4_0_5RC6/dbf_misc.h
A ext-src/tags/php_4_0_5RC5/php_dbase.h
A ext-src/tags/php_4_0_5RC5/dbf_ndx.h
A ext-src/tags/php_4_0_5RC6/dbf_misc.c
A ext-src/tags/php_4_0_5RC5/config.m4
A ext-src/tags/php_4_0_5RC3/Makefile.in
A ext-src/tags/php_4_0_5RC6/dbf_ndx.c
A ext-src/tags/php_4_0_5RC5/dbf_misc.h
A ext-src/tags/php_4_0_5RC3/dbf_rec.h
A ext-src/tags/php_4_0_5RC6/dbf_rec.c
A ext-src/tags/php_4_0_5RC4/php_dbase.h
A ext-src/tags/php_4_0_5RC5/CREDITS
A ext-src/tags/php_4_0_5RC4/dbf_ndx.h
A ext-src/tags/php_4_0_5RC5/dbf_misc.c
A ext-src/tags/php_4_0_5RC4/config.m4
A ext-src/tags/php_4_0_5RC1
A ext-src/tags/php_4_0_5RC5/dbf_ndx.c
A ext-src/tags/php_4_0_5RC4/dbf_misc.h
A ext-src/tags/php_4_0_5RC2/dbase.c
A ext-src/tags/php_4_0_5RC5/dbf_rec.c
A ext-src/tags/php_4_0_5RC3/php_dbase.h
A ext-src/tags/php_4_0_5RC4/CREDITS
A ext-src/tags/php_4_0_5RC3/dbf_ndx.h
A ext-src/tags/php_4_0_5RC4/dbf_misc.c
A ext-src/tags/php_4_0_5RC3/config.m4
A ext-src/tags/php_4_0_5RC4/dbf_ndx.c
A ext-src/tags/php_4_0_5RC2/dbf.h
A ext-src/tags/php_4_0_5RC3/dbf_misc.h
A ext-src/tags/php_4_0_5RC4/dbf_rec.c
A ext-src/tags/php_4_0_5RC2/php_dbase.h
A ext-src/tags/php_4_0_5RC3/CREDITS
A ext-src/tags/php_4_0_5
A ext-src/tags/php_4_0_5RC2/dbf_ndx.h
A ext-src/tags/php_4_0_5RC2/Makefile.in
A ext-src/tags/php_4_0_5RC5/dbf_head.c
A ext-src/tags/php_4_0_5RC3/dbf_misc.c
A ext-src/tags/php_4_0_5RC2/config.m4
A ext-src/tags/php_4_0_5RC2/dbf_rec.h
A ext-src/tags/php_4_0_5RC5/dbf_head.h
A ext-src/tags/php_4_0_5RC3/dbf_ndx.c
A ext-src/tags/php_4_0_5RC2/dbf_misc.h
A ext-src/tags/php_4_0_5RC1/dbase.c
A ext-src/tags/php_4_0_5RC5/setup.stub
A ext-src/tags/php_4_0_5RC3/dbf_rec.c
A ext-src/tags/php_4_0_5RC2/CREDITS
A ext-src/tags/php_4_0_5RC4/dbase.dsp
A ext-src/tags/php_4_0_5RC1/php_dbase.h
A ext-src/tags/php_4_0_5RC1/dbf.h
A ext-src/tags/php_4_0_4pl1RC2
A ext-src/tags/php_4_0_5RC4/dbf_head.c
A ext-src/tags/php_4_0_5RC1/dbf_ndx.h
A ext-src/tags/php_4_0_5RC2/dbf_misc.c
A ext-src/tags/php_4_0_5RC4/dbf_head.h
A ext-src/tags/php_4_0_5RC2/dbf_ndx.c
A ext-src/tags/php_4_0_5RC1/Makefile.in
A ext-src/tags/php_4_0_5RC1/config.m4
A ext-src/tags/php_4_0_5RC4/setup.stub
A ext-src/tags/php_4_0_5RC2/dbf_rec.c
A ext-src/tags/php_4_0_5RC3/dbase.dsp
A ext-src/tags/php_4_0_5RC1/CREDITS
A ext-src/tags/php_4_0_5RC1/dbf_misc.h
A ext-src/tags/php_4_0_5RC1/dbf_rec.h
A ext-src/tags/php_4_0_5RC3/dbf_head.c
A ext-src/tags/php_4_0_5RC1/dbf_misc.c
A ext-src/tags/php_4_0_4pl1RC1
A ext-src/tags/php_4_0_5/dbase.c
A ext-src/tags/php_4_0_5/php_dbase.h
A ext-src/tags/php_4_0_5RC3/dbf_head.h
A ext-src/tags/php_4_0_5RC1/dbf_ndx.c
A ext-src/tags/php_4_0_5/dbf.h
A ext-src/tags/php_4_0_5RC3/setup.stub
A ext-src/tags/php_4_0_5/dbf_ndx.h
A ext-src/tags/php_4_0_5/Makefile.in
A ext-src/tags/php_4_0_5RC2/dbase.dsp
A ext-src/tags/php_4_0_5/config.m4
A ext-src/tags/php_4_0_5RC1/dbf_rec.c
A ext-src/tags/php_4_0_5/dbf_rec.h
A ext-src/tags/php_4_0_5/CREDITS
A ext-src/tags/php_4_0_5RC2/dbf_head.c
A ext-src/tags/php_4_0_5/dbf_misc.h
A ext-src/tags/php_4_0_4pl1RC2/CREDITS
A ext-src/tags/php_4_0_4pl1
A ext-src/tags/php_4_0_5/dbf_misc.c
A ext-src/tags/php_4_0_5RC2/dbf_head.h
A ext-src/tags/php_4_0_4pl1RC2/dbase.c
A ext-src/tags/php_4_0_4pl1RC2/dbf.h
A ext-src/tags/php_4_0_5/dbf_ndx.c
A ext-src/tags/php_4_0_5RC2/setup.stub
A ext-src/tags/php_4_0_5/dbf_rec.c
A ext-src/tags/php_4_0_4pl1RC2/dbf_ndx.h
A ext-src/tags/php_4_0_5RC1/dbase.dsp
A ext-src/tags/php_4_0_4pl1RC2/config.m4
A ext-src/tags/php_4_0_5RC1/dbf_head.c
A ext-src/tags/php_4_0_4pl1RC2/dbase.dsp
A ext-src/tags/php_4_0_4pl1RC2/dbf_misc.h
A ext-src/tags/php_4_0_4pl1RC2/dbf_misc.c
A ext-src/tags/php_4_0_5RC1/dbf_head.h
A ext-src/tags/php_4_0_4pl1RC2/dbf_ndx.c
A ext-src/tags/php_4_0_4REL
A ext-src/tags/php_4_0_5RC1/setup.stub
A ext-src/tags/php_4_0_4pl1RC1/dbase.c
A ext-src/tags/php_4_0_4pl1RC2/dbf_rec.c
A ext-src/tags/php_4_0_5/dbase.dsp
A ext-src/tags/php_4_0_4pl1RC1/dbf_ndx.h
A ext-src/tags/php_4_0_4pl1RC1/dbase.dsp
A ext-src/tags/php_4_0_5/dbf_head.c
A ext-src/tags/php_4_0_4pl1RC1/config.m4
A ext-src/tags/php_4_0_4pl1RC1/dbf_misc.c
A ext-src/tags/php_4_0_5/dbf_head.h
A ext-src/tags/php_4_0_4pl1RC1/dbf_misc.h
A ext-src/tags/php_4_0_4pl1RC1/dbf_ndx.c
A ext-src/tags/php_4_0_5/setup.stub
A ext-src/tags/php_4_0_4pl1RC1/dbf_rec.c
A ext-src/tags/php_4_0_4pl1/dbase.c
A ext-src/tags/php_4_0_4pl1/dbase.dsp
A ext-src/tags/php_4_0_4pl1RC2/php_dbase.h
A ext-src/tags/php_4_0_4pl1/dbf_misc.c
A ext-src/tags/php_4_0_4pl1/dbf_ndx.h
A ext-src/tags/php_4_0_4pl1RC2/dbf_head.c
A ext-src/tags/php_4_0_4pl1/dbf_ndx.c
A ext-src/tags/php_4_0_4RC6
A ext-src/tags/php_4_0_4pl1/config.m4
A ext-src/tags/php_4_0_4pl1RC2/dbf_head.h
A ext-src/tags/php_4_0_4pl1/dbf_misc.h
A ext-src/tags/php_4_0_4pl1RC2/setup.stub
A ext-src/tags/php_4_0_4pl1RC1/php_dbase.h
A ext-src/tags/php_4_0_4pl1/dbf_rec.c
A ext-src/tags/php_4_0_4REL/dbase.c
A ext-src/tags/php_4_0_4REL/dbase.dsp
A ext-src/tags/php_4_0_4REL/dbf_ndx.h
A ext-src/tags/php_4_0_4REL/dbf_misc.c
A ext-src/tags/php_4_0_4pl1RC1/dbf_head.c
A ext-src/tags/php_4_0_4REL/config.m4
A ext-src/tags/php_4_0_4pl1RC1/dbf_head.h
A ext-src/tags/php_4_0_4REL/dbf_ndx.c
A ext-src/tags/php_4_0_4REL/dbf_misc.h
A ext-src/tags/php_4_0_4RC5
A ext-src/tags/php_4_0_4pl1RC1/setup.stub
A ext-src/tags/php_4_0_4REL/dbf_rec.c
A ext-src/tags/php_4_0_4pl1/php_dbase.h
A ext-src/tags/php_4_0_4RC6/dbase.dsp
A ext-src/tags/php_4_0_4RC6/dbase.c
A ext-src/tags/php_4_0_4pl1/dbf_head.c
A ext-src/tags/php_4_0_4pl1/dbf_head.h
A ext-src/tags/php_4_0_4RC6/dbf_misc.c
A ext-src/tags/php_4_0_4RC6/dbf_ndx.h
A ext-src/tags/php_4_0_4pl1/setup.stub
A ext-src/tags/php_4_0_4RC6/config.m4
A ext-src/tags/php_4_0_4REL/php_dbase.h
A ext-src/tags/php_4_0_4REL/dbf_head.c
A ext-src/tags/php_4_0_4RC6/dbf_ndx.c
A ext-src/tags/php_4_0_4REL/dbf_head.h
A ext-src/tags/php_4_0_4RC6/dbf_misc.h
A ext-src/tags/php_4_0_4RC4
A ext-src/tags/php_4_0_4RC6/dbf_rec.c
A ext-src/tags/php_4_0_4REL/setup.stub
A ext-src/tags/php_4_0_4RC5/dbase.c
A ext-src/tags/php_4_0_4RC5/dbase.dsp
A ext-src/tags/php_4_0_4RC6/php_dbase.h
A ext-src/tags/php_4_0_4RC5/dbf_ndx.h
A ext-src/tags/php_4_0_4RC6/dbf_head.c
A ext-src/tags/php_4_0_4RC5/dbf_misc.c
A ext-src/tags/php_4_0_4RC6/dbf_head.h
A ext-src/tags/php_4_0_4RC6/setup.stub
A ext-src/tags/php_4_0_4RC5/dbf_ndx.c
A ext-src/tags/php_4_0_4RC5/config.m4
A ext-src/tags/php_4_0_4RC5/php_dbase.h
A ext-src/tags/php_4_0_4pl1RC2/Makefile.in
A ext-src/tags/php_4_0_4RC5/dbf_rec.c
A ext-src/tags/php_4_0_4RC5/dbf_misc.h
A ext-src/tags/php_4_0_4RC3
A ext-src/tags/php_4_0_4RC5/dbf_head.c
A ext-src/tags/php_4_0_4pl1RC2/dbf_rec.h
A ext-src/tags/php_4_0_4RC5/dbf_head.h
A ext-src/tags/php_4_0_4pl1RC1/CREDITS
A ext-src/tags/php_4_0_4RC5/setup.stub
A ext-src/tags/php_4_0_4RC4/dbase.dsp
A ext-src/tags/php_4_0_4RC4/dbase.c
A ext-src/tags/php_4_0_4pl1RC1/dbf.h
A ext-src/tags/php_4_0_4RC4/php_dbase.h
A ext-src/tags/php_4_0_4pl1RC1/Makefile.in
A ext-src/tags/php_4_0_4RC4/dbf_misc.c
A ext-src/tags/php_4_0_4RC4/dbf_ndx.h
A ext-src/tags/php_4_0_4RC4/dbf_head.c
A ext-src/tags/php_4_0_4pl1RC1/dbf_rec.h
A ext-src/tags/php_4_0_4pl1/CREDITS
A ext-src/tags/php_4_0_3RC2
A ext-src/tags/php_4_0_4pl1/dbf.h
A ext-src/tags/php_4_0_4RC4/config.m4
A ext-src/tags/php_4_0_4RC4/dbf_ndx.c
A ext-src/tags/php_4_0_4RC4/dbf_head.h
A ext-src/tags/php_4_0_4pl1/Makefile.in
A ext-src/tags/php_4_0_4RC4/dbf_misc.h
A ext-src/tags/php_4_0_4RC4/dbf_rec.c
A ext-src/tags/php_4_0_4pl1/dbf_rec.h
A ext-src/tags/php_4_0_4RC4/setup.stub
A ext-src/tags/php_4_0_4RC3/dbase.c
A ext-src/tags/php_4_0_4RC3/dbase.dsp
A ext-src/tags/php_4_0_4REL/CREDITS
A ext-src/tags/php_4_0_4RC3/php_dbase.h
A ext-src/tags/php_4_0_4RC3/dbf_misc.c
A ext-src/tags/php_4_0_4RC3/dbf_ndx.h
A ext-src/tags/php_4_0_4REL/dbf.h
A ext-src/tags/php_4_0_3RC1
A ext-src/tags/php_4_0_4REL/Makefile.in
A ext-src/tags/php_4_0_4RC3/dbf_head.c
A ext-src/tags/php_4_0_4RC3/dbf_ndx.c
A ext-src/tags/php_4_0_4REL/dbf_rec.h
A ext-src/tags/php_4_0_4RC3/dbf_head.h
A ext-src/tags/php_4_0_4RC6/CREDITS
A ext-src/tags/php_4_0_4RC3/dbf_rec.c
A ext-src/tags/php_4_0_4RC3/config.m4
A ext-src/tags/php_4_0_4RC3/setup.stub
A ext-src/tags/php_4_0_4RC6/dbf.h
A ext-src/tags/php_4_0_4RC3/dbf_misc.h
A ext-src/tags/php_4_0_3RC2/php_dbase.h
A ext-src/tags/php_4_0_4RC6/Makefile.in
A ext-src/tags/php_4_0_3RC2/dbf.h
A ext-src/tags/php_4_0_3RC2/dbf_head.c
A ext-src/tags/php_4_0_3
A ext-src/tags/php_4_0_3RC2/dbase.c
A ext-src/tags/php_4_0_4RC6/dbf_rec.h
A ext-src/tags/php_4_0_3RC2/dbf_misc.c
A ext-src/tags/php_4_0_3RC2/dbf_head.h
A ext-src/tags/php_4_0_3RC2/Makefile.in
A ext-src/tags/php_4_0_4RC5/CREDITS
A ext-src/tags/php_4_0_3RC2/dbf_ndx.c
A ext-src/tags/php_4_0_3RC2/dbf_rec.h
A ext-src/tags/php_4_0_3RC2/setup.stub
A ext-src/tags/php_4_0_4RC5/dbf.h
A ext-src/tags/php_4_0_3RC2/dbf_rec.c
A ext-src/tags/php_4_0_3RC1/dbase.dsp
A ext-src/tags/php_4_0_4RC5/Makefile.in
A ext-src/tags/php_4_0_3RC1/php_dbase.h
A ext-src/tags/php_4_0_3RC1/dbf_ndx.h
A ext-src/tags/php_4_0_3RC1/dbf.h
A ext-src/tags/php_4_0_2
A ext-src/tags/php_4_0_4RC5/dbf_rec.h
A ext-src/tags/php_4_0_3RC1/dbf_head.c
A ext-src/tags/php_4_0_3RC1/config.m4
A ext-src/tags/php_4_0_3RC1/Makefile.in
A ext-src/tags/php_4_0_4RC4/CREDITS
A ext-src/tags/php_4_0_3RC1/dbf_misc.h
A ext-src/tags/php_4_0_3RC1/dbf_head.h
A ext-src/tags/php_4_0_4RC4/dbf.h
A ext-src/tags/php_4_0_3RC1/dbf_rec.h
A ext-src/tags/php_4_0_4RC4/Makefile.in
A ext-src/tags/php_4_0_2RC1
A ext-src/tags/php_4_0_3/dbase.dsp
A ext-src/tags/php_4_0_4RC4/dbf_rec.h
A ext-src/tags/php_4_0_3/dbase.c
A ext-src/tags/php_4_0_4RC3/CREDITS
A ext-src/tags/php_4_0_3/dbf_ndx.h
A ext-src/tags/php_4_0_3/dbf_misc.c
A ext-src/tags/php_4_0_3RC1/setup.stub
A ext-src/tags/php_4_0_4RC3/dbf.h
A ext-src/tags/php_4_0_3/config.m4
A ext-src/tags/php_4_0_3/dbf_ndx.c
A ext-src/tags/php_4_0_3/dbf.h
A ext-src/tags/php_4_0_4RC3/Makefile.in
A ext-src/tags/php_4_0_3/dbf_misc.h
A ext-src/tags/php_4_0_3/Makefile.in
A ext-src/tags/php_4_0_3/dbf_rec.c
A ext-src/tags/PRE_FILE_COMPILE_API_CHANGE
A ext-src/tags/php_4_0_4RC3/dbf_rec.h
A ext-src/tags/php_4_0_3/dbf_rec.h
A ext-src/tags/php_4_0_2/php_dbase.h
A ext-src/tags/php_4_0_2/dbase.c
A ext-src/tags/php_4_0_3RC2/dbase.dsp
A ext-src/tags/php_4_0_2/dbase.dsp
A ext-src/tags/php_4_0_2/dbf_head.c
A ext-src/tags/php_4_0_2/dbf_misc.c
A ext-src/tags/php_4_0_2/dbf_ndx.h
A ext-src/tags/php_4_0_2/dbf_ndx.c
A ext-src/tags/php_4_0_3RC2/dbf_ndx.h
A ext-src/tags/php_4_0_2/config.m4
A ext-src/tags/php_4_0_2/dbf_head.h
A ext-src/tags/php_4_0_2/dbf_rec.c
A ext-src/tags/php_4_0_2/dbf_misc.h
A ext-src/tags/php_4_0_1pl1
A ext-src/tags/php_4_0_2/setup.stub
A ext-src/tags/php_4_0_3RC2/config.m4
A ext-src/tags/php_4_0_2RC1/php_dbase.h
A ext-src/tags/php_4_0_2RC1/dbf_ndx.h
A ext-src/tags/php_4_0_2RC1/dbf.h
A ext-src/tags/php_4_0_3RC2/dbf_misc.h
A ext-src/tags/php_4_0_2RC1/config.m4
A ext-src/tags/php_4_0_2RC1/Makefile.in
A ext-src/tags/php_4_0_2RC1/dbf_head.c
A ext-src/tags/php_4_0_3RC1/dbase.c
A ext-src/tags/php_4_0_2RC1/dbf_rec.h
A ext-src/tags/php_4_0_2RC1/dbf_misc.h
A ext-src/tags/php_4_0_3RC1/dbf_misc.c
A ext-src/tags/php_4_0_2RC1/dbf_head.h
A ext-src/tags/PRE_FILE_COMPILE_API_CHANGE/php_dbase.h
A ext-src/tags/php_4_0_2RC1/setup.stub
A ext-src/tags/php_4_0_1RC2
A ext-src/tags/php_4_0_3RC1/dbf_ndx.c
A ext-src/tags/PRE_FILE_COMPILE_API_CHANGE/dbase.c
A ext-src/tags/PRE_FILE_COMPILE_API_CHANGE/dbf_misc.c
A ext-src/tags/PRE_FILE_COMPILE_API_CHANGE/dbf_ndx.h
A ext-src/tags/php_4_0_3RC1/dbf_rec.c
A ext-src/tags/PRE_FILE_COMPILE_API_CHANGE/dbf_head.c
A ext-src/tags/php_4_0_3/php_dbase.h
A ext-src/tags/PRE_FILE_COMPILE_API_CHANGE/config.m4
A ext-src/tags/PRE_FILE_COMPILE_API_CHANGE/dbf_head.h
A ext-src/tags/PRE_FILE_COMPILE_API_CHANGE/dbf_ndx.c
A ext-src/tags/php_4_0_1RC
A ext-src/tags/php_4_0_3/dbf_head.c
A ext-src/tags/php_4_0_3/dbf_head.h
A ext-src/tags/PRE_FILE_COMPILE_API_CHANGE/setup.stub
A ext-src/tags/PRE_FILE_COMPILE_API_CHANGE/dbf_rec.c
A ext-src/tags/PRE_FILE_COMPILE_API_CHANGE/dbf_misc.h
A ext-src/tags/php_4_0_3/setup.stub
A ext-src/tags/php_4_0_1pl1/dbf_misc.c
A ext-src/tags/php_4_0_1pl1/dbf_head.c
A ext-src/tags/php_4_0_1pl1/Makefile.in
A ext-src/tags/php_4_0_2/dbf.h
A ext-src/tags/php_4_0_1pl1/dbf_ndx.c
A ext-src/tags/php_4_0_1pl1/php_dbase.h
A ext-src/tags/php_4_0_1pl1/dbf_head.h
A ext-src/tags/php_4_0_2/Makefile.in
A ext-src/tags/php_4_0_1pl1/dbf_misc.h
A ext-src/tags/php_4_0_1
A ext-src/tags/php_4_0_1pl1/dbf.h
A ext-src/tags/php_4_0_2/dbf_rec.h
A ext-src/tags/php_4_0_1pl1/dbf_rec.c
A ext-src/tags/php_4_0_1pl1/setup.stub
A ext-src/tags/php_4_0_1RC2/dbf_misc.c
A ext-src/tags/php_4_0_1RC2/dbase.c
A ext-src/tags/php_4_0_2RC1/dbase.c
A ext-src/tags/php_4_0_2RC1/dbf_misc.c
A ext-src/tags/php_4_0_1RC2/Makefile.in
A ext-src/tags/php_4_0_1RC2/config.m4
A ext-src/tags/php_4_0_1RC2/dbf_ndx.c
A ext-src/tags/php_4_0_1RC2/dbf_head.h
A ext-src/tags/php_4_0_2RC1/dbf_ndx.c
A ext-src/tags/php_4_0_1RC2/dbf_rec.h
A ext-src/tags/php_4_0_1RC2/dbf_misc.h
A ext-src/tags/php_4_0_1RC2/dbf_rec.c
A ext-src/tags/php_4_0_0
A ext-src/tags/php_4_0_1RC2/dbf_ndx.h
A ext-src/tags/php_4_0_2RC1/dbf_rec.c
A ext-src/tags/php_4_0_1RC2/setup.stub
A ext-src/tags/php_4_0_1RC/dbf_misc.c
A ext-src/tags/php_4_0_1RC/dbf_head.c
A ext-src/tags/PRE_FILE_COMPILE_API_CHANGE/dbf.h
A ext-src/tags/php_4_0_1RC/Makefile.in
A ext-src/tags/PRE_FILE_COMPILE_API_CHANGE/Makefile.in
A ext-src/tags/php_4_0_1RC/php_dbase.h
A ext-src/tags/php_4_0_1RC/dbf_ndx.c
A ext-src/tags/php_4_0_1RC/dbf_head.h
A ext-src/tags/PRE_FILE_COMPILE_API_CHANGE/dbf_rec.h
A ext-src/tags/php_4_0_1RC/dbf_misc.h
A ext-src/tags/php_4_0_1RC/dbf.h
A ext-src/tags/php_4_0_1RC/dbf_rec.c
A ext-src/tags/php_4_0RC2
A ext-src/tags/php_4_0_1RC/setup.stub
A ext-src/tags/php_4_0_1pl1/dbase.c
A ext-src/tags/php_4_0_1/dbase.c
A ext-src/tags/php_4_0_1pl1/config.m4
A ext-src/tags/php_4_0_1/Makefile.in
A ext-src/tags/php_4_0_1/dbf_misc.c
A ext-src/tags/php_4_0_1/config.m4
A ext-src/tags/php_4_0_1pl1/dbf_rec.h
A ext-src/tags/php_4_0_1/dbf_ndx.c
A ext-src/tags/php_4_0_1/dbf_head.h
A ext-src/tags/php_4_0RC1
A ext-src/tags/php_4_0_1/dbf_rec.h
A ext-src/tags/php_4_0_1pl1/dbf_ndx.h
A ext-src/tags/php_4_0_1/dbf_misc.h
A ext-src/tags/php_4_0_1/dbf_rec.c
A ext-src/tags/php_4_0_1RC2/dbf_head.c
A ext-src/tags/php_4_0_1/dbf_ndx.h
A ext-src/tags/php_4_0_1/setup.stub
A ext-src/tags/php_4_0_0/dbf_misc.c
A ext-src/tags/php_4_0_0/dbf_ndx.c
A ext-src/tags/php_4_0_0/Makefile.in
A ext-src/tags/php_4_0_0/dbf_head.c
A ext-src/tags/php_4_0_1RC2/php_dbase.h
A ext-src/tags/php_4_0_0/dbf_head.h
A ext-src/tags/php_4_0_0/dbf_misc.h
A ext-src/tags/php_4_0_1RC2/dbf.h
A ext-src/tags/php_4_0_0/php_dbase.h
A ext-src/tags/php_4_0b4pl1
A ext-src/tags/php_4_0_0/dbf_rec.c
A ext-src/tags/php_4_0_0/dbf.h
A ext-src/tags/php_4_0_1RC/dbase.c
A ext-src/tags/php_4_0_0/setup.stub
A ext-src/tags/php_4_0RC2/dbf_head.c
A ext-src/tags/php_4_0_1RC/config.m4
A ext-src/tags/php_4_0RC2/dbf_misc.c
A ext-src/tags/php_4_0RC2/config.m4
A ext-src/tags/php_4_0RC2/dbf_ndx.c
A ext-src/tags/php_4_0_1RC/dbf_rec.h
A ext-src/tags/php_4_0RC2/dbase.c
A ext-src/tags/php_4_0RC2/dbf_head.h
A ext-src/tags/php_4_0_1RC/dbf_ndx.h
A ext-src/tags/php_4_0RC2/dbf_rec.h
A ext-src/tags/php_4_0RC2/dbf_misc.h
A ext-src/tags/php_4_0b4_rc1
A ext-src/tags/php_4_0RC2/dbf_rec.c
A ext-src/tags/php_4_0_1/dbf_head.c
A ext-src/tags/php_4_0RC2/setup.stub
A ext-src/tags/php_4_0RC2/dbf_ndx.h
A ext-src/tags/php_4_0RC1/dbase.c
A ext-src/tags/php_4_0_1/php_dbase.h
A ext-src/tags/php_4_0RC1/config.m4
A ext-src/tags/php_4_0RC1/Makefile.in
A ext-src/tags/php_4_0_1/dbf.h
A ext-src/tags/php_4_0RC1/dbf_head.h
A ext-src/tags/php_4_0RC1/dbf_rec.h
A ext-src/tags/php_4_0RC1/php_dbase.h
A ext-src/tags/php_4_0_0/dbase.c
A ext-src/tags/php_4_0RC1/dbf.h
A ext-src/tags/php_4_0RC1/dbf_rec.c
A ext-src/tags/php_4_0_0/config.m4
A ext-src/tags/php_4_0b4
A ext-src/tags/php_4_0RC1/dbf_head.c
A ext-src/tags/php_4_0RC1/dbf_ndx.h
A ext-src/tags/php_4_0b4pl1/dbase.c
A ext-src/tags/php_4_0_0/dbf_rec.h
A ext-src/tags/php_4_0b4pl1/php_dbase.h
A ext-src/tags/php_4_0b4pl1/config.m4
A ext-src/tags/php_4_0b4pl1/dbf_misc.c
A ext-src/tags/php_4_0_0/dbf_ndx.h
A ext-src/tags/php_4_0b4pl1/dbf_misc.h
A ext-src/tags/php_4_0b4pl1/dbf_head.h
A ext-src/tags/BEFORE_SAPI_POST_PATCH_17_FEB_2000
A ext-src/tags/php_4_0b4pl1/dbf.h
A ext-src/tags/php_4_0RC2/Makefile.in
A ext-src/tags/php_4_0b4pl1/dbf_ndx.c
A ext-src/tags/php_4_0b4pl1/dbf_ndx.h
A ext-src/tags/php_4_0b4pl1/setup.stub
A ext-src/tags/php_4_0b4pl1/dbf_head.c
A ext-src/tags/php_4_0RC2/php_dbase.h
A ext-src/tags/php_4_0b4_rc1/config.m4
A ext-src/tags/php_4_0b4_rc1/Makefile.in
A ext-src/tags/php_4_0b4_rc1/dbf_misc.c
A ext-src/tags/php_4_0b4_rc1/dbf_head.h
A ext-src/tags/php_4_0RC2/dbf.h
A ext-src/tags/php_4_0b4_rc1/dbf_rec.h
A ext-src/tags/php_4_0RC1/dbf_ndx.c
A ext-src/tags/php_4_0b4_rc1/dbf_misc.h
A ext-src/tags/BEFORE_SAPIFICATION_FEB_10_2000
A ext-src/tags/php_4_0b4_rc1/dbf_ndx.c
A ext-src/tags/php_4_0b4_rc1/dbf_rec.c
A ext-src/tags/php_4_0b4_rc1/dbf_ndx.h
A ext-src/tags/php_4_0RC1/dbf_misc.c
A ext-src/tags/php_4_0b4_rc1/dbf_head.c
A ext-src/tags/php_4_0b4/config.m4
A ext-src/tags/php_4_0RC1/dbf_misc.h
A ext-src/tags/php_4_0b4/dbase.c
A ext-src/tags/php_4_0b4/dbf_misc.c
A ext-src/tags/php_4_0b4/php_dbase.h
A ext-src/tags/php_4_0RC1/setup.stub
A ext-src/tags/php_4_0b4/dbf_head.h
A ext-src/tags/php_4_0b4/dbf_misc.h
A ext-src/tags/php_4_0b4/dbf.h
A ext-src/tags/php_4_0b4pl1/Makefile.in
A ext-src/tags/BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
A ext-src/tags/php_4_0b4/dbf_ndx.c
A ext-src/tags/php_4_0b4/setup.stub
A ext-src/tags/php_4_0b4pl1/dbf_rec.h
A ext-src/tags/php_4_0b4/dbf_ndx.h
A ext-src/tags/php_4_0b4/dbf_head.c
A ext-src/tags/BEFORE_SAPI_POST_PATCH_17_FEB_2000/Makefile.in
A ext-src/tags/php_4_0b4pl1/dbf_rec.c
A ext-src/tags/BEFORE_SAPI_POST_PATCH_17_FEB_2000/config.m4
A ext-src/tags/BEFORE_SAPI_POST_PATCH_17_FEB_2000/dbf_misc.c
A ext-src/tags/php_4_0b4_rc1/dbase.c
A ext-src/tags/BEFORE_SAPI_POST_PATCH_17_FEB_2000/dbf_head.h
A ext-src/tags/BEFORE_SAPI_POST_PATCH_17_FEB_2000/dbf_rec.h
A ext-src/tags/BEFORE_SAPI_POST_PATCH_17_FEB_2000/dbf_misc.h
A ext-src/tags/php_4_0b4_rc1/php_dbase.h
A ext-src/tags/BEFORE_SAPI_POST_PATCH_17_FEB_2000/dbf_ndx.c
A ext-src/tags/PRE_ISSET_TYPE
A ext-src/tags/BEFORE_SAPI_POST_PATCH_17_FEB_2000/dbf_rec.c
A ext-src/tags/BEFORE_SAPI_POST_PATCH_17_FEB_2000/dbf_ndx.h
A ext-src/tags/php_4_0b4_rc1/dbf.h
A ext-src/tags/BEFORE_SAPI_POST_PATCH_17_FEB_2000/dbf_head.c
A ext-src/tags/BEFORE_SAPIFICATION_FEB_10_2000/dbase.c
A ext-src/tags/BEFORE_SAPIFICATION_FEB_10_2000/config.m4
A ext-src/tags/php_4_0b4_rc1/setup.stub
A ext-src/tags/BEFORE_SAPIFICATION_FEB_10_2000/dbf_misc.c
A ext-src/tags/BEFORE_SAPIFICATION_FEB_10_2000/php_dbase.h
A ext-src/tags/BEFORE_SAPIFICATION_FEB_10_2000/dbf_head.h
A ext-src/tags/PRE_LIBZEND_TO_ZEND
A ext-src/tags/php_4_0b4/Makefile.in
A ext-src/tags/BEFORE_SAPIFICATION_FEB_10_2000/dbf.h
A ext-src/tags/BEFORE_SAPIFICATION_FEB_10_2000/dbf_misc.h
A ext-src/tags/BEFORE_SAPIFICATION_FEB_10_2000/dbf_ndx.c
A ext-src/tags/php_4_0b4/dbf_rec.h
A ext-src/tags/BEFORE_SAPIFICATION_FEB_10_2000/dbf_ndx.h
A ext-src/tags/BEFORE_SAPIFICATION_FEB_10_2000/setup.stub
A ext-src/tags/BEFORE_SAPIFICATION_FEB_10_2000/dbf_head.c
A ext-src/tags/php_4_0b4/dbf_rec.c
A ext-src/tags/BEFORE_PRE_SHUTDOWN_REVERSE_PATCH/config.m4
A ext-src/tags/BEFORE_PRE_SHUTDOWN_REVERSE_PATCH/Makefile.in
A ext-src/tags/BEFORE_PRE_SHUTDOWN_REVERSE_PATCH/dbf_misc.c
A ext-src/tags/BEFORE_SAPI_POST_PATCH_17_FEB_2000/dbase.c
A ext-src/tags/BEFORE_PRE_SHUTDOWN_REVERSE_PATCH/dbf_head.h
A ext-src/tags/BEFORE_PRE_SHUTDOWN_REVERSE_PATCH/dbf_rec.h
A ext-src/tags/php_4_0b3_RC5
A ext-src/tags/BEFORE_PRE_SHUTDOWN_REVERSE_PATCH/dbf_misc.h
A ext-src/tags/BEFORE_SAPI_POST_PATCH_17_FEB_2000/php_dbase.h
A ext-src/tags/BEFORE_PRE_SHUTDOWN_REVERSE_PATCH/dbf_rec.c
A ext-src/tags/BEFORE_PRE_SHUTDOWN_REVERSE_PATCH/dbf_ndx.c
A ext-src/tags/BEFORE_PRE_SHUTDOWN_REVERSE_PATCH/dbf_ndx.h
A ext-src/tags/BEFORE_SAPI_POST_PATCH_17_FEB_2000/dbf.h
A ext-src/tags/PRE_ISSET_TYPE/config.m4
A ext-src/tags/BEFORE_PRE_SHUTDOWN_REVERSE_PATCH/dbf_head.c
A ext-src/tags/PRE_ISSET_TYPE/Makefile.in
A ext-src/tags/BEFORE_SAPI_POST_PATCH_17_FEB_2000/setup.stub
A ext-src/tags/PRE_ISSET_TYPE/php_dbase.h
A ext-src/tags/PRE_ISSET_TYPE/dbase.c
A ext-src/tags/PRE_ISSET_TYPE/dbf_head.h
A ext-src/tags/BEFORE_SAPIFICATION_FEB_10_2000/Makefile.in
A ext-src/tags/PRE_ISSET_TYPE/dbf.h
A ext-src/tags/PRE_ISSET_TYPE/dbf_misc.h
A ext-src/tags/php_4_0b3
A ext-src/tags/BEFORE_SAPIFICATION_FEB_10_2000/dbf_rec.h
A ext-src/tags/PRE_ISSET_TYPE/setup.stub
A ext-src/tags/BEFORE_SAPIFICATION_FEB_10_2000/dbf_rec.c
A ext-src/tags/PRE_ISSET_TYPE/dbf_ndx.h
A ext-src/tags/PRE_LIBZEND_TO_ZEND/dbf_misc.c
A ext-src/tags/PRE_ISSET_TYPE/dbf_ndx.c
A ext-src/tags/PRE_LIBZEND_TO_ZEND/php_dbase.h
A ext-src/tags/BEFORE_PRE_SHUTDOWN_REVERSE_PATCH/dbase.c
A ext-src/tags/PRE_LIBZEND_TO_ZEND/dbf_misc.h
A ext-src/tags/PRE_ISSET_TYPE/dbf_head.c
A ext-src/tags/BEFORE_PRE_SHUTDOWN_REVERSE_PATCH/php_dbase.h
A ext-src/tags/PRE_LIBZEND_TO_ZEND/dbf_rec.h
A ext-src/tags/PRE_LIBZEND_TO_ZEND/dbf_ndx.c
A ext-src/tags/PRE_LIBZEND_TO_ZEND/Makefile.am
A ext-src/tags/BEFORE_PRE_SHUTDOWN_REVERSE_PATCH/dbf.h
A ext-src/tags/PRE_USED_RETURN_VALUE_PATCH
A ext-src/tags/PRE_LIBZEND_TO_ZEND/config.m4
A ext-src/tags/PRE_LIBZEND_TO_ZEND/dbf_head.c
A ext-src/tags/PRE_LIBZEND_TO_ZEND/config.h.stub
A ext-src/tags/BEFORE_PRE_SHUTDOWN_REVERSE_PATCH/setup.stub
A ext-src/tags/PRE_LIBZEND_TO_ZEND/setup.stub
A ext-src/tags/php_4_0b3_RC5/dbf_head.h
A ext-src/tags/PRE_LIBZEND_TO_ZEND/dbf_rec.c
A ext-src/tags/PRE_ISSET_TYPE/dbf_misc.c
A ext-src/tags/php_4_0b3_RC5/php_dbase.h
A ext-src/tags/php_4_0b3_RC5/dbf.h
A ext-src/tags/php_4_0b3_RC5/Makefile.am
A ext-src/tags/PRE_ISSET_TYPE/dbf_rec.h
A ext-src/tags/php_4_0b3_RC5/config.h.stub
A ext-src/tags/PRE_ISSET_TYPE/dbf_rec.c
A ext-src/tags/php_4_0b3_RC5/dbf_rec.h
A ext-src/tags/php_4_0b3_RC4
A ext-src/tags/php_4_0b3_RC5/dbf_misc.c
A ext-src/tags/php_4_0b3_RC5/dbf_rec.c
A ext-src/tags/PRE_LIBZEND_TO_ZEND/dbase.c
A ext-src/tags/php_4_0b3_RC5/config.m4
A ext-src/tags/php_4_0b3_RC5/dbf_head.c
A ext-src/tags/php_4_0b3/Makefile.am
A ext-src/tags/PRE_LIBZEND_TO_ZEND/dbf_head.h
A ext-src/tags/php_4_0b3_RC5/dbf_ndx.h
A ext-src/tags/php_4_0b3/dbf_head.h
A ext-src/tags/php_4_0b3/dbf_rec.h
A ext-src/tags/php_4_0b3/config.m4
A ext-src/tags/php_4_0b3/dbf.h
A ext-src/tags/php_4_0b3/dbf_ndx.h
A ext-src/tags/PRE_LIBZEND_TO_ZEND/dbf.h
A ext-src/tags/php_4_0b3/dbase.c
A ext-src/tags/php_4_0b3/dbf_misc.c
A ext-src/tags/php_4_0b3_RC3
A ext-src/tags/PRE_USED_RETURN_VALUE_PATCH/dbase.c
A ext-src/tags/PRE_LIBZEND_TO_ZEND/dbf_ndx.h
A ext-src/tags/php_4_0b3/dbf_misc.h
A ext-src/tags/PRE_USED_RETURN_VALUE_PATCH/Makefile.am
A ext-src/tags/PRE_USED_RETURN_VALUE_PATCH/dbf_misc.h
A ext-src/tags/php_4_0b3_RC5/dbase.c
A ext-src/tags/php_4_0b3/dbf_ndx.c
A ext-src/tags/PRE_USED_RETURN_VALUE_PATCH/dbf_rec.h
A ext-src/tags/PRE_USED_RETURN_VALUE_PATCH/dbf_ndx.c
A ext-src/tags/php_4_0b3_RC5/dbf_misc.h
A ext-src/tags/php_4_0b3/setup.stub
A ext-src/tags/PRE_USED_RETURN_VALUE_PATCH/config.m4
A ext-src/tags/PRE_USED_RETURN_VALUE_PATCH/setup.stub
A ext-src/tags/php_4_0b3_RC5/dbf_ndx.c
A ext-src/tags/PRE_USED_RETURN_VALUE_PATCH/php_dbase.h
A ext-src/tags/php_4_0b3_RC2
A ext-src/tags/PRE_USED_RETURN_VALUE_PATCH/dbf_ndx.h
A ext-src/tags/php_4_0b3_RC4/php_dbase.h
A ext-src/tags/php_4_0b3_RC5/setup.stub
A ext-src/tags/PRE_USED_RETURN_VALUE_PATCH/config.h.stub
A ext-src/tags/php_4_0b3_RC4/dbase.c
A ext-src/tags/php_4_0b3_RC4/config.h.stub
A ext-src/tags/php_4_0b3/php_dbase.h
A ext-src/tags/PRE_USED_RETURN_VALUE_PATCH/dbf_rec.c
A ext-src/tags/php_4_0b3_RC4/dbf_misc.h
A ext-src/tags/php_4_0b3_RC4/dbf_rec.c
A ext-src/tags/php_4_0b3_RC4/dbf_ndx.c
A ext-src/tags/php_4_0b3/config.h.stub
A ext-src/tags/PRE_USED_RETURN_VALUE_PATCH/dbf_head.c
A ext-src/tags/php_4_0b3/dbf_rec.c
A ext-src/tags/php_4_0b3_RC4/setup.stub
A ext-src/tags/php_4_0b3_RC4/dbf_head.h
A ext-src/tags/php_4_0b2-2
A ext-src/tags/php_4_0b3_RC4/dbf_head.c
A ext-src/tags/php_4_0b3/dbf_head.c
A ext-src/tags/php_4_0b3_RC4/dbf.h
A ext-src/tags/php_4_0b3_RC3/php_dbase.h
A ext-src/tags/php_4_0b3_RC3/dbf_head.h
A ext-src/tags/PRE_USED_RETURN_VALUE_PATCH/dbf_head.h
A ext-src/tags/php_4_0b3_RC4/dbf_misc.c
A ext-src/tags/php_4_0b3_RC3/config.h.stub
A ext-src/tags/PRE_USED_RETURN_VALUE_PATCH/dbf.h
A ext-src/tags/php_4_0b3_RC3/dbf.h
A ext-src/tags/php_4_0b3_RC3/dbf_rec.c
A ext-src/tags/php_4_0b3_RC3/Makefile.am
A ext-src/tags/PRE_USED_RETURN_VALUE_PATCH/dbf_misc.c
A ext-src/tags/php_4_0b3_RC3/dbf_misc.c
A ext-src/tags/php_4_0b3_RC3/dbf_head.c
A ext-src/tags/php_4_0b2-1
A ext-src/tags/php_4_0b3_RC3/dbf_rec.h
A ext-src/tags/php_4_0b3_RC4/Makefile.am
A ext-src/tags/php_4_0b3_RC2/Makefile.am
A ext-src/tags/php_4_0b3_RC3/config.m4
A ext-src/tags/php_4_0b3_RC2/dbf_head.h
A ext-src/tags/php_4_0b3_RC4/dbf_rec.h
A ext-src/tags/php_4_0b3_RC2/dbf_rec.h
A ext-src/tags/php_4_0b3_RC3/dbf_ndx.h
A ext-src/tags/php_4_0b3_RC4/config.m4
A ext-src/tags/php_4_0b3_RC2/dbf.h
A ext-src/tags/php_4_0b3_RC2/config.m4
A ext-src/tags/php_4_0b3_RC2/dbase.c
A ext-src/tags/php_4_0b3_RC4/dbf_ndx.h
A ext-src/tags/php_4_0b3_RC2/dbf_misc.c
A ext-src/tags/php_4_0b3_RC2/dbf_ndx.h
A ext-src/tags/php_4_0b2
A ext-src/tags/php_4_0b3_RC2/dbf_misc.h
A ext-src/tags/php_4_0b3_RC3/dbase.c
A ext-src/tags/php_4_0b2-2/dbase.c
A ext-src/tags/php_4_0b2-2/php_dbase.h
A ext-src/tags/php_4_0b3_RC2/dbf_ndx.c
A ext-src/tags/php_4_0b3_RC3/dbf_misc.h
A ext-src/tags/php_4_0b2-2/dbf_misc.h
A ext-src/tags/php_4_0b2-2/config.h.stub
A ext-src/tags/php_4_0b3_RC2/setup.stub
A ext-src/tags/php_4_0b3_RC3/dbf_ndx.c
A ext-src/tags/php_4_0b2-2/dbf_head.h
A ext-src/tags/php_4_0b2-2/dbf_rec.c
A ext-src/tags/php_4_0b2-2/dbf_ndx.c
A ext-src/tags/php_4_0b3_RC3/setup.stub
A ext-src/tags/php_4_0b2-2/dbf.h
A ext-src/tags/php_4_0b2-2/dbf_ndx.h
A ext-src/tags/before-sapi-split
A ext-src/tags/php_4_0b3_RC2/php_dbase.h
A ext-src/tags/php_4_0b2-2/setup.stub
A ext-src/tags/php_4_0b2-2/dbf_misc.c
A ext-src/tags/php_4_0b3_RC2/config.h.stub
A ext-src/tags/php_4_0b2-1/php_dbase.h
A ext-src/tags/php_4_0b2-1/dbf_head.h
A ext-src/tags/php_4_0b2-2/dbf_head.c
A ext-src/tags/php_4_0b2-1/dbf.h
A ext-src/tags/php_4_0b3_RC2/dbf_rec.c
A ext-src/tags/php_4_0b2-1/config.h.stub
A ext-src/tags/php_4_0b2-1/dbf_rec.h
A ext-src/tags/php_4_0b2-1/dbf_misc.c
A ext-src/tags/php_4_0b2-1/config.m4
A ext-src/tags/php_4_0b3_RC2/dbf_head.c
A ext-src/tags/php_4_0b2-1/dbf_rec.c
A ext-src/tags/php_4_0b1
A ext-src/tags/php_4_0b2-1/dbf_head.c
A ext-src/tags/php_4_0b2-1/Makefile.am
A ext-src/tags/php_4_0b2-1/setup.stub
A ext-src/tags/php_4_0b2-2/dbf_rec.h
A ext-src/tags/php_4_0b2/dbf_rec.h
A ext-src/tags/php_4_0b2-2/config.m4
A ext-src/tags/php_4_0b2/dbase.c
A ext-src/tags/php_4_0b2/dbf_head.h
A ext-src/tags/php_4_0b2/config.m4
A ext-src/tags/php_4_0b2-2/Makefile.am
A ext-src/tags/php_4_0b2/dbf_misc.h
A ext-src/tags/php_4_0b2/dbf.h
A ext-src/tags/php_4_0b2/Makefile.am
A ext-src/tags/php_4_0b2-1/dbase.c
A ext-src/tags/php_4_0b2/dbf_misc.c
A ext-src/tags/php_4_0b2/dbf_ndx.c
A ext-src/tags/BEFORE_NEW_OPERATOR_FIX
A ext-src/tags/php_4_0b2-1/dbf_misc.h
A ext-src/tags/before-sapi-split/dbase.c
A ext-src/tags/php_4_0b2/dbf_ndx.h
A ext-src/tags/php_4_0b2/dbf_head.c
A ext-src/tags/php_4_0b2-1/dbf_ndx.c
A ext-src/tags/before-sapi-split/dbf_misc.h
A ext-src/tags/before-sapi-split/php_dbase.h
A ext-src/tags/before-sapi-split/dbf_rec.h
A ext-src/tags/before-sapi-split/dbf_ndx.c
A ext-src/tags/before-sapi-split/config.h.stub
A ext-src/tags/BEFORE_BIG_SYMBOL_CHANGE
A ext-src/tags/php_4_0b2-1/dbf_ndx.h
A ext-src/tags/before-sapi-split/config.m4
A ext-src/tags/before-sapi-split/dbf_rec.c
A ext-src/tags/before-sapi-split/dbf_ndx.h
A ext-src/tags/php_4_0b2/php_dbase.h
A ext-src/tags/before-sapi-split/Makefile.am
A ext-src/tags/before-sapi-split/setup.stub
A ext-src/tags/php_4_0b1/dbf_head.h
A ext-src/tags/php_4_0b2/config.h.stub
A ext-src/tags/php_4_0b1/dbase.c
A ext-src/tags/php_4_0b1/dbf_rec.h
A ext-src/tags/php_4_0b2/dbf_rec.c
A ext-src/tags/php_4_0b1/config.h.stub
A ext-src/tags/php_4_0b1/dbf_misc.h
A ext-src/tags/php_4_0b1/dbf.h
A ext-src/tags/BEFORE_REMOVING_GC_STEP1
A ext-src/tags/php_4_0b2/setup.stub
A ext-src/tags/php_4_0b1/dbf_rec.c
A ext-src/tags/php_4_0b1/dbf_ndx.c
A ext-src/tags/php_4_0b1/dbf_misc.c
A ext-src/tags/before-sapi-split/dbf_head.h
A ext-src/tags/php_4_0b1/setup.stub
A ext-src/tags/php_4_0b1/dbf_ndx.h
A ext-src/tags/php_4_0b1/dbf_head.c
A ext-src/tags/before-sapi-split/dbf.h
A ext-src/tags/BEFORE_NEW_OPERATOR_FIX/dbf_rec.h
A ext-src/tags/before-sapi-split/dbf_misc.c
A ext-src/tags/BEFORE_NEW_OPERATOR_FIX/php_dbase.h
A ext-src/tags/BEFORE_NEW_OPERATOR_FIX/dbf_head.h
A ext-src/tags/BEFORE_NEW_OPERATOR_FIX/dbf.h
A ext-src/tags/BEFORE_NEW_OPERATOR_FIX/config.m4
A ext-src/tags/before-sapi-split/dbf_head.c
A ext-src/tags/BEFORE_REMOVING_AI_COUNT_FINAL_STEP
A ext-src/tags/BEFORE_NEW_OPERATOR_FIX/config.h.stub
A ext-src/tags/BEFORE_NEW_OPERATOR_FIX/dbf_misc.c
A ext-src/tags/BEFORE_NEW_OPERATOR_FIX/Makefile.am
A ext-src/tags/php_4_0b1/php_dbase.h
A ext-src/tags/BEFORE_NEW_OPERATOR_FIX/dbf_rec.c
A ext-src/tags/php_4_0b1/config.m4
A ext-src/tags/BEFORE_NEW_OPERATOR_FIX/setup.stub
A ext-src/tags/BEFORE_BIG_SYMBOL_CHANGE/dbase.c
A ext-src/tags/php_4_0b1/Makefile.am
A ext-src/tags/BEFORE_BIG_SYMBOL_CHANGE/dbf_misc.h
A ext-src/tags/BEFORE_BIG_SYMBOL_CHANGE/dbf_rec.h
A ext-src/tags/BEFORE_NEW_OPERATOR_FIX/dbf_head.c
A ext-src/tags/BEFORE_NEW_OPERATOR_FIX/dbase.c
A ext-src/tags/BEFORE_BIG_SYMBOL_CHANGE/dbf_ndx.c
A ext-src/tags/BEFORE_PHP4_APACHE_MODULE_CHANGE
A ext-src/tags/BEFORE_BIG_SYMBOL_CHANGE/dbf.h
A ext-src/tags/BEFORE_BIG_SYMBOL_CHANGE/php_dbase.h
A ext-src/tags/BEFORE_NEW_OPERATOR_FIX/dbf_misc.h
A ext-src/tags/BEFORE_BIG_SYMBOL_CHANGE/dbf_ndx.h
A ext-src/tags/BEFORE_BIG_SYMBOL_CHANGE/dbf_misc.c
A ext-src/tags/BEFORE_BIG_SYMBOL_CHANGE/config.m4
A ext-src/tags/BEFORE_NEW_OPERATOR_FIX/dbf_ndx.c
A ext-src/tags/BEFORE_REMOVING_GC_STEP1/dbf_head.h
A ext-src/tags/BEFORE_BIG_SYMBOL_CHANGE/dbf_head.c
A ext-src/tags/BEFORE_BIG_SYMBOL_CHANGE/Makefile.am
A ext-src/tags/BEFORE_NEW_OPERATOR_FIX/dbf_ndx.h
A ext-src/tags/BEFORE_REMOVING_GC_STEP1/php_dbase.h
A ext-src/tags/BEFORE_REMOVING_GC_STEP1/config.h.stub
A ext-src/tags/BEFORE_REMOVING_GC_STEP1/dbase.c
A ext-src/tags/BEFORE_BIG_SYMBOL_CHANGE/dbf_head.h
A ext-src/branches
A ext-src/tags/BEFORE_REMOVING_GC_STEP1/config.m4
A ext-src/tags/BEFORE_REMOVING_GC_STEP1/dbf_rec.c
A ext-src/tags/BEFORE_REMOVING_GC_STEP1/dbf_misc.h
A ext-src/tags/BEFORE_BIG_SYMBOL_CHANGE/config.h.stub
A ext-src/tags/BEFORE_REMOVING_GC_STEP1/Makefile.am
A ext-src/branches/dbase-5.1
A ext-src/branches/dbase-5.1/tests
A ext-src/tags/BEFORE_REMOVING_GC_STEP1/setup.stub
A ext-src/tags/BEFORE_REMOVING_GC_STEP1/dbf_ndx.c
A ext-src/tags/BEFORE_BIG_SYMBOL_CHANGE/dbf_rec.c
A ext-src/tags/BEFORE_REMOVING_AI_COUNT_FINAL_STEP/dbf_rec.h
A ext-src/tags/BEFORE_REMOVING_GC_STEP1/dbf_ndx.h
A ext-src/tags/BEFORE_REMOVING_AI_COUNT_FINAL_STEP/dbase.c
A ext-src/tags/BEFORE_BIG_SYMBOL_CHANGE/setup.stub
A ext-src/tags/BEFORE_REMOVING_AI_COUNT_FINAL_STEP/dbf_head.h
A ext-src/tags/BEFORE_REMOVING_GC_STEP1/dbf_rec.h
A ext-src/tags/BEFORE_REMOVING_AI_COUNT_FINAL_STEP/dbf_misc.h
A ext-src/tags/BEFORE_REMOVING_AI_COUNT_FINAL_STEP/dbf.h
A ext-src/tags/BEFORE_REMOVING_AI_COUNT_FINAL_STEP/config.h.stub
A ext-src/tags/BEFORE_REMOVING_AI_COUNT_FINAL_STEP/dbf_misc.c
A ext-src/tags/BEFORE_REMOVING_GC_STEP1/dbf.h
A ext-src/tags/BEFORE_REMOVING_AI_COUNT_FINAL_STEP/dbf_ndx.c
A ext-src/tags/BEFORE_REMOVING_AI_COUNT_FINAL_STEP/dbf_rec.c
A ext-src/tags/BEFORE_REMOVING_AI_COUNT_FINAL_STEP/dbf_head.c
A ext-src/tags/BEFORE_REMOVING_AI_COUNT_FINAL_STEP/dbf_ndx.h
A ext-src/tags/BEFORE_REMOVING_GC_STEP1/dbf_misc.c
A ext-src/tags/BEFORE_REMOVING_AI_COUNT_FINAL_STEP/setup.stub
A ext-src/tags/BEFORE_PHP4_APACHE_MODULE_CHANGE/php_dbase.h
A ext-src/tags/BEFORE_PHP4_APACHE_MODULE_CHANGE/dbf_head.h
A ext-src/tags/BEFORE_REMOVING_GC_STEP1/dbf_head.c
A ext-src/tags/BEFORE_PHP4_APACHE_MODULE_CHANGE/dbf_rec.h
A ext-src/tags/BEFORE_PHP4_APACHE_MODULE_CHANGE/config.m4
A ext-src/tags/BEFORE_PHP4_APACHE_MODULE_CHANGE/config.h.stub
A ext-src/tags/BEFORE_REMOVING_AI_COUNT_FINAL_STEP/php_dbase.h
A ext-src/tags/BEFORE_PHP4_APACHE_MODULE_CHANGE/dbf.h
A ext-src/tags/BEFORE_PHP4_APACHE_MODULE_CHANGE/Makefile.am
A ext-src/tags/BEFORE_REMOVING_AI_COUNT_FINAL_STEP/config.m4
A ext-src/tags/BEFORE_PHP4_APACHE_MODULE_CHANGE/dbf_misc.c
A ext-src/tags/BEFORE_PHP4_APACHE_MODULE_CHANGE/dbf_rec.c
A ext-src/tags/BEFORE_REMOVING_AI_COUNT_FINAL_STEP/Makefile.am
A ext-src/tags/BEFORE_PHP4_APACHE_MODULE_CHANGE/dbf_head.c
A ext-src/branches/dbase-5.1/dbase.c
A ext-src/tags/BEFORE_PHP4_APACHE_MODULE_CHANGE/setup.stub
A ext-src/tags/BEFORE_PHP4_APACHE_MODULE_CHANGE/dbase.c
A ext-src/branches/dbase-5.1/tests/dbase_replace_record_variation2.phpt
A ext-src/branches/dbase-5.1/tests/dbase_replace_record_basic.phpt
A ext-src/branches/dbase-5.1/tests/bug52112.phpt
A ext-src/tags/BEFORE_PHP4_APACHE_MODULE_CHANGE/dbf_misc.h
A ext-src/branches/dbase-5.1/tests/dbase_pack_basic.phpt
A ext-src/branches/dbase-5.1/tests/dbase_add_record_variation1.phpt
A ext-src/branches/dbase-5.1/tests/dbase_add_record_variation3.phpt
A ext-src/tags/BEFORE_PHP4_APACHE_MODULE_CHANGE/dbf_ndx.c
A ext-src/branches/dbase-5.1/tests/dbase_add_record_basic.phpt
A ext-src/branches/dbase-5.2
A ext-src/branches/dbase-5.1/tests/dbase_get_record_with_names_basic.phpt
A ext-src/branches/dbase-5.1/tests/dbase_delete_record_basic.phpt
A ext-src/tags/BEFORE_PHP4_APACHE_MODULE_CHANGE/dbf_ndx.h
A ext-src/branches/dbase-5.1/tests/dbase_replace_record_variation3.phpt
A ext-src/branches/dbase-5.1/tests/example.dbf
A ext-src/branches/dbase-5.2/tests
A ext-src/branches/dbase-5.1/tests/dbase_add_record_variation2.phpt
A ext-src/branches/dbase-5.1/tests/bug73442.phpt
A ext-src/branches/dbase-5.1/tests/dbase_get_header_info_basic.phpt
A ext-src/branches/dbase-5.1/tests/bug73414.dbf
A ext-src/branches/dbase-5.1/tests/bug73414.phpt
A ext-src/branches/dbase-5.1/tests/dbase_delete_record_variation1.phpt
A ext-src/branches/dbase-5.1/tests/dbase_create_variation1.phpt
A ext-src/branches/dbase-5.1/tests/dbase_get_record_basic.phpt
A ext-src/branches/dbase-5.1/tests/dbase_pack_variation1.phpt
A ext-src/branches/dbase-5.1/tests/bug73395.phpt
A ext-src/branches/dbase-5.1/tests/dbase_numfields_basic.phpt
A ext-src/branches/dbase-5.1/tests/dbase_numrecords_basic.phpt
A ext-src/branches/dbase-5.1/tests/bug39305.phpt
A ext-src/branches/dbase-5.1/tests/bug73391.phpt
A ext-src/branches/dbase-5.1/tests/dbase_replace_record_variation1.phpt
A ext-src/branches/dbase-5.1/tests/002.phpt
A ext-src/branches/dbase-5.1/tests/dbase_create_error.phpt
A ext-src/branches/dbase-5.1/tests/bug73447.phpt
A ext-src/branches/dbase-5.1/tests/001.phpt
A ext-src/branches/dbase-5.1/dbf_head.c
A ext-src/branches/dbase-5.1/tests/bug73411.phpt
A ext-src/branches/dbase-5.1/dbf_rec.h
A ext-src/branches/dbase-5.1/gen_example.php
A ext-src/branches/dbase-5.1/config.m4
A ext-src/branches/dbase-5.1/tests/dbase_get_record_with_names_variation1.phpt
A ext-src/branches/dbase-5.1/config.w32
A ext-src/branches/dbase-5.1/dbf.h
A ext-src/branches/dbase-5.1/package.xml
A ext-src/branches/dbase-5.1/dbf_misc.c
A ext-src/branches/dbase-5.1/tests/bug31754.phpt
A ext-src/branches/dbase-5.1/LICENSE
A ext-src/branches/dbase-5.1/dbf_misc.h
A ext-src/branches/dbase-5.1/tests/dbase_create_basic.phpt
A ext-src/branches/dbase-5.1/dbf_head.h
A ext-src/branches/dbase-5.1/dbf_ndx.h
A ext-src/branches/dbase-5.1/dbf_rec.c
A ext-src/branches/PHP_5_0
A ext-src/branches/dbase-5.2/tests/dbase_replace_record_error.phpt
A ext-src/branches/dbase-5.2/tests/001.phpt
A ext-src/branches/dbase-5.2/tests/bug39305.phpt
A ext-src/branches/dbase-5.1/php_dbase.h
A ext-src/branches/PHP_5_0/tests
A ext-src/branches/dbase-5.2/dbase.c
A ext-src/branches/dbase-5.2/tests/002.phpt
A ext-src/branches/dbase-5.2/tests/example.dbf
A ext-src/branches/dbase-5.1/dbf_ndx.c
A ext-src/branches/dbase-5.2/tests/dbase_create_error.phpt
A ext-src/branches/dbase-5.2/tests/dbase_pack_basic.phpt
A ext-src/branches/dbase-5.2/tests/bug31754.phpt
A ext-src/branches/dbase-5.1/CREDITS
A ext-src/branches/dbase-5.2/tests/dbase_replace_record_basic.phpt
A ext-src/branches/dbase-5.2/tests/dbase_add_record_variation2.phpt
A ext-src/branches/dbase-5.2/tests/dbase_numfields_basic.phpt
A ext-src/branches/dbase-5.2/tests/dbase_add_record_error.phpt
A ext-src/branches/dbase-5.2/tests/dbase_delete_record_basic.phpt
A ext-src/branches/dbase-5.2/tests/dbase_numrecords_basic.phpt
A ext-src/branches/dbase-5.2/tests/dbase_create_basic.phpt
A ext-src/branches/PHP_5_1
A ext-src/branches/dbase-5.2/tests/bug52112.phpt
A ext-src/branches/dbase-5.2/tests/dbase_replace_record_variation2.phpt
A ext-src/branches/dbase-5.2/tests/dbase_add_record_basic.phpt
A ext-src/branches/dbase-5.2/dbf_rec.c
A ext-src/branches/PHP_5_1/tests
A ext-src/branches/dbase-5.2/tests/dbase_get_record_basic.phpt
A ext-src/branches/dbase-5.2/php_dbase.h
A ext-src/branches/dbase-5.2/tests/dbase_get_header_info_basic.phpt
A ext-src/branches/dbase-5.2/dbase.dsp
A ext-src/branches/dbase-5.2/tests/dbase_add_record_variation1.phpt
A ext-src/branches/dbase-5.2/dbf.h
A ext-src/branches/dbase-5.2/tests/example.php
A ext-src/branches/dbase-5.2/dbf_ndx.c
A ext-src/branches/dbase-5.2/dbf_head.c
A ext-src/branches/dbase-5.2/tests/dbase_get_record_with_names_basic.phpt
A ext-src/branches/dbase-5.2/dbf_ndx.h
A ext-src/branches/PHP_5_2
A ext-src/branches/dbase-5.2/CREDITS
A ext-src/branches/dbase-5.2/dbf_rec.h
A ext-src/branches/dbase-5.2/config.m4
A ext-src/branches/PHP_5_0/tests/bug31754.phpt
A ext-src/branches/PHP_5_2/tests
A ext-src/branches/dbase-5.2/dbf_misc.h
A ext-src/branches/PHP_5_0/dbase.dsp
A ext-src/branches/PHP_5_0/config.w32
A ext-src/branches/PHP_5_0/dbf_head.c
A ext-src/branches/dbase-5.2/tests/dbase_replace_record_variation1.phpt
A ext-src/branches/PHP_5_0/package.xml
A ext-src/branches/PHP_5_0/dbf_ndx.c
A ext-src/branches/PHP_5_0/dbf_head.h
A ext-src/branches/PHP_5_0/php_dbase.h
A ext-src/branches/dbase-5.2/package.xml
A ext-src/branches/PHP_5_0/dbf.h
A ext-src/branches/dbase-5.2/config.w32
A ext-src/branches/PHP_5_0/config.m4
A ext-src/branches/PHP_5_0/dbf_rec.h
A ext-src/branches/PHP_5_1/package.xml
A ext-src/branches/PHP_5_0/CREDITS
A ext-src/branches/PHP_5_3
A ext-src/branches/dbase-5.2/dbf_misc.c
A ext-src/branches/PHP_5_1/php_dbase.h
A ext-src/branches/PHP_5_1/config.m4
A ext-src/branches/PHP_5_0/dbf_misc.h
A ext-src/branches/dbase-5.2/dbf_head.h
A ext-src/branches/PHP_5_1/dbase.dsp
A ext-src/branches/PHP_5_1/dbf_rec.c
A ext-src/branches/PHP_5_1/dbf_head.c
A ext-src/branches/PHP_5_1/dbf_misc.c
A ext-src/branches/PHP_5_0/dbase.c
A ext-src/branches/PHP_5_3/tests
A ext-src/branches/PHP_5_1/CREDITS
A ext-src/branches/PHP_5_1/dbf_ndx.h
A ext-src/branches/PHP_5_1/config.w32
A ext-src/branches/PHP_5_1/dbf_misc.h
A ext-src/branches/PHP_5_0/dbf_rec.c
A ext-src/branches/PHP_5_1/dbf_head.h
A ext-src/branches/PHP_5_0/dbf_misc.c
A ext-src/branches/PHP_5_2/dbf_head.c
A ext-src/branches/PHP_5_2/dbase.c
A ext-src/branches/PHP_5_1/dbf_rec.h
A ext-src/branches/PHP_4_4
A ext-src/branches/PHP_4_4/tests
A ext-src/branches/PHP_5_0/dbf_ndx.h
A ext-src/branches/PHP_5_2/dbf_rec.c
A ext-src/branches/PHP_5_2/tests/001.phpt
A ext-src/branches/PHP_5_2/php_dbase.h
A ext-src/branches/PHP_5_1/dbase.c
A ext-src/branches/PHP_5_2/config.w32
A ext-src/branches/PHP_5_2/config.m4
A ext-src/branches/PHP_5_2/tests/002.phpt
A ext-src/branches/PHP_5_1/tests/bug31754.phpt
A ext-src/branches/PHP_5_2/dbf.h
A ext-src/branches/PHP_5_2/dbf_head.h
A ext-src/branches/PHP_5_2/dbase.dsp
A ext-src/branches/PHP_5_1/dbf_ndx.c
A ext-src/branches/PHP_5_3/package.xml
A ext-src/branches/PHP_5_2/CREDITS
A ext-src/branches/PHP_4_3
A ext-src/branches/PHP_4_3/tests
A ext-src/branches/PHP_5_3/dbf_ndx.c
A ext-src/branches/PHP_5_1/dbf.h
A ext-src/branches/PHP_5_2/dbf_misc.h
A ext-src/branches/PHP_5_2/dbf_rec.h
A ext-src/branches/PHP_5_3/CREDITS
A ext-src/branches/PHP_5_2/package.xml
A ext-src/branches/PHP_5_3/config.m4
A ext-src/branches/PHP_5_3/dbf.h
A ext-src/branches/PHP_5_3/tests/001.phpt
A ext-src/branches/PHP_5_3/dbf_misc.h
A ext-src/branches/PHP_5_2/tests/bug31754.phpt
A ext-src/branches/PHP_5_3/dbf_ndx.h
A ext-src/branches/PHP_5_3/dbf_rec.c
A ext-src/branches/PHP_5_2/dbf_misc.c
A ext-src/branches/PHP_5_3/dbf_head.h
A ext-src/branches/PHP_4_3_7
A ext-src/branches/PHP_5_3/dbase.c
A ext-src/branches/PHP_4_4/php_dbase.h
A ext-src/branches/PHP_5_2/dbf_ndx.c
A ext-src/branches/PHP_5_3/dbase.dsp
A ext-src/branches/PHP_5_3/tests/bug31754.phpt
A ext-src/branches/PHP_5_2/dbf_ndx.h
A ext-src/branches/PHP_4_4/dbase.c
A ext-src/branches/PHP_5_3/php_dbase.h
A ext-src/branches/PHP_5_3/config.w32
A ext-src/branches/PHP_4_4/dbf_head.c
A ext-src/branches/PHP_4_4/dbf_rec.c
A ext-src/branches/PHP_4_4/config.m4
A ext-src/branches/PHP_5_3/dbf_misc.c
A ext-src/branches/PHP_4_4/dbf_misc.c
A ext-src/branches/PHP_4_4/dbf_ndx.c
A ext-src/branches/PHP_4_4/dbf_head.h
A ext-src/branches/PHP_4_3_2
A ext-src/branches/PHP_5_3/dbf_head.c
A ext-src/branches/PHP_4_4/dbf_ndx.h
A ext-src/branches/PHP_4_4/dbf_rec.h
A ext-src/branches/PHP_4_4/dbf.h
A ext-src/branches/PHP_5_3/tests/002.phpt
A ext-src/branches/PHP_4_3/dbf_rec.c
A ext-src/branches/PHP_4_3/dbase.c
A ext-src/branches/PHP_5_3/dbf_rec.h
A ext-src/branches/PHP_4_3/tests/bug31754.phpt
A ext-src/branches/PHP_4_3/config.m4
A ext-src/branches/PHP_4
A ext-src/branches/PHP_4_3/dbase.dsp
A ext-src/branches/PHP_4_3/dbf_head.h
A ext-src/branches/PHP_4_3/php_dbase.h
A ext-src/branches/PHP_4_4/tests/bug31754.phpt
A ext-src/branches/PHP_4_3/CREDITS
A ext-src/branches/PHP_4_3/dbf_rec.h
A ext-src/branches/PHP_4_3/dbf_misc.c
A ext-src/branches/PHP_4_4/dbase.dsp
A ext-src/branches/PHP_4_3/dbf_misc.h
A ext-src/branches/PHP_4_3_7/php_dbase.h
A ext-src/branches/PHP_4_3/dbf_ndx.h
A ext-src/branches/PHP_4_4/CREDITS
A ext-src/branches/PHP_4_3_7/dbf_ndx.c
A ext-src/branches/PHP_4_3_7/dbf_rec.c
A ext-src/branches/PHP_4_3_7/dbf_head.c
A ext-src/branches/PHP_4_4/dbf_misc.h
A ext-src/branches/PHP_4_3_1
A ext-src/branches/PHP_4_3_7/dbf.h
A ext-src/branches/PHP_4_3_7/dbf_misc.c
A ext-src/branches/PHP_4_3_7/dbase.dsp
A ext-src/branches/PHP_4_3/dbf_head.c
A ext-src/branches/PHP_4_3_7/dbf_ndx.h
A ext-src/branches/PHP_4_3_7/CREDITS
A ext-src/branches/PHP_4_3/dbf_ndx.c
A ext-src/branches/PHP_4_3_2/dbase.c
A ext-src/branches/PHP_4_3_2/php_dbase.h
A ext-src/branches/PHP_4_3_7/dbf_misc.h
A ext-src/branches/PHP_4_3/dbf.h
A ext-src/branches/PHP_4_3_2/config.m4
A ext-src/branches/PHP_4_3_2/dbf_rec.c
A ext-src/branches/PHP_4_3_7/dbase.c
A ext-src/branches/PHP_4_3_2/dbf_head.h
A ext-src/branches/PHP_4_3_0
A ext-src/branches/PHP_4_3_2/dbf_misc.c
A ext-src/branches/PHP_4_3_7/config.m4
A ext-src/branches/PHP_4_3_2/dbf_rec.h
A ext-src/branches/PHP_4_3_2/dbase.dsp
A ext-src/branches/PHP_4_3_7/dbf_head.h
A ext-src/branches/PHP_4_3_2/dbf_ndx.h
A ext-src/branches/PHP_4/php_dbase.h
A ext-src/branches/PHP_4_3_2/CREDITS
A ext-src/branches/PHP_4_3_7/dbf_rec.h
A ext-src/branches/PHP_4/dbf_ndx.c
A ext-src/branches/new_apache_hooks
A ext-src/branches/PHP_4_3_2/dbf_misc.h
A ext-src/branches/PHP_4_3_2/dbf_head.c
A ext-src/branches/PHP_4/dbf.h
A ext-src/branches/PHP_4/dbf_rec.c
A ext-src/branches/PHP_4/dbase.c
A ext-src/branches/PHP_4_3_1/dbf_head.c
A ext-src/branches/PHP_4_3_2/dbf_ndx.c
A ext-src/branches/PHP_4/dbf_misc.c
A ext-src/branches/PHP_4/dbase.dsp
A ext-src/branches/PHP_4_3_2/dbf.h
A ext-src/branches/PHP_4_3_1/php_dbase.h
A ext-src/branches/PHP_4/dbf_ndx.h
A ext-src/branches/PHP_4/CREDITS
A ext-src/branches/PHP_4_3_1/dbf_head.h
A ext-src/branches/PHP_4/dbf_head.c
A ext-src/branches/PHP_4_3_1/dbf_rec.c
A ext-src/branches/PHP_4_2_2
A ext-src/branches/PHP_4/dbf_misc.h
A ext-src/branches/PHP_4/config.m4
A ext-src/branches/PHP_4_3_1/dbf_rec.h
A ext-src/branches/PHP_4_3_1/dbase.dsp
A ext-src/branches/PHP_4_3_1/config.m4
A ext-src/branches/PHP_4/dbf_head.h
A ext-src/branches/PHP_4_3_0/dbase.c
A ext-src/branches/PHP_4_3_1/CREDITS
A ext-src/branches/PHP_4_3_1/dbf_misc.c
A ext-src/branches/PHP_4/dbf_rec.h
A ext-src/branches/PHP_4_3_0/dbf_ndx.c
A ext-src/branches/PHP_4_3_1/dbf_misc.h
A ext-src/branches/PHP_4_3_1/dbase.c
A ext-src/branches/PHP_4_3_1/dbf_ndx.h
A ext-src/branches/PHP_4_3_0/config.m4
A ext-src/branches/PHP_4_3_0/dbf.h
A ext-src/branches/PHP_4_2_0
A ext-src/branches/PHP_4_3_1/dbf_ndx.c
A ext-src/branches/PHP_4_3_0/dbf_rec.c
A ext-src/branches/PHP_4_3_0/dbf_misc.c
A ext-src/branches/PHP_4_3_1/dbf.h
A ext-src/branches/PHP_4_3_0/dbase.dsp
A ext-src/branches/PHP_4_3_0/dbf_ndx.h
A ext-src/branches/new_apache_hooks/dbase.c
A ext-src/branches/PHP_4_3_0/dbf_head.c
A ext-src/branches/PHP_4_3_0/CREDITS
A ext-src/branches/new_apache_hooks/config.m4
A ext-src/branches/PHP_4_3_0/php_dbase.h
A ext-src/branches/PHP_4_3_0/dbf_misc.h
A ext-src/branches/new_apache_hooks/dbase.dsp
A ext-src/branches/PHP_4_3_0/dbf_head.h
A ext-src/branches/new_apache_hooks/php_dbase.h
A ext-src/branches/PHP_4_0_7
A ext-src/branches/new_apache_hooks/CREDITS
A ext-src/branches/PHP_4_3_0/dbf_rec.h
A ext-src/branches/new_apache_hooks/dbf_misc.c
A ext-src/branches/new_apache_hooks/dbf_misc.h
A ext-src/branches/new_apache_hooks/dbf_head.c
A ext-src/branches/new_apache_hooks/dbf_rec.c
A ext-src/branches/new_apache_hooks/dbf_ndx.h
A ext-src/branches/PHP_4_2_2/config.m4
A ext-src/branches/new_apache_hooks/dbf_head.h
A ext-src/branches/new_apache_hooks/dbf_ndx.c
A ext-src/branches/PHP_4_2_2/dbf_rec.c
A ext-src/branches/PHP_4_2_2/dbf_misc.c
A ext-src/branches/new_apache_hooks/dbf_rec.h
A ext-src/branches/new_apache_hooks/dbf.h
A ext-src/branches/PHP_4_2_2/dbf_ndx.h
A ext-src/branches/PHP_4_2_2/dbase.dsp
A ext-src/branches/PHP_4_0_6
A ext-src/branches/PHP_4_2_2/php_dbase.h
A ext-src/branches/PHP_4_2_2/dbase.c
A ext-src/branches/PHP_4_2_2/CREDITS
A ext-src/branches/PHP_4_2_2/setup.stub
A ext-src/branches/PHP_4_2_2/dbf_ndx.c
A ext-src/branches/PHP_4_2_2/dbf_head.c
A ext-src/branches/PHP_4_2_2/dbf_rec.h
A ext-src/branches/PHP_4_2_0/config.m4
A ext-src/branches/PHP_4_2_2/dbf_head.h
A ext-src/branches/PHP_4_2_2/dbf.h
A ext-src/branches/PHP_4_2_0/dbf_rec.c
A ext-src/branches/PHP_4_2_0/dbf_misc.c
A ext-src/branches/PHP_4_2_2/dbf_misc.h
A ext-src/branches/PHP_4_2_2/Makefile.in
A ext-src/branches/PHP_4_2_0/dbase.dsp
A ext-src/branches/PHP_4_0_5
A ext-src/branches/PHP_4_2_0/dbf_ndx.h
A ext-src/branches/PHP_4_2_0/php_dbase.h
A ext-src/branches/PHP_4_2_0/dbase.c
A ext-src/branches/PHP_4_2_0/CREDITS
A ext-src/branches/PHP_4_2_0/setup.stub
A ext-src/branches/PHP_4_2_0/dbf_head.c
A ext-src/branches/PHP_4_2_0/dbf_ndx.c
A ext-src/branches/PHP_4_2_0/dbf_rec.h
A ext-src/branches/PHP_4_0_7/php_dbase.h
A ext-src/branches/PHP_4_2_0/dbf_head.h
A ext-src/branches/PHP_4_0_7/dbf_head.c
A ext-src/branches/PHP_4_2_0/dbf.h
A ext-src/branches/PHP_4_0_7/CREDITS
A ext-src/branches/PHP_4_2_0/Makefile.in
A ext-src/branches/PHP_4_2_0/dbf_misc.h
A ext-src/branches/PHP_4_0_7/dbf_misc.c
A ext-src/branches/PHP_4_0_7/dbase.c
A ext-src/branches/PHP_4_0_7/Makefile.in
A ext-src/branches/php_4_0_4
A ext-src/branches/PHP_4_0_7/dbf.h
A ext-src/branches/PHP_4_0_7/dbf_ndx.c
A ext-src/branches/PHP_4_0_7/dbf_head.h
A ext-src/branches/PHP_4_0_7/setup.stub
A ext-src/branches/PHP_4_0_7/dbf_rec.h
A ext-src/branches/PHP_4_0_6/CREDITS
A ext-src/branches/PHP_4_0_7/dbase.dsp
A ext-src/branches/PHP_4_0_6/dbf_head.c
A ext-src/branches/PHP_4_0_7/config.m4
A ext-src/branches/PHP_4_0_7/dbf_rec.c
A ext-src/branches/PHP_4_0_6/dbf.h
A ext-src/branches/PHP_4_0_6/dbase.c
A ext-src/branches/PHP_4_0_7/dbf_ndx.h
A ext-src/branches/PHP_4_0_6/config.m4
A ext-src/branches/PHP_4_0_6/dbf_misc.c
A ext-src/branches/PHP_4_0_7/dbf_misc.h
A ext-src/branches/PHP_4_0_6/dbase.dsp
A ext-src/branches/PHP_4_0_6/dbf_misc.h
A ext-src/branches/PHP_4_0_6/dbf_head.h
A ext-src/branches/newoperator
A ext-src/branches/PHP_4_0_6/Makefile.in
A ext-src/branches/PHP_4_0_6/php_dbase.h
A ext-src/branches/PHP_4_0_5/php_dbase.h
A ext-src/branches/PHP_4_0_6/setup.stub
A ext-src/branches/PHP_4_0_6/dbf_rec.h
A ext-src/branches/PHP_4_0_6/dbf_ndx.h
A ext-src/branches/PHP_4_0_5/dbf_ndx.h
A ext-src/branches/PHP_4_0_5/dbase.dsp
A ext-src/branches/PHP_4_0_5/dbase.c
A ext-src/branches/PHP_4_0_5/config.m4
A ext-src/branches/PHP_4_0_6/dbf_ndx.c
A ext-src/branches/PHP_4_0_5/dbf_head.c
A ext-src/branches/PHP_4_0_5/dbf.h
A ext-src/branches/PHP_4_0_5/dbf_misc.h
A ext-src/branches/PHP_4_0_6/dbf_rec.c
A ext-src/branches/PHP_4_0_5/dbf_head.h
A ext-src/branches/PHP_4_0_5/Makefile.in
A ext-src/branches/php_4_0_4/dbase.c
A ext-src/branches/PHP_4_0_5/CREDITS
A ext-src/branches/PHP_4_0_5/setup.stub
A ext-src/branches/PHP_4_0_5/dbf_rec.h
A ext-src/branches/php_4_0_4/dbf_ndx.h
A ext-src/branches/PHP_4_0_5/dbf_misc.c
A ext-src/branches/php_4_0_4/php_dbase.h
A ext-src/branches/php_4_0_4/CREDITS
A ext-src/branches/php_4_0_4/config.m4
A ext-src/branches/PHP_4_0_5/dbf_ndx.c
A ext-src/branches/php_4_0_4/dbf_head.c
A ext-src/branches/php_4_0_4/dbf.h
A ext-src/branches/php_4_0_4/dbf_misc.h
A ext-src/branches/PHP_4_0_5/dbf_rec.c
A ext-src/branches/php_4_0_4/dbf_head.h
A ext-src/branches/php_4_0_4/Makefile.in
A ext-src/branches/php_4_0_4/dbase.dsp
A ext-src/branches/newoperator/dbf_head.h
A ext-src/branches/php_4_0_4/setup.stub
A ext-src/branches/php_4_0_4/dbf_rec.h
A ext-src/branches/php_4_0_4/dbf_misc.c
A ext-src/branches/newoperator/config.h.stub
A ext-src/branches/newoperator/php_dbase.h
A ext-src/branches/newoperator/dbase.c
A ext-src/branches/php_4_0_4/dbf_ndx.c
A ext-src/branches/newoperator/dbf_rec.c
A ext-src/branches/newoperator/config.m4
A ext-src/branches/newoperator/dbf_misc.h
A ext-src/branches/php_4_0_4/dbf_rec.c
A ext-src/branches/newoperator/setup.stub
A ext-src/branches/newoperator/Makefile.am
A ext-src/branches/newoperator/dbf_ndx.c
A ext-src/branches/newoperator/dbf_rec.h
A ext-src/branches/newoperator/dbf_ndx.h
A ext-src/branches/newoperator/dbf.h
A ext-src/branches/newoperator/dbf_misc.c
A ext-src/branches/newoperator/dbf_head.c
Checked out revision 352313.
Configuring for:
PHP Api Version: 20190902
Zend Module Api No: 20190902
Zend Extension Api No: 320190902
checking for grep that handles long lines and -e...
/bin/grep
checking for egrep...
/bin/grep -E
checking for a sed that does not truncate output...
/bin/sed
checking for pkg-config...
/usr/bin/pkg-config
checking pkg-config is at least version 0.9.0...
yes
checking for cc...
cc
checking whether the C compiler works...
yes
checking for C compiler default output file name...
a.out
checking for suffix of executables...
checking whether we are cross compiling...
no
checking for suffix of object files...
o
checking whether we are using the GNU C compiler...
yes
checking whether cc accepts -g...
yes
checking for cc option to accept ISO C89...
none needed
checking how to run the C preprocessor...
cc -E
checking for icc...
no
checking for suncc...
no
checking for system library directory...
lib
checking if compiler supports -R...
no
checking if compiler supports -Wl,-rpath,...
yes
checking build system type...
x86_64-pc-linux-gnu
checking host system type...
x86_64-pc-linux-gnu
checking target system type...
x86_64-pc-linux-gnu
checking for PHP prefix...
/usr/local
checking for PHP includes...
-I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
checking for PHP extension directory...
/usr/local/lib/php/extensions/no-debug-zts-20190902
checking for PHP installed headers prefix...
/usr/local/include/php
checking if debug is enabled...
no
checking if zts is enabled...
yes
checking for gawk...
no
checking for nawk...
nawk
checking if nawk is broken...
no
checking whether to enable dbase support...
yes, shared
checking for a sed that does not truncate output...
/bin/sed
checking for ld used by cc...
/usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld...
yes
checking for /usr/bin/ld option to reload object files...
-r
checking for BSD-compatible nm...
/usr/bin/nm -B
checking whether ln -s works...
yes
checking how to recognize dependent libraries...
pass_all
checking for ANSI C header files...
yes
checking for sys/types.h...
yes
checking for sys/stat.h...
yes
checking for stdlib.h...
yes
checking for string.h...
yes
checking for memory.h...
yes
checking for strings.h...
yes
checking for inttypes.h...
yes
checking for stdint.h...
yes
checking for unistd.h...
yes
checking dlfcn.h usability...
yes
checking dlfcn.h presence...
yes
checking for dlfcn.h...
yes
checking the maximum length of command line arguments...
1572864
checking command to parse /usr/bin/nm -B output from cc object...
ok
checking for objdir...
.libs
checking for ar...
ar
checking for ranlib...
ranlib
checking for strip...
strip
checking if cc supports -fno-rtti -fno-exceptions...
no
checking for cc option to produce PIC...
-fPIC
checking if cc PIC flag -fPIC works...
yes
checking if cc static flag -static works...
yes
checking if cc supports -c -o file.o...
yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries...
yes
checking whether -lc should be explicitly linked in...
no
checking dynamic linker characteristics...
GNU/Linux ld.so
checking how to hardcode library paths into programs...
immediate
checking whether stripping libraries is possible...
yes
checking if libtool supports shared libraries...
yes
checking whether to build shared libraries...
yes
checking whether to build static libraries...
no
creating libtool
appending configuration tag "CXX" to libtool
configure: patching config.h.in
configure: creating ./config.status
config.status: creating config.h
/bin/bash /tmp/ext-src/trunk/libtool --mode=compile cc -I. -I/tmp/ext-src/trunk -DPHP_ATOM_INC -I/tmp/ext-src/trunk/include -I/tmp/ext-src/trunk/main -I/tmp/ext-src/trunk -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/trunk/dbf_head.c -o dbf_head.lo
mkdir .libs
cc -I. -I/tmp/ext-src/trunk -DPHP_ATOM_INC -I/tmp/ext-src/trunk/include -I/tmp/ext-src/trunk/main -I/tmp/ext-src/trunk -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/trunk/dbf_head.c -fPIC -DPIC -o .libs/dbf_head.o
/bin/bash /tmp/ext-src/trunk/libtool --mode=compile cc -I. -I/tmp/ext-src/trunk -DPHP_ATOM_INC -I/tmp/ext-src/trunk/include -I/tmp/ext-src/trunk/main -I/tmp/ext-src/trunk -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/trunk/dbf_rec.c -o dbf_rec.lo
cc -I. -I/tmp/ext-src/trunk -DPHP_ATOM_INC -I/tmp/ext-src/trunk/include -I/tmp/ext-src/trunk/main -I/tmp/ext-src/trunk -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/trunk/dbf_rec.c -fPIC -DPIC -o .libs/dbf_rec.o
/bin/bash /tmp/ext-src/trunk/libtool --mode=compile cc -I. -I/tmp/ext-src/trunk -DPHP_ATOM_INC -I/tmp/ext-src/trunk/include -I/tmp/ext-src/trunk/main -I/tmp/ext-src/trunk -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/trunk/dbf_misc.c -o dbf_misc.lo
cc -I. -I/tmp/ext-src/trunk -DPHP_ATOM_INC -I/tmp/ext-src/trunk/include -I/tmp/ext-src/trunk/main -I/tmp/ext-src/trunk -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/trunk/dbf_misc.c -fPIC -DPIC -o .libs/dbf_misc.o
/bin/bash /tmp/ext-src/trunk/libtool --mode=compile cc -I. -I/tmp/ext-src/trunk -DPHP_ATOM_INC -I/tmp/ext-src/trunk/include -I/tmp/ext-src/trunk/main -I/tmp/ext-src/trunk -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/trunk/dbf_ndx.c -o dbf_ndx.lo
cc -I. -I/tmp/ext-src/trunk -DPHP_ATOM_INC -I/tmp/ext-src/trunk/include -I/tmp/ext-src/trunk/main -I/tmp/ext-src/trunk -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/trunk/dbf_ndx.c -fPIC -DPIC -o .libs/dbf_ndx.o
/bin/bash /tmp/ext-src/trunk/libtool --mode=compile cc -I. -I/tmp/ext-src/trunk -DPHP_ATOM_INC -I/tmp/ext-src/trunk/include -I/tmp/ext-src/trunk/main -I/tmp/ext-src/trunk -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/trunk/dbase.c -o dbase.lo
cc -I. -I/tmp/ext-src/trunk -DPHP_ATOM_INC -I/tmp/ext-src/trunk/include -I/tmp/ext-src/trunk/main -I/tmp/ext-src/trunk -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/trunk/dbase.c -fPIC -DPIC -o .libs/dbase.o
/bin/bash /tmp/ext-src/trunk/libtool --mode=compile cc -I. -I/tmp/ext-src/trunk -DPHP_ATOM_INC -I/tmp/ext-src/trunk/include -I/tmp/ext-src/trunk/main -I/tmp/ext-src/trunk -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/trunk/gregor.c -o gregor.lo
cc -I. -I/tmp/ext-src/trunk -DPHP_ATOM_INC -I/tmp/ext-src/trunk/include -I/tmp/ext-src/trunk/main -I/tmp/ext-src/trunk -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/trunk/gregor.c -fPIC -DPIC -o .libs/gregor.o
/bin/bash /tmp/ext-src/trunk/libtool --mode=link cc -DPHP_ATOM_INC -I/tmp/ext-src/trunk/include -I/tmp/ext-src/trunk/main -I/tmp/ext-src/trunk -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -o dbase.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/ext-src/trunk/modules dbf_head.lo dbf_rec.lo dbf_misc.lo dbf_ndx.lo dbase.lo gregor.lo
cc -shared .libs/dbf_head.o .libs/dbf_rec.o .libs/dbf_misc.o .libs/dbf_ndx.o .libs/dbase.o .libs/gregor.o -Wl,-soname -Wl,dbase.so -o .libs/dbase.so
creating dbase.la
(cd .libs && rm -f dbase.la && ln -s ../dbase.la dbase.la)
/bin/bash /tmp/ext-src/trunk/libtool --mode=install cp ./dbase.la /tmp/ext-src/trunk/modules
cp ./.libs/dbase.so /tmp/ext-src/trunk/modules/dbase.so
cp ./.libs/dbase.lai /tmp/ext-src/trunk/modules/dbase.la
PATH="$PATH:/sbin" ldconfig -n /tmp/ext-src/trunk/modules
----------------------------------------------------------------------
Libraries have been installed in:
/tmp/ext-src/trunk/modules
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Build complete.
Don't forget to run 'make test'.
Build complete.
Don't forget to run 'make test'.
=====================================================================
PHP : /usr/local/bin/php
PHP_SAPI : cli
PHP_VERSION : 7.4.16
ZEND_VERSION: 3.4.0
PHP_OS : Linux - Linux 23eddb1f6ae7 5.8.0-44-generic #50-Ubuntu SMP Tue Feb 9 06:29:41 UTC 2021 x86_64
INI actual : /tmp/ext-src/trunk/tmp-php.ini
More .INIs :
---------------------------------------------------------------------
PHP : /usr/local/bin/phpdbg
PHP_SAPI : phpdbg
PHP_VERSION : 7.4.16
ZEND_VERSION: 3.4.0
PHP_OS : Linux - Linux 23eddb1f6ae7 5.8.0-44-generic #50-Ubuntu SMP Tue Feb 9 06:29:41 UTC 2021 x86_64
INI actual : /tmp/ext-src/trunk/tmp-php.ini
More .INIs :
---------------------------------------------------------------------
CWD : /tmp/ext-src/trunk
Extra dirs :
VALGRIND : Not used
=====================================================================
TIME START 2021-03-09 05:55:31
=====================================================================
TEST 1/83 [tests/001.phpt]
PASS dbase_create() tests [tests/001.phpt]
TEST 2/83 [tests/002.phpt]
PASS dbase_open() tests [tests/002.phpt]
TEST 3/83 [tests/bug31754.phpt]
PASS Bug #31754 (dbase_open() fails for mode = 1) [tests/bug31754.phpt]
TEST 4/83 [tests/bug39305.phpt]
SKIP Bug #39305 (Use of decimal point in different countries) [tests/bug39305.phpt] reason: German locale not available
TEST 5/83 [tests/bug52112.phpt]
SKIP Bug #52112 (dbase_get_record() returns integer instead of decimal value) [tests/bug52112.phpt] reason: German locale not available
TEST 6/83 [tests/bug73391.phpt]
PASS Bug #73391 (Writing of floats can cause OOB reads) [tests/bug73391.phpt]
TEST 7/83 [tests/bug73395.phpt]
PASS Bug #73395 (A failing dbase_create() may leak memory) [tests/bug73395.phpt]
TEST 8/83 [tests/bug73411.phpt]
PASS Bug #73411 (dbase_pack() returns TRUE on failure) [tests/bug73411.phpt]
TEST 9/83 [tests/bug73414.phpt]
PASS Bug #73414 (Unsupported field types may cause dbase_open() to leak memory) [tests/bug73414.phpt]
TEST 10/83 [tests/bug73442.phpt]
PASS Bug #73442 (Float fields always have precision 0) [tests/bug73442.phpt]
TEST 11/83 [tests/bug73447.phpt]
PASS Bug #73447 (Floats written to character fields are truncated to integer) [tests/bug73447.phpt]
TEST 12/83 [tests/bug78070.phpt]
PASS Bug #78070 (dbase functions may modify passed array) [tests/bug78070.phpt]
TEST 13/83 [tests/bug78668.phpt]
PASS Bug #78668 (Out-of-bounds Read in dbase.c) [tests/bug78668.phpt]
TEST 14/83 [tests/bug78668_8.phpt]
SKIP Bug #78668 (Out-of-bounds Read in dbase.c) [tests/bug78668_8.phpt] reason: for PHP 8 only
TEST 15/83 [tests/bug80156.phpt]
PASS Bug #80156 (Incomplete records may be written) [tests/bug80156.phpt]
TEST 16/83 [tests/dbase_add_record_basic.phpt]
PASS dbase_add_record(): basic functionality [tests/dbase_add_record_basic.phpt]
TEST 17/83 [tests/dbase_add_record_error-8.phpt]
SKIP dbase_add_record(): test error conditions [tests/dbase_add_record_error-8.phpt] reason: for PHP 8 only
TEST 18/83 [tests/dbase_add_record_error.phpt]
PASS dbase_add_record(): test error conditions [tests/dbase_add_record_error.phpt]
TEST 19/83 [tests/dbase_add_record_variation1.phpt]
PASS dbase_add_record(): duplicate an existing record from numeric array [tests/dbase_add_record_variation1.phpt]
TEST 20/83 [tests/dbase_add_record_variation2.phpt]
PASS dbase_add_record(): duplicate an existing record from associative array [tests/dbase_add_record_variation2.phpt]
TEST 21/83 [tests/dbase_add_record_variation3.phpt]
PASS dbase_add_record(): date of last update is properly updated [tests/dbase_add_record_variation3.phpt]
TEST 22/83 [tests/dbase_add_record_variation4.phpt]
PASS dbase_add_record() writes proper EOF marker [tests/dbase_add_record_variation4.phpt]
TEST 23/83 [tests/dbase_close_error.phpt]
PASS dbase_close(): error conditions [tests/dbase_close_error.phpt]
TEST 24/83 [tests/dbase_close_error_8.phpt]
SKIP dbase_close(): error conditions [tests/dbase_close_error_8.phpt] reason: for PHP 8 only
TEST 25/83 [tests/dbase_create_basic.phpt]
PASS dbase_create(): basic functionality [tests/dbase_create_basic.phpt]
TEST 26/83 [tests/dbase_create_error.phpt]
PASS dbase_create() - error conditions [tests/dbase_create_error.phpt]
TEST 27/83 [tests/dbase_create_error_8.phpt]
SKIP dbase_create() - error conditions [tests/dbase_create_error_8.phpt] reason: for PHP 8 only
TEST 28/83 [tests/dbase_create_error_open_basedir.phpt]
PASS dbase_create(): open_basedir restriction [tests/dbase_create_error_open_basedir.phpt]
TEST 29/83 [tests/dbase_create_variation1.phpt]
PASS dbase_create(): date of last update is properly updated [tests/dbase_create_variation1.phpt]
TEST 30/83 [tests/dbase_create_variation2.phpt]
PASS dbase_create() writes proper EOF marker [tests/dbase_create_variation2.phpt]
TEST 31/83 [tests/dbase_create_variation3.phpt]
PASS dbase_create() creates a FoxPro DBF [tests/dbase_create_variation3.phpt]
TEST 32/83 [tests/dbase_delete_record_basic.phpt]
PASS dbase_delete_record(): basic functionality [tests/dbase_delete_record_basic.phpt]
TEST 33/83 [tests/dbase_delete_record_error_32bit.phpt]
SKIP dbase_delete_record(): error conditions [tests/dbase_delete_record_error_32bit.phpt] reason: for 32bit platforms only
TEST 34/83 [tests/dbase_delete_record_error_32bit_8.phpt]
SKIP dbase_delete_record(): error conditions [tests/dbase_delete_record_error_32bit_8.phpt] reason: for 32bit platforms only
TEST 35/83 [tests/dbase_delete_record_error_64bit.phpt]
PASS dbase_delete_record(): error conditions [tests/dbase_delete_record_error_64bit.phpt]
TEST 36/83 [tests/dbase_delete_record_error_64bit_8.phpt]
SKIP dbase_delete_record(): error conditions [tests/dbase_delete_record_error_64bit_8.phpt] reason: for PHP 8 only
TEST 37/83 [tests/dbase_delete_record_variation1.phpt]
PASS dbase_delete_record(): date of last update is properly updated [tests/dbase_delete_record_variation1.phpt]
TEST 38/83 [tests/dbase_get_header_info_basic.phpt]
PASS dbase_get_header_info(): basic functionality [tests/dbase_get_header_info_basic.phpt]
TEST 39/83 [tests/dbase_get_header_info_error.phpt]
PASS dbase_get_header_info(): error conditions [tests/dbase_get_header_info_error.phpt]
TEST 40/83 [tests/dbase_get_header_info_error_8.phpt]
SKIP dbase_get_header_info(): error conditions [tests/dbase_get_header_info_error_8.phpt] reason: for PHP 8 only
TEST 41/83 [tests/dbase_get_record_basic.phpt]
PASS dbase_get_record(): basic functionality [tests/dbase_get_record_basic.phpt]
TEST 42/83 [tests/dbase_get_record_error_32bit.phpt]
SKIP dbase_get_record(): error conditions [tests/dbase_get_record_error_32bit.phpt] reason: for 32bit platforms only
TEST 43/83 [tests/dbase_get_record_error_32bit_8.phpt]
SKIP dbase_get_record(): error conditions [tests/dbase_get_record_error_32bit_8.phpt] reason: for 32bit platforms only
TEST 44/83 [tests/dbase_get_record_error_64bit.phpt]
PASS dbase_get_record(): error conditions [tests/dbase_get_record_error_64bit.phpt]
TEST 45/83 [tests/dbase_get_record_error_64bit_8.phpt]
SKIP dbase_get_record(): error conditions [tests/dbase_get_record_error_64bit_8.phpt] reason: for PHP 8 only
TEST 46/83 [tests/dbase_get_record_with_names_basic.phpt]
PASS dbase_get_record_with_names(): basic functionality [tests/dbase_get_record_with_names_basic.phpt]
TEST 47/83 [tests/dbase_get_record_with_names_error_32bit.phpt]
SKIP dbase_get_record_with_names(): error conditions [tests/dbase_get_record_with_names_error_32bit.phpt] reason: for 32bit platforms only
TEST 48/83 [tests/dbase_get_record_with_names_error_32bit_8.phpt]
SKIP dbase_get_record_with_names(): error conditions [tests/dbase_get_record_with_names_error_32bit_8.phpt] reason: for 32bit platforms only
TEST 49/83 [tests/dbase_get_record_with_names_error_64bit.phpt]
PASS dbase_get_record_with_names(): error conditions [tests/dbase_get_record_with_names_error_64bit.phpt]
TEST 50/83 [tests/dbase_get_record_with_names_error_64bit_8.phpt]
SKIP dbase_get_record_with_names(): error conditions [tests/dbase_get_record_with_names_error_64bit_8.phpt] reason: for PHP 8 only
TEST 51/83 [tests/dbase_get_record_with_names_variation1.phpt]
PASS dbase_get_record_with_names(): 'deleted' always contains deletion marker [tests/dbase_get_record_with_names_variation1.phpt]
TEST 52/83 [tests/dbase_numfields_basic.phpt]
PASS dbase_numfields(): basic functionality [tests/dbase_numfields_basic.phpt]
TEST 53/83 [tests/dbase_numfields_error.phpt]
PASS dbase_numfields(): error conditions [tests/dbase_numfields_error.phpt]
TEST 54/83 [tests/dbase_numfields_error_8.phpt]
SKIP dbase_numfields(): error conditions [tests/dbase_numfields_error_8.phpt] reason: for PHP 8 only
TEST 55/83 [tests/dbase_numrecords_basic.phpt]
PASS dbase_numrecords(): basic functionality [tests/dbase_numrecords_basic.phpt]
TEST 56/83 [tests/dbase_numrecords_error.phpt]
PASS dbase_numrecords(): error conditions [tests/dbase_numrecords_error.phpt]
TEST 57/83 [tests/dbase_numrecords_error_8.phpt]
SKIP dbase_numrecords(): error conditions [tests/dbase_numrecords_error_8.phpt] reason: for PHP 8 only
TEST 58/83 [tests/dbase_open_error.phpt]
PASS dbase_open(): error conditions [tests/dbase_open_error.phpt]
TEST 59/83 [tests/dbase_open_error1.phpt]
PASS dbase_open() raises warning for unsupported field types [tests/dbase_open_error1.phpt]
TEST 60/83 [tests/dbase_open_error2.phpt]
PASS dbase_open() fails if '0' field is not last field [tests/dbase_open_error2.phpt]
TEST 61/83 [tests/dbase_open_error3.phpt]
PASS dbase_open() fails if '0' field is not named _NullFlags [tests/dbase_open_error3.phpt]
TEST 62/83 [tests/dbase_open_error_8.phpt]
SKIP dbase_open(): error conditions [tests/dbase_open_error_8.phpt] reason: for PHP 8 only
TEST 63/83 [tests/dbase_open_error_open_basedir.phpt]
PASS dbase_open(): open_basedir restriction [tests/dbase_open_error_open_basedir.phpt]
TEST 64/83 [tests/dbase_pack_basic.phpt]
PASS dbase_pack(): basic functionality [tests/dbase_pack_basic.phpt]
TEST 65/83 [tests/dbase_pack_error.phpt]
PASS dbase_pack(): error conditions [tests/dbase_pack_error.phpt]
TEST 66/83 [tests/dbase_pack_error_8.phpt]
SKIP dbase_pack(): error conditions [tests/dbase_pack_error_8.phpt] reason: for PHP 8 only
TEST 67/83 [tests/dbase_pack_variation1.phpt]
PASS dbase_pack(): date of last update is properly updated [tests/dbase_pack_variation1.phpt]
TEST 68/83 [tests/dbase_pack_variation2.phpt]
PASS dbase_pack() writes proper EOF marker [tests/dbase_pack_variation2.phpt]
TEST 69/83 [tests/dbase_replace_record_basic.phpt]
PASS dbase_replace_record(): basic functionality [tests/dbase_replace_record_basic.phpt]
TEST 70/83 [tests/dbase_replace_record_error.phpt]
PASS dbase_replace_record(): test error conditions [tests/dbase_replace_record_error.phpt]
TEST 71/83 [tests/dbase_replace_record_error_1_32bit.phpt]
SKIP dbase_replace_record(): error conditions [tests/dbase_replace_record_error_1_32bit.phpt] reason: for 32bit platforms only
TEST 72/83 [tests/dbase_replace_record_error_1_32bit_8.phpt]
SKIP dbase_replace_record(): error conditions [tests/dbase_replace_record_error_1_32bit_8.phpt] reason: for 32bit platforms only
TEST 73/83 [tests/dbase_replace_record_error_1_64bit.phpt]
PASS dbase_replace_record(): error conditions [tests/dbase_replace_record_error_1_64bit.phpt]
TEST 74/83 [tests/dbase_replace_record_error_1_64bit_8.phpt]
SKIP dbase_replace_record(): error conditions [tests/dbase_replace_record_error_1_64bit_8.phpt] reason: for PHP 8 only
TEST 75/83 [tests/dbase_replace_record_error_8.phpt]
SKIP dbase_replace_record(): test error conditions [tests/dbase_replace_record_error_8.phpt] reason: for PHP 8 only
TEST 76/83 [tests/dbase_replace_record_variation1.phpt]
PASS dbase_replace_record(): update existing record from numeric array [tests/dbase_replace_record_variation1.phpt]
TEST 77/83 [tests/dbase_replace_record_variation2.phpt]
PASS dbase_replace_record(): update existing record from associative array [tests/dbase_replace_record_variation2.phpt]
TEST 78/83 [tests/dbase_replace_record_variation3.phpt]
PASS dbase_replace_record(): date of last update is properly updated [tests/dbase_replace_record_variation3.phpt]
TEST 79/83 [tests/nullable.phpt]
PASS Nullable fields [tests/nullable.phpt]
TEST 80/83 [tests/type_datetime.phpt]
PASS Reading and writing of datetime values [tests/type_datetime.phpt]
TEST 81/83 [tests/type_logical.phpt]
PASS Reading and writing of logical values [tests/type_logical.phpt]
TEST 82/83 [tests/type_numeric_int_32bit.phpt]
SKIP Reading and writing of numeric integer values [tests/type_numeric_int_32bit.phpt] reason: for 32bit platforms only
TEST 83/83 [tests/type_numeric_int_64bit.phpt]
PASS Reading and writing of numeric integer values [tests/type_numeric_int_64bit.phpt]
=====================================================================
TIME END 2021-03-09 05:55:34
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 0
Exts tested : 33
---------------------------------------------------------------------
Number of tests : 83 58
Tests skipped : 25 ( 30.1%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 0 ( 0.0%) ( 0.0%)
Tests passed : 58 ( 69.9%) (100.0%)
---------------------------------------------------------------------
Time taken : 3 seconds
=====================================================================
This report can be automatically sent to the PHP QA team at
http://qa.php.net/reports and http://news.php.net/php.qa.reports
This gives us a better understanding of PHP's behavior.
If you don't want to send the report immediately you can choose
option "s" to save it. You can then email it to [email protected] later.
Do you want to send this report now? [Yns]:
Notice: Trying to access array offset on value of type bool in /tmp/ext-src/trunk/run-tests.php on line 934
Please enter your email address.
(Your address will be mangled so that it will not go out on any
mailinglist in plain text):
Posting to http://qa.php.net/buildtest-process.php
Removing intermediate container 23eddb1f6ae7
---> ea3fb02a84a9
Successfully built ea3fb02a84a9