php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #26365 dbx_fetch_row() missing altogether
Submitted: 2003-11-23 11:17 UTC Modified: 2003-11-24 06:19 UTC
From: konstantin at boyandin dot info Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 4.3.4 OS: Windows
Private report: No CVE-ID: None
 [2003-11-23 11:17 UTC] konstantin at boyandin dot info
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-23 21:18 UTC] sniper@php.net
There is no such function in the extension, so of course it doesn't exist.

 [2003-11-23 21:35 UTC] konstantin at boyandin dot info
In the PHP manual, CHM version, there IS such function mentioned. So the problem is with manual, actually.
 [2003-11-24 03:55 UTC] mboeren@php.net
dbx_fetch_row is only available in CVS, so it will appear once PHP 5 gets out the door. This should be mentioned in the manual, but I don't know about the CHM version of the manual.

All rows are automatically returned by dbx_query, so there's no need for a dbx_fetch_row unless you retrieve a LOT of data. In that case, you may need to pull the dbx extension from cvs and compile it for PHP 4.3.x, or have some friendly person do it for you.
 [2003-11-24 06:04 UTC] goba@php.net
The CHM versions also include version information... Please reopen this, if you see some bogus version info in the CHM.
 [2003-11-24 06:19 UTC] mboeren@php.net
copy/paste from the chm:

"dbx_fetch_row
(no version information, might be only in CVS)
"

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 30 17:01:30 2024 UTC