phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [bugs #7269] PHP problems in class.sql.inc.php


From: Dave Hall
Subject: [Phpgroupware-tracker] [bugs #7269] PHP problems in class.sql.inc.php
Date: Sat, 01 May 2004 05:37:45 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040405 Firefox/0.8

This mail is an automated notification from the bugs tracker
 of the project: phpGroupWare.

/**************************************************************************/
[bugs #7269] Latest Modifications:

Changes by: 
                Dave Hall <address@hidden>
'Date: 
                Sat 05/01/04 at 09:37 (Australia/Melbourne)

            What     | Removed                   | Added
---------------------------------------------------------------------------
         Assigned to | eald                      | jarg







/**************************************************************************/
[bugs #7269] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=7269>
Project: phpGroupWare
Submitted by: Kai Hofmann
On: Thu 01/15/04 at 13:18

Category:  API - phpGWapi
Item Group:  0.9.16RC2
Severity:  7 - Major
Priority:  5 - Normal
Resolution:  Later
Assigned to:  jarg
Status:  Open
Component Version:  CVS
Platform Version:  None
Reproducibility:  None


Summary:  PHP problems in class.sql.inc.php

Original Submission:  The following functions produce errors in my php 
compiler, because they are php keywords:

function string($str)
function integer($integer)

This one is also a php keyword (that produces no error for now - but might be 
in the future):

function null()

This one is no keyword, but should be changed analog to string and integer:

function character($str)



Also using method names that are like typical keywords (the same for SQL) is 
always bad programm practice and should be avoided!











For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=7269>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]