From:             leonardjo at hetnet dot nl
Operating system: All
PHP version:      4.3.4
PHP Bug Type:     Feature/Change Request
Bug description:  Request to add a few dbase functions

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



-- 
Edit bug report at http://bugs.php.net/?id=26603&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26603&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26603&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26603&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26603&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26603&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=26603&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=26603&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26603&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26603&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26603&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26603&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26603&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26603&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26603&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26603&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26603&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26603&r=float

Reply via email to