Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/php/pecl-database-dbase

dBase database file access functions
https://github.com/php/pecl-database-dbase

Add test for dbase_get_record_with_names() and a 'deleted' field

git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@340769 c90b9560-bf6c-de1...

b6b259dc5820a261f34228ffef4be43fc2bc8288 authored about 8 years ago
Make relevant open mode constants available to userland

The open mode values might be implementation-dependend, so we make
DBASE_RDONLY and DBASE_RDWR a...

b182a5178392fd359cd6f1e34b575ce2f3cdc26d authored over 8 years ago
Disallow opening a dbf in mode 3

Mode 3 is O_ACCMODE which is a bitmask to retrieve the access mode.
Opening a file in this mode ...

4c0e934ec20684a22edc03646a99b265e71228f4 authored over 8 years ago
Remove superfluous module initialization function

PHP_MSHUTDOWN_FUNCTION(dbase) doesn't do anything useful, so we might as
well remove it.

git-sv...

f3ddd711f7265a8cb416e7d89a69dfcdbc858219 authored over 8 years ago
Use proper resources instead of integer identifiers

The database handles should be really opaque to userland, and not only
treated as such, to avoid...

9d68eb7a6f4bd9a8c73eb4ce8b999794cbd2ee53 authored over 8 years ago
Declare le_dbhead as static even for ZTS

List entry identifiers don't have to be threadsafe, so we can savely
declare them as static even...

4ad2b7005a09fcc339f03ddd7a143be7f5a372aa authored over 8 years ago
Merged revision(s) 340728-340740 from pecl/dbase/branches/dbase-5.1

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340741 c90b9560-bf6c-de11-be94-001...

117be66475dca0b14b024ae808080c56c1a052cc authored over 8 years ago
Mark PHP 5.4+ requirement

The fix for bug #39305 uses _php_math_number_format_ex(), which is only
available as of PHP 5.4....

4e771a12fa4f5e1f25a550fd464a5edba296c513 authored over 8 years ago
add new tests in archive

git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@340739 c90b9560-bf6c-de1...

49f35c475297a7651b73bac6cb2dcf9f76ca38ab authored over 8 years ago
add new tests in archive

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340738 c90b9560-bf6c-de11-be94-001422...

042c1b81d48e399f484b9b2e8f3bb4ea3c9ab7e3 authored over 8 years ago
Remove superfluous TSRMLS_* macros

The TSRMLS_DC, TSRMLS_CC and TSRMLS_FETCH() macros are NOPs as of PHP
7.0.0, so we remove them f...

c6637126e94d08d47d2c66756d15ba1a131394f0 authored over 8 years ago
Use more specific ZPP type_specs

We let ZPP do the type checking to simplify our code.

git-svn-id: http://svn.php.net/repository...

91b63239a97f7df517bcf7a07a0a059db33df406 authored over 8 years ago
Remove support for PHP < 5.3

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340734 c90b9560-bf6c-de11-be94-001422...

67d4a2e493628244188d2e3364be641f7139038f authored over 8 years ago
Simplify reading of logical values

We optimize by hard-coding the results of the strtol() calls, and find
that we can merge the sec...

620861364c116adc83b7d17c5852eb1e78da7ffc authored over 8 years ago
Implement #72814: Use emalloc and friends instead of malloc

We replace the calls to the system memory manager with calls to the
ZendMM. As the ZendMM is inf...

80a98a46d88731628c49256bb2bc77b2d3c5b5c0 authored over 8 years ago
Merged revision(s) 340724-340727 from pecl/dbase/branches/dbase-5.1

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340728 c90b9560-bf6c-de11-be94-00142...

e0fdc436500665ff00cc9a78afb208bb51d6d4d3 authored over 8 years ago
Properly clean up in bug73395.phpt

Even though creating the database fails, an empty file is left behind,
so we have to clean that ...

5b84265cc2df1e0d9bcb1b9673ff7ebd9791fb80 authored over 8 years ago
Add regression test for bug #73395

git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@340726 c90b9560-bf6c-de1...

f1854b5fc1af0ef5c17c0a18e8b0e01827c765f1 authored over 8 years ago
Fix #73395: A failing dbase_create() may leak memory

We must call free_dbf_head() in this case, too.

git-svn-id: http://svn.php.net/repository/pecl/...

