php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #26603 Request to add a few dbase functions
Submitted: 2003-12-12 11:01 UTC Modified: 2013-10-28 10:50 UTC
Votes:12
Avg. Score:4.7 ± 0.5
Reproduced:7 of 8 (87.5%)
Same Version:4 (57.1%)
Same OS:6 (85.7%)
From: leonardjo at hetnet dot nl Assigned: krakjoe (profile)
Status: Closed Package: *General Issues
PHP Version: 4.3.4 OS: All
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: leonardjo at hetnet dot nl
New email:
PHP Version: OS:

 

 [2003-12-12 11:01 UTC] leonardjo at hetnet dot nl
Description:
------------
This patch adds a few functions to the dbase functionality.

To be more specific it defines the following functions:
+ PHP_FUNCTION(dbase_field_names);
+ PHP_FUNCTION(dbase_field_types);
+ PHP_FUNCTION(dbase_field_lengths);
+ PHP_FUNCTION(dbase_field_decimals);

The function implementations are based on the code of the existing dbase functions.

The patch was originally created against PHP-4.1.2, but still patches cleanly (with an offset) against 4.3.4.

dbase-patch:
http://www.ottolander.nl/opensource/dbase2mysql/php-dbase.patch.tgz



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-25 20:24 UTC] leonard at den dot ottolander dot nl
Still patches cleanly (with an offset) against 4.3.8.
 [2013-10-28 10:50 UTC] krakjoe@php.net
-Package: Feature/Change Request +Package: *General Issues
 [2013-10-28 10:50 UTC] krakjoe@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: krakjoe
 [2013-10-28 10:50 UTC] krakjoe@php.net
It appears some of this functionality exists, at any rate, the patch is very very out of date :)

Thanks for your input.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Nov 23 02:01:31 2024 UTC