Commit Graph

12 Commits

Author SHA1 Message Date
Harry G. Coin bda6861f88 \r\n --> \n
Cause all the .php files containing lines ending with \r\n to instead end with \n.

DYI with:

find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-25 20:30:23 -05:00
mafoo 1726744f4e WhitespaceClean-resources/classes
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 12:08:26 +00:00
Alexey Melnichuk 8ac7d708d3 Change. Reuse same esl connection to send cache event and command.
Fix. Implicitly close esl connection after do cache command.
2015-12-24 13:19:53 +03:00
Mark Crane 4c2225828b Use memcache flush in the new PHP class. 2015-01-16 08:25:54 +00:00
Mark Crane a70aebcef8 Remove an extra space in the event. 2015-01-16 04:16:56 +00:00
Mark Crane 97f4d3a9c3 Send a custom memcache event to FreeSWITCH. 2015-01-16 03:52:32 +00:00
Mark Crane 495f4a0226 Fix the string quotations and return on the method. 2015-01-15 19:33:27 +00:00
Mark Crane 59822e6091 Change the methods from private to public. 2015-01-15 19:24:54 +00:00
Mark Crane 8349b992a5 Add a missing bracket. 2015-01-15 19:22:39 +00:00
Mark Crane 83b24148df Get rid of this variable since its not being used. 2015-01-15 18:34:02 +00:00
Mark Crane 80ddf8abd9 Correct the methods in the class description. 2015-01-15 18:19:54 +00:00
Mark Crane 7e0e678578 Add the first version of the cache class. 2015-01-15 18:15:25 +00:00