5087e282ba200588a7cb917965f7c4d37e6e2412 authored over 8 years ago
Merged revision(s) 340722-340723 from pecl/dbase/branches/dbase-5.1:

Prepare for release

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340724 c90b9560-...

1bdd1c1f95e6d07af0c2f9e323b88eebb48db680 authored over 8 years ago
Prepare for release

git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@340723 c90b9560-bf6c-de1...

cab33da635b25bf6a17b7d906f9dffb7779d0078 authored over 8 years ago
Merged revision(s) 340720-340721 from pecl/dbase/branches/dbase-5.1:

Add changelog entry

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340722 c90b9560-...

e9b02c0572fa3bb6a50e162a32b6b2958f72abc4 authored over 8 years ago
Add changelog entry

git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@340721 c90b9560-bf6c-de1...

f3f2eb992a5cc8a9d6bad0ceb6b1753937301237 authored over 8 years ago
Merged revision(s) from pecl/dbase/branches/dbase-5.1:

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340720 c90b9560-bf6c-de11-be94-00142...

9490f2448b447a7db3493ee8d69f00be0850e921 authored over 8 years ago
Merged revision(s) 340716 from pecl/dbase/branches/dbase-5.1:

Add missing test to package
........

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk...

91d1f41eb031c1bb007038ec3c9a4d6c55944e90 authored over 8 years ago
Add missing test to package

git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@340716 c90b9560-bf6c-de1...

7d0a9fc69d2933f2bcd3e8219d24f6036912ca32 authored over 8 years ago
Backport r340710:

add tests to official archive

git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbas...

06aa6b95f1712211005b6658ad9fbc09ee45fa97 authored over 8 years ago
Merged revision(s) 340713 from pecl/dbase/branches/dbase-5.1:

Fix #73391: Writing of floats can cause OOB reads

Floats whose string representation is shorter ...

b59ed143027d60da7c0582739f49b601fd7f4e28 authored over 8 years ago
Fix #73391: Writing of floats can cause OOB reads

Floats whose string representation is shorter than the specified field
length have to be filled ...

cadf4719e602b2b6468211c05e797d3e72b25f56 authored over 8 years ago
fix last build warning (ignoring return value of ‘write’)

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340712 c90b9560-bf6c-de11-be94-001422...

dd59a239eee5d1c3373bca113bf74cadb1ef1b7c authored over 8 years ago
fix build warnings [-Wunused-but-set-variable]

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340711 c90b9560-bf6c-de11-be94-001422...

e09304b265880c73d231d11b0f58e94b567bcb6e authored over 8 years ago
add tests to official archive

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340710 c90b9560-bf6c-de11-be94-001422...

b1ecb5f61e9cd60185df2534f5a3949cf0112aad authored over 8 years ago
Merged revision(s) 340707 from pecl/dbase/branches/dbase-5.1:

Add LICENSE
........

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340708 c90b9560...

969bf22f777cd90d4d90d28ac4d252ea91fb2ea0 authored over 8 years ago
Add LICENSE

git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@340707 c90b9560-bf6c-de1...

86fb05321a442c75b73c9a403bc1c4d93e52bd23 authored over 8 years ago
Fix version number in sources

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340706 c90b9560-bf6c-de11-be94-001422...

93d6551d3ee7f6cf6b8478bbbe70f8ab4b5bee8c authored over 8 years ago
Merged revision(s) 340701 from pecl/dbase/branches/dbase-5.1:

Set svn:eol-style=LF to avoid packaging problems on Windows
........

git-svn-id: http://svn.php...

548a8a5da6911e9b043d5118c4fa7a674649a2e9 authored over 8 years ago
Set svn:eol-style=LF to avoid packaging problems on Windows

git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@340701 c90b9560-bf6c-de1...

5ab8641c3155bee29f48ccbf860421467d02367b authored over 8 years ago
Update package.xml

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340698 c90b9560-bf6c-de11-be94-001422...

facc4be2112ff1b97f3c9d9e7d44e24465adb72b authored over 8 years ago
Merged revision(s) 340696 from pecl/dbase/branches/dbase-5.1:

Update package.xml
........

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340697 c...

2d311d7b8c2a7a58a5f3ab685cdfc23244657cd2 authored over 8 years ago
Update package.xml

