D Lanza38

Avatar
  • Total activity 68
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 10
  • Subscriptions 14
  • Created

    Configuring Remote (WSL) Composer in PHPStorm

      I'm trying to configure a PHPStorm project to utilize both remote PHP and a remote Composer. Remote being my Windows Subsystem for Linux (WSL) installation. However, when I initiate any Compo...
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    Upgrading to 2020.2 breaks IBM Db2 (JTOpen) connectivity

    Yesterday I was able to connect to my IBM Db2 database using the IBM Db2 (JTOpen) driver perfectly fine. Today when I opened PHPStorm, I was prompted to upgrade to 2020.2. Now I can no longer conne...
    • 4 followers
    • 5 comments
    • 0 votes
  • Created

    Parameters in UDTF - DB2 for IBM i

    Answered
    I'm having some difficulty executing a query which uses a User Defined Table Function with parameters. I'm not sure if my issue is UDTF support, or if it is how I am specifying the parameters. Exam...
    • 3 followers
    • 7 comments
    • 0 votes
  • Created

    Nested Ternary Operator

    If I create a scratch file in PHPStorm 2019.0.3 which contains: ``` <?php$var1 = true;$var2 = false;$var3 = true;$var4 = false;$var5 = true;$value = $var1 ? $var2 : $var3 ? $var4 : $var5; ``` Then ...
    • 3 followers
    • 4 comments
    • 0 votes