php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34672 PHP Crashes when you enter wrong table name in a query.
Submitted: 2005-09-28 18:26 UTC Modified: 2005-10-06 01:00 UTC
Votes:2
Avg. Score:1.0 ± 0.0
Reproduced:0 of 2 (0.0%)
From: fryk at tlen dot pl Assigned:
Status: No Feedback Package: SQLite related
PHP Version: 4.4.0 OS: Linux FreeBSD
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: fryk at tlen dot pl
New email:
PHP Version: OS:

 

 [2005-09-28 18:26 UTC] fryk at tlen dot pl
Description:
------------
PHP Crashes when you enter wrong table name in a query. For instance:

SELECT * FROM table1, table2 WHERE tble1.id = table2.id
                                   ^^^^^ - mistake here

Reproduce code:
---------------
SELECT * FROM table1, table2 WHERE tble1.id = table2.id
                                   ^^^^^ - mistake here


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-09-28 18:43 UTC] fryk at tlen dot pl
Does it remove this bug? Or you ask me to check it?
 [2005-09-28 20:44 UTC] sniper@php.net
Try it. I can't reproduce this with using PHP 5.1.0-dev. (I don't have use for PHP4 anymore so..)

 [2005-10-06 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Mar 14 09:01:29 2025 UTC