git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@340696 c90b9560-bf6c-de1...

6ae9b3743d112440b45a8b52be779758b2478932 authored over 8 years ago
Merged revision(s) 339862-339863 from pecl/dbase/branches/dbase-5.2:

ZPP dbh_ids as long

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@339864 c90b9560...

23b8101ad5cffef8b1cae35ca48837b368b88055 authored over 8 years ago
ZPP dbh_ids as long

git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.2@339863 c90b9560-bf6c-de1...

406a49bfa9ed47e5f74082ecc2491c6810937297 authored over 8 years ago
Merged revision(s) 339860-339861 from pecl/dbase/branches/dbase-5.2:

Fix #72815: zend_get_parameters_ex() is deprecated

We replace it with zend_parse_parameters() a...

6f5f2b174bd44a96a0fd6358516d1dc785c5b73b authored over 8 years ago
Fix #72815: zend_get_parameters_ex() is deprecated

We replace it with zend_parse_parameters() accepting zvals only, for now.

git-svn-id: http://sv...

e0be1d604d402ab86961a6acb0e7fe59cca08892 authored over 8 years ago
Create 5.2 branch

git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.2@339860 c90b9560-bf6c-de1...

b505960d4f94fbb4faa079fcbbc79a1cef36c242 authored over 8 years ago
Merged revision(s) 339856-339857 from pecl/dbase/branches/dbase-5.1:

Remove legacy dbase.dsp

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@339858 c90b...

445ce8720d4a3f0e71ab73e11fbaebd8c4022e20 authored over 8 years ago
Remove legacy dbase.dsp

git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@339857 c90b9560-bf6c-de1...

c9f97682ad11eb2639323ac67e7292b7e0dce1a3 authored over 8 years ago
Merged revision(s) 339854-339855 from pecl/dbase/branches/dbase-5.1:

Use convenience macros to access zvals

git-svn-id: http://svn.php.net/repository/pecl/dbase/tr...

2b9605f3586e78c8e9ce815d63643bab2df70dc0 authored over 8 years ago
Use convenience macros to access zvals

git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@339855 c90b9560-bf6c-de1...

1b941f84bacd21c32bcff1a16a76a997b364f752 authored over 8 years ago
Merged revision(s) 339852-339853 from pecl/dbase/branches/dbase-5.1:

Fix #39305: Use of decimal point in different countries

We're going to use _php_math_number_for...

820bcb2d00db911ee7a596aef3d079db7a2b7d4b authored over 8 years ago
Fix #39305: Use of decimal point in different countries

We're going to use _php_math_number_format_ex() instead of
snprintf() when writing double values...

1afdb031f1fdfab1a0b19859e3b4e676f11a90ba authored over 8 years ago
Merged revision(s) 339849-339851 from pecl/dbase/branches/dbase-5.1:

Fix #52112: dbase_get_record() returns integer instead of decimal values

We're going to use zen...

3965e77265c6e63ce65a928180b32960abc77c9e authored over 8 years ago
Fix #52112: dbase_get_record() returns integer instead of decimal values

We're going to use zend_strtod() instead of atof() when reading decimal
values from a DBF to avo...

0b9de73ec163b314ed281936bf70176adf353fef authored over 8 years ago
Fix test case that fatals under PHP 7

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@339850 c90b9560-bf6c-de11-be94-001422...

199d43ce81e119b7eb2e2f443e85f32b757c5992 authored over 8 years ago
Merged revision(s) 339847-339848 from pecl/dbase/branches/dbase-5.1:

Make test cases more resilient

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@3398...

855f40af1ade3b1a23a5dc9a227d96da333c28da authored over 8 years ago
Make test cases more resilient

git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@339848 c90b9560-bf6c-de1...

1a6eca5547f710ed525291ae3b5b7ac63888b2ed authored over 8 years ago
Merged revision(s) 339845-339846 from pecl/dbase/branches/dbase-5.1:

Fix #72812: dbase_create does not close the FD on failure

git-svn-id: http://svn.php.net/repos...

7130c4e58923e7040523cb8e73e5dfaaf51958b5 authored over 8 years ago
Fix #72812: dbase_create does not close the FD on failure

git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@339846 c90b9560-bf6c-de1...

