php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19114 Typo in buildManipSQL function in DB/common.php
Submitted: 2002-08-26 16:15 UTC Modified: 2003-07-31 04:55 UTC
From: bugs at pointb dot co dot uk Assigned:
Status: Closed Package: PEAR related
PHP Version: 4.2.2 OS: RedHat Linux 7.3
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
48 - 41 = ?
Subscribe to this entry?

 
 [2002-08-26 16:15 UTC] bugs at pointb dot co dot uk
I am using version 1.3 of the Database Abstraction Layer.
There is the following section in the buildManipSQL function in the DB/common.php file that I think may have a typo in it:

The section is as follows:

if ($where) {
    $sql .= " WHERE $sql";
}

and I think it should be:

if ($where) {
    $sql .= " WHERE $where";
}

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-26 16:25 UTC] fab@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

Of course ! It\'s fixed in CVS :

-Fix bug in buildManipSQL (thanks KUBO Atsuhiro <kubo@isite.co.jp>)

Thanks :-)
 [2003-07-31 04:49 UTC] jon at latchkey dot com
It kind of sucks that this bug is *still* being distributed with PHP 4.3.2! I just got bit by it pretty badly. Please update common.php with the distribution!
 [2003-07-31 04:55 UTC] arnaud@php.net
i belive this will make it into 4.3.3
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 08:01:27 2024 UTC