Opened 3 years ago

Closed 3 years ago

#1486410 closed Feature Patches (wontfix)

Replace double quotes by single quotes in program/include/session.inc

Reported by: hspaans Owned by:
Priority: 5 Milestone: 0.4-beta
Component: Core functionality Version: git-master
Severity: normal Keywords: has-patch
Cc:

Description

As single quotes should be somewhat faster then double quotes in PHP, the ones that could be changed are changed in file program/include/session.inc

Attachments (1)

roundcube-session.inc-r3195-hspaans-1.patch (2.7 KB) - added by hspaans 3 years ago.

Download all attachments as: .zip

Change History (2)

Changed 3 years ago by hspaans

comment:1 Changed 3 years ago by alec

  • Milestone changed from later to 0.4-beta
  • Resolution set to wontfix
  • Status changed from new to closed

There's no difference in speed using today's versions of PHP with single/double quoted strings. I like to use double quotes for strings like some messages or SQL queries and single quotes for some short labels. Session functions has been rewritten in [929a508d].

Note: See TracTickets for help on using tickets.