9d78e7369b9c23bc4dbf9d1c1e86b84d8c767083 authored over 8 years ago
Merged revision(s) 339843-339844 from pecl/dbase/branches/dbase-5.1:

Backport test suite improvements from trunk

git-svn-id: http://svn.php.net/repository/pecl/db...

6ed707a34284b51d07e39ba72854b2bab843e5d5 authored over 8 years ago
Backport test suite improvements from trunk

git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@339844 c90b9560-bf6c-de1...

1cab2945985404c21f9d840d01c31e827073e72c authored over 8 years ago
Move branch to proper folder

git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@339843 c90b9560-bf6c-de1...

be5c7b1c90364e92b291a31dabe2f7e93f8fde73 authored over 8 years ago
Create 5.1 branch

git-svn-id: http://svn.php.net/repository/pecl/dbase/dbase-5.1@339842 c90b9560-bf6c-de11-be94-00...

8bfccdebf195b46776be173f6778e5ab920e9f74 authored over 8 years ago
Bump PHP version and copyright year

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@339814 c90b9560-bf6c-de11-be94-001422...

20a8a483522022b9917254a7616da5a778c08234 authored over 8 years ago
Fix OOB read introduced by r338472

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@339813 c90b9560-bf6c-de11-be94-001422...

10719c022107fde2add1c5d4e4fb6e653d7c539e authored over 8 years ago
Add further test cases

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@339811 c90b9560-bf6c-de11-be94-001422...

ed12019c11985834284c5a34ed8de150748a0724 authored over 8 years ago
Remove `dbh_type` locals, which are unused as of r338472

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@339810 c90b9560-bf6c-de11-be94-001422...

00e1ae5225eb9fa073e014c712eadb9efec9b34f authored over 8 years ago
Fix test case to also work on Windows

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@339809 c90b9560-bf6c-de11-be94-001422...

3d6c3f413656f4931c9520522a0063b82e955e55 authored over 8 years ago
Add some test cases

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@339808 c90b9560-bf6c-de11-be94-001422...

1bc60571cc6d5b81ffb4f666e8bb3e150f67b014 authored over 8 years ago
Update code for PHP7 compatibility by Tom Adams <[email protected]>

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@338472 c90b9560-bf6c-de11-be94-001422...

84aeec9993618573a56d3320d563452dcdf353ca authored about 9 years ago
fix Bug #68289 - do not assume null terminated strings - by otto at drijf dot net

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@335148 c90b9560-bf6c-de11-be94-001422...

08885ef1ccaeaf62d1af73c87cf485107eb748cf authored over 10 years ago
added config.w32 to package.xml

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@331445 c90b9560-bf6c-de11-be94-001422...

8ea8e3cd03af85e0c6c6c530ff499f731c0be8c4 authored over 11 years ago
- Preparing release

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@326135 c90b9560-bf6c-de11-be94-001422...

4dbbb1482dc9e090fb3b581cf1182b6ce61a72a8 authored over 12 years ago
- Fixed test

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@326134 c90b9560-bf6c-de11-be94-001422...

25996230601e6b7f50b8dc6cb4d5d354d2a7feda authored over 12 years ago
- Fixed build on PHP 5.4+

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@326133 c90b9560-bf6c-de11-be94-001422...

4d4a1110d32e35254a71dcd3482aaea41844c4c9 authored over 12 years ago
prep for release

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@304303 c90b9560-bf6c-de11-be94-001422...

0d5b23cc08b429bfde1418d9791aecc2288993cd authored over 14 years ago
fix bug #18831 - invalid length field for date and boolean types.

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@304302 c90b9560-bf6c-de11-be94-001422...

df3c2eeb40599ba2f921781f019129b317a20964 authored over 14 years ago
- Fix crash when passing unexpected data type

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@297971 c90b9560-bf6c-de11-be94-001422...

3deb39c6bd80c6c54ea01b4292082f6bb1577436 authored almost 15 years ago
- update to package.xml v2

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@290341 c90b9560-bf6c-de11-be94-001422...

a47e45b41a05dd4825e5747c48f5f24a02873da6 authored about 15 years ago
fix a huge number of wrong MIME types. UGH.

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@284003 c90b9560-bf6c-de11-be94-001422...

e60d12c293097e17ac6b33617a12fbf8af2840a7 authored over 15 years ago
Fix build with 5.3+

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@283457 c90b9560-bf6c-de11-be94-00142...

