Keith Davis

Avatar
  • Total activity 1129
  • Last activity
  • Member since
  • Following 1 user
  • Followed by 0 users
  • Votes 7
  • Subscriptions 303
  • Created

    How to search CVS?

    We are evaluating this product as a replacement or to work along side with Netbeans. In Netbeans, I can search myCVS commit messages (we store ticket numbers in these.)Is there a way to search CVS ...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    CVS - Commit Text Files

    I have and .ini file that I cannot commit in PHPStorm, because it says that no changes are detected, but it has been changed and other CVS clients detect this properly. Is there a problem with text...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    CVS - Compare Branch/Tags

    Is there a way to compare two branches in PHPStorm? ZendStudio has this feature.
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    PHPStorm - Find Does Not Show File??

    Shouldn't this indicate what file we are looking at?Attachment(s):screen1.JPG
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Unused Local Variable? Bug?

    Can someone tell me why it's calling this variableu ($sPlusMinus) unused?public static function ProgressAllMachineSteps(){  global $iProgressID, $sPlusMinus, $iStepChangeAmount, $sPTOT, $sHeavyLigh...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Unusued Local Variable - Variable Variables?

    PHPStorm indicates $aColsHeavy and $aColsLight are unused. How do I tell PHPStorm that this these variables ARE used?  $aColsHeavy = explode(",", $sColsHeavy);  $aColsLight = explode(",", $sColsLig...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Undefined Field inspection on imap_fetch_overview returned objects

    PHPStorm 2.0 Previewmsgno is being marked as invalid, but it's not:  $oMC   = imap_check($rMailbox);  // Fetch an overview for all messages in INBOX  $rOverView = imap_fetch_overview($rMailbox, '1:...
    • 2 followers
    • 11 comments
    • 0 votes
  • Created

    How do I specify the php.ini file?

    I added my PHP directory to the PHP Home: setting (c:\PHP), but it's using the php.ini file in that directory. On our development machines, we specify using PHPRC that the php.ini file should be c:...
    • 2 followers
    • 5 comments
    • 0 votes
  • Created

    Where is the Line Ending Marker Setting?

    I can't seem to find where this changed.          
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    Undefined ______ (field, method) Problem

    I am new to PHPStorm, but use several other IDE's fluently (Netbeans, Zend Studio.) PHPStorm's inspection is indicating the methods for a class are undefined, but they are defined. Here is an examp...
    • 3 followers
    • 5 comments
    • 0 votes