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
git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@340769 c90b9560-bf6c-de1...
b6b259dc5820a261f34228ffef4be43fc2bc8288 authored about 8 years ago
The open mode values might be implementation-dependend, so we make
DBASE_RDONLY and DBASE_RDWR a...
Mode 3 is O_ACCMODE which is a bitmask to retrieve the access mode.
Opening a file in this mode ...
PHP_MSHUTDOWN_FUNCTION(dbase) doesn't do anything useful, so we might as
well remove it.
git-sv...
f3ddd711f7265a8cb416e7d89a69dfcdbc858219 authored over 8 years ago
The database handles should be really opaque to userland, and not only
treated as such, to avoid...
List entry identifiers don't have to be threadsafe, so we can savely
declare them as static even...
git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340741 c90b9560-bf6c-de11-be94-001...
117be66475dca0b14b024ae808080c56c1a052cc authored over 8 years ago
The fix for bug #39305 uses _php_math_number_format_ex(), which is only
available as of PHP 5.4....
git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@340739 c90b9560-bf6c-de1...
49f35c475297a7651b73bac6cb2dcf9f76ca38ab authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340738 c90b9560-bf6c-de11-be94-001422...
042c1b81d48e399f484b9b2e8f3bb4ea3c9ab7e3 authored over 8 years ago
The TSRMLS_DC, TSRMLS_CC and TSRMLS_FETCH() macros are NOPs as of PHP
7.0.0, so we remove them f...
We let ZPP do the type checking to simplify our code.
git-svn-id: http://svn.php.net/repository...
91b63239a97f7df517bcf7a07a0a059db33df406 authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340734 c90b9560-bf6c-de11-be94-001422...
67d4a2e493628244188d2e3364be641f7139038f authored over 8 years ago
We optimize by hard-coding the results of the strtol() calls, and find
that we can merge the sec...
We replace the calls to the system memory manager with calls to the
ZendMM. As the ZendMM is inf...
git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340728 c90b9560-bf6c-de11-be94-00142...
e0fdc436500665ff00cc9a78afb208bb51d6d4d3 authored over 8 years ago
Even though creating the database fails, an empty file is left behind,
so we have to clean that ...
git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@340726 c90b9560-bf6c-de1...
f1854b5fc1af0ef5c17c0a18e8b0e01827c765f1 authored over 8 years agoWe must call free_dbf_head() in this case, too.
git-svn-id: http://svn.php.net/repository/pecl/...
5087e282ba200588a7cb917965f7c4d37e6e2412 authored over 8 years agoPrepare for release
git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340724 c90b9560-...
1bdd1c1f95e6d07af0c2f9e323b88eebb48db680 authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@340723 c90b9560-bf6c-de1...
cab33da635b25bf6a17b7d906f9dffb7779d0078 authored over 8 years agoAdd changelog entry
git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340722 c90b9560-...
e9b02c0572fa3bb6a50e162a32b6b2958f72abc4 authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@340721 c90b9560-bf6c-de1...
f3f2eb992a5cc8a9d6bad0ceb6b1753937301237 authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340720 c90b9560-bf6c-de11-be94-00142...
9490f2448b447a7db3493ee8d69f00be0850e921 authored over 8 years agoAdd missing test to package
........
git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk...
91d1f41eb031c1bb007038ec3c9a4d6c55944e90 authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@340716 c90b9560-bf6c-de1...
7d0a9fc69d2933f2bcd3e8219d24f6036912ca32 authored over 8 years agoadd tests to official archive
git-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbas...
06aa6b95f1712211005b6658ad9fbc09ee45fa97 authored over 8 years agoFix #73391: Writing of floats can cause OOB reads
Floats whose string representation is shorter ...
b59ed143027d60da7c0582739f49b601fd7f4e28 authored over 8 years ago
Floats whose string representation is shorter than the specified field
length have to be filled ...
git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340712 c90b9560-bf6c-de11-be94-001422...
dd59a239eee5d1c3373bca113bf74cadb1ef1b7c authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340711 c90b9560-bf6c-de11-be94-001422...
e09304b265880c73d231d11b0f58e94b567bcb6e authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340710 c90b9560-bf6c-de11-be94-001422...
b1ecb5f61e9cd60185df2534f5a3949cf0112aad authored over 8 years agoAdd LICENSE
........
git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340708 c90b9560...
969bf22f777cd90d4d90d28ac4d252ea91fb2ea0 authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@340707 c90b9560-bf6c-de1...
86fb05321a442c75b73c9a403bc1c4d93e52bd23 authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340706 c90b9560-bf6c-de11-be94-001422...
93d6551d3ee7f6cf6b8478bbbe70f8ab4b5bee8c authored over 8 years agoSet svn:eol-style=LF to avoid packaging problems on Windows
........
git-svn-id: http://svn.php...
548a8a5da6911e9b043d5118c4fa7a674649a2e9 authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@340701 c90b9560-bf6c-de1...
5ab8641c3155bee29f48ccbf860421467d02367b authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340698 c90b9560-bf6c-de11-be94-001422...
facc4be2112ff1b97f3c9d9e7d44e24465adb72b authored over 8 years agoUpdate package.xml
........
git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@340697 c...
2d311d7b8c2a7a58a5f3ab685cdfc23244657cd2 authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@340696 c90b9560-bf6c-de1...
6ae9b3743d112440b45a8b52be779758b2478932 authored over 8 years agoZPP dbh_ids as long
git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@339864 c90b9560...
23b8101ad5cffef8b1cae35ca48837b368b88055 authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.2@339863 c90b9560-bf6c-de1...
406a49bfa9ed47e5f74082ecc2491c6810937297 authored over 8 years agoFix #72815: zend_get_parameters_ex() is deprecated
We replace it with zend_parse_parameters() a...
6f5f2b174bd44a96a0fd6358516d1dc785c5b73b authored over 8 years agoWe replace it with zend_parse_parameters() accepting zvals only, for now.
git-svn-id: http://sv...
e0be1d604d402ab86961a6acb0e7fe59cca08892 authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.2@339860 c90b9560-bf6c-de1...
b505960d4f94fbb4faa079fcbbc79a1cef36c242 authored over 8 years agoRemove legacy dbase.dsp
git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@339858 c90b...
445ce8720d4a3f0e71ab73e11fbaebd8c4022e20 authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@339857 c90b9560-bf6c-de1...
c9f97682ad11eb2639323ac67e7292b7e0dce1a3 authored over 8 years agoUse convenience macros to access zvals
git-svn-id: http://svn.php.net/repository/pecl/dbase/tr...
2b9605f3586e78c8e9ce815d63643bab2df70dc0 authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@339855 c90b9560-bf6c-de1...
1b941f84bacd21c32bcff1a16a76a997b364f752 authored over 8 years agoFix #39305: Use of decimal point in different countries
We're going to use _php_math_number_for...
820bcb2d00db911ee7a596aef3d079db7a2b7d4b authored over 8 years ago
We're going to use _php_math_number_format_ex() instead of
snprintf() when writing double values...
Fix #52112: dbase_get_record() returns integer instead of decimal values
We're going to use zen...
3965e77265c6e63ce65a928180b32960abc77c9e authored over 8 years ago
We're going to use zend_strtod() instead of atof() when reading decimal
values from a DBF to avo...
git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@339850 c90b9560-bf6c-de11-be94-001422...
199d43ce81e119b7eb2e2f443e85f32b757c5992 authored over 8 years agoMake test cases more resilient
git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@3398...
855f40af1ade3b1a23a5dc9a227d96da333c28da authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@339848 c90b9560-bf6c-de1...
1a6eca5547f710ed525291ae3b5b7ac63888b2ed authored over 8 years agoFix #72812: dbase_create does not close the FD on failure
git-svn-id: http://svn.php.net/repos...
7130c4e58923e7040523cb8e73e5dfaaf51958b5 authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@339846 c90b9560-bf6c-de1...
9d78e7369b9c23bc4dbf9d1c1e86b84d8c767083 authored over 8 years agoBackport test suite improvements from trunk
git-svn-id: http://svn.php.net/repository/pecl/db...
6ed707a34284b51d07e39ba72854b2bab843e5d5 authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@339844 c90b9560-bf6c-de1...
1cab2945985404c21f9d840d01c31e827073e72c authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/branches/dbase-5.1@339843 c90b9560-bf6c-de1...
be5c7b1c90364e92b291a31dabe2f7e93f8fde73 authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/dbase-5.1@339842 c90b9560-bf6c-de11-be94-00...
8bfccdebf195b46776be173f6778e5ab920e9f74 authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@339814 c90b9560-bf6c-de11-be94-001422...
20a8a483522022b9917254a7616da5a778c08234 authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@339813 c90b9560-bf6c-de11-be94-001422...
10719c022107fde2add1c5d4e4fb6e653d7c539e authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@339811 c90b9560-bf6c-de11-be94-001422...
ed12019c11985834284c5a34ed8de150748a0724 authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@339810 c90b9560-bf6c-de11-be94-001422...
00e1ae5225eb9fa073e014c712eadb9efec9b34f authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@339809 c90b9560-bf6c-de11-be94-001422...
3d6c3f413656f4931c9520522a0063b82e955e55 authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@339808 c90b9560-bf6c-de11-be94-001422...
1bc60571cc6d5b81ffb4f666e8bb3e150f67b014 authored over 8 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@338472 c90b9560-bf6c-de11-be94-001422...
84aeec9993618573a56d3320d563452dcdf353ca authored about 9 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@335148 c90b9560-bf6c-de11-be94-001422...
08885ef1ccaeaf62d1af73c87cf485107eb748cf authored over 10 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@331445 c90b9560-bf6c-de11-be94-001422...
8ea8e3cd03af85e0c6c6c530ff499f731c0be8c4 authored over 11 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@326135 c90b9560-bf6c-de11-be94-001422...
4dbbb1482dc9e090fb3b581cf1182b6ce61a72a8 authored over 12 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@326134 c90b9560-bf6c-de11-be94-001422...
25996230601e6b7f50b8dc6cb4d5d354d2a7feda authored over 12 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@326133 c90b9560-bf6c-de11-be94-001422...
4d4a1110d32e35254a71dcd3482aaea41844c4c9 authored over 12 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@304303 c90b9560-bf6c-de11-be94-001422...
0d5b23cc08b429bfde1418d9791aecc2288993cd authored over 14 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@304302 c90b9560-bf6c-de11-be94-001422...
df3c2eeb40599ba2f921781f019129b317a20964 authored over 14 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@297971 c90b9560-bf6c-de11-be94-001422...
3deb39c6bd80c6c54ea01b4292082f6bb1577436 authored almost 15 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@290341 c90b9560-bf6c-de11-be94-001422...
a47e45b41a05dd4825e5747c48f5f24a02873da6 authored about 15 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@284003 c90b9560-bf6c-de11-be94-001422...
e60d12c293097e17ac6b33617a12fbf8af2840a7 authored over 15 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@283457 c90b9560-bf6c-de11-be94-00142...
f7d645b972d527c3b9ea83eb500e02db30fc6999 authored over 15 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@265992 c90b9560-bf6c-de11-be94-00142...
10eb049cd789f0e8c12715db707b6b33c8a5be1f authored over 16 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@265991 c90b9560-bf6c-de11-be94-00142...
9f07f396173d0fe3b2d9061f7c27286c3da0cc54 authored over 16 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@265988 c90b9560-bf6c-de11-be94-00142...
18e4b10742018e8bae93a122ae61f25e88bbb326 authored over 16 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@265987 c90b9560-bf6c-de11-be94-00142...
a07348bee42ed9d9f6d1045aae430bcb393f0f6a authored over 16 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@264427 c90b9560-bf6c-de11-be94-00142...
fa5644602a8dd95834990fedc8f2e307a6d676fa authored over 16 years ago- com_dotnet gets a .cvsignore
- Ulf will take care of mysql extensions, rest complete
git-svn-...
4f8a11fd1b11ac27b26f979e580d2a89af9ce692 authored over 16 years ago- Fixed some tests
git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@255778 c90b9560-b...
443871d24f8e26615e8081ac958a3bd6fa3b82ba authored almost 17 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@251241 c90b9560-bf6c-de11-be94-00142...
d5e94cb9998369c51bd2040b54517b52cbc565fd authored about 17 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@249470 c90b9560-bf6c-de11-be94-00142...
930220d99fd562207d1cd338b34df8a086738b29 authored about 17 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@246450 c90b9560-bf6c-de11-be94-00142...
2d21f19966672a8df4769f7f1f263a5d08424d4b authored about 17 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@246383 c90b9560-bf6c-de11-be94-00142...
a0cbde9121b6d8774409bd7d9b80ec4353af0fd0 authored about 17 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@246377 c90b9560-bf6c-de11-be94-00142...
8f0193bf4a69425e29ef0c61b4d204ff27190e53 authored about 17 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@243023 c90b9560-bf6c-de11-be94-00142...
6c5a59b5619e9bc7ee95649b81753826f8187155 authored over 17 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@241010 c90b9560-bf6c-de11-be94-00142...
2338efcaf6e709f6a1e5f5991b1691b27bf6276e authored over 17 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@236577 c90b9560-bf6c-de11-be94-00142...
0f82dcc80a6e2edf8fca10e66e098d56b0ffebac authored over 17 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@235725 c90b9560-bf6c-de11-be94-00142...
25fe91191b811ef936f1a16fbd98c2fa2e0d530e authored over 17 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@235154 c90b9560-bf6c-de11-be94-00142...
8c1e10cb687555eed3fceabdce394c9a9f3096af authored over 17 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@231823 c90b9560-bf6c-de11-be94-00142...
3d6c6ee1d89c1b0d4a71986f9480179d8ac97415 authored almost 18 years agofix test
git-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@230792 c90b9560-bf6c-de11-b...
051c97ca050aeae62b740e5e5bd309fe544c805e authored almost 18 years agogit-svn-id: http://svn.php.net/repository/pecl/dbase/trunk@230674 c90b9560-bf6c-de11-be94-00142...
df02b888f6abb0c647c76577e62554a82a269155 authored almost 18 years ago