f7d645b972d527c3b9ea83eb500e02db30fc6999 authored over 15 years ago
trying to commit in binary mode, hoping that this will keep the windows line endings

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@265992 c90b9560-bf6c-de11-be94-00142...

10eb049cd789f0e8c12715db707b6b33c8a5be1f authored over 16 years ago
ok this one needs windows line endings, so remove and try to commit it again in binary mode ..

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@265991 c90b9560-bf6c-de11-be94-00142...

9f07f396173d0fe3b2d9061f7c27286c3da0cc54 authored over 16 years ago
forgot this file in my first resurrection attempt

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@265988 c90b9560-bf6c-de11-be94-00142...

18e4b10742018e8bae93a122ae61f25e88bbb326 authored over 16 years ago
this is an attempt to restore the history as it was before the move to PECL. the php-src folders have been moved to PECL, checked out in PECL from the date before the cvs rm and not checked back in, hopefully restoring HEAD with this commit.

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@265987 c90b9560-bf6c-de11-be94-00142...

a07348bee42ed9d9f6d1045aae430bcb393f0f6a authored over 16 years ago
- moved to pecl

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@264427 c90b9560-bf6c-de11-be94-00142...

fa5644602a8dd95834990fedc8f2e307a6d676fa authored over 16 years ago
- killed off UEXPECT

- com_dotnet gets a .cvsignore
- Ulf will take care of mysql extensions, rest complete

git-svn-...

4f8a11fd1b11ac27b26f979e580d2a89af9ce692 authored over 16 years ago
- Added some UEXPECTs

- Fixed some tests

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@255778 c90b9560-b...

443871d24f8e26615e8081ac958a3bd6fa3b82ba authored almost 17 years ago
Fix potential crash when non-array is used optimisticly

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@251241 c90b9560-bf6c-de11-be94-00142...

d5e94cb9998369c51bd2040b54517b52cbc565fd authored about 17 years ago
Bump copyright year, 2 of 2.

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@249470 c90b9560-bf6c-de11-be94-00142...

930220d99fd562207d1cd338b34df8a086738b29 authored about 17 years ago
MFB 'L' size support

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@246450 c90b9560-bf6c-de11-be94-00142...

2d21f19966672a8df4769f7f1f263a5d08424d4b authored about 17 years ago
Removed duplicate case. (Thanks Hannes)

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@246383 c90b9560-bf6c-de11-be94-00142...

a0cbde9121b6d8774409bd7d9b80ec4353af0fd0 authored about 17 years ago
MFB: Fixed bug #42261 (Incorrect lengths for date and boolean data types)

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@246377 c90b9560-bf6c-de11-be94-00142...

8f0193bf4a69425e29ef0c61b4d204ff27190e53 authored about 17 years ago
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@243023 c90b9560-bf6c-de11-be94-00142...

6c5a59b5619e9bc7ee95649b81753826f8187155 authored over 17 years ago
MFB: Fixed bug #42261 (header wrong for date field)

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@241010 c90b9560-bf6c-de11-be94-00142...

2338efcaf6e709f6a1e5f5991b1691b27bf6276e authored over 17 years ago
MFB

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@236577 c90b9560-bf6c-de11-be94-00142...

0f82dcc80a6e2edf8fca10e66e098d56b0ffebac authored over 17 years ago
fix #41394 (dbase_create creates file with corrupted header)

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@235725 c90b9560-bf6c-de11-be94-00142...

25fe91191b811ef936f1a16fbd98c2fa2e0d530e authored over 17 years ago
fix test names

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@235154 c90b9560-bf6c-de11-be94-00142...

8c1e10cb687555eed3fceabdce394c9a9f3096af authored over 17 years ago
Typo

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@231823 c90b9560-bf6c-de11-be94-00142...

3d6c6ee1d89c1b0d4a71986f9480179d8ac97415 authored almost 18 years ago
do not allow db without fields

fix test

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@230792 c90b9560-bf6c-de11-b...

051c97ca050aeae62b740e5e5bd309fe544c805e authored almost 18 years ago
- avoid sprintf

git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@230674 c90b9560-bf6c-de11-be94-00142...

df02b888f6abb0c647c76577e62554a82a269155 authored almost 18 years ago