From:             konstantin at boyandin dot info
Operating system: Windows
PHP version:      4.3.4
PHP Bug Type:     DBX related
Bug description:  dbx_fetch_row() missing altogether

Description:
------------
I have installed PHP 4.3.4 for Windows and discovered that the following
function

dbx_fetch_row()

isn't defined in the corresponding extension DLL.

That effectively makes the whole DBX extension useless in case of Windows
PHP distribution.

Note: the same problem is with Windows distribution of PHP 4.3.2 and,
perhaps, 4.3.3 (since the extension DLL wasn't changed since 4.3.2)

Reproduce code:
---------------
Any DBX-using code will do.

Actual result:
--------------
Fatal error: dbx_fetch_row(): undefined function

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

Reply via email to