ID:               26365
 Updated by:       [EMAIL PROTECTED]
 Reported By:      konstantin at boyandin dot info
 Status:           Open
 Bug Type:         Documentation problem
 Operating System: Windows
 PHP Version:      4.3.4
 New Comment:

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.


Previous Comments:
------------------------------------------------------------------------

[2003-11-23 21:35:29] 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-23 21:18:33] [EMAIL PROTECTED]

There is no such function in the extension, so of course it doesn't
exist.


------------------------------------------------------------------------

[2003-11-23 11:17:32] 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


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=26365&edit=1

Reply via email to