PHP To Cold Fusion

2015-01-16 Thread Robert Harrison
I have an API I need to work with. No problem converting most to ColdFusion, but two strings I'm unsure of: 1. The PHP encode format is: $signature = base64_encode(hash_hmac('sha256', $mystring, true)); I think in CF the equivalent would be:

Re: PHP To Cold Fusion

2015-01-16 Thread Jon Clausen
1) No, that won’t work. toBase64(hash('testing', SHA-256)) gets you close but hash_hmac is a very specific PHP function in what it does. Is there a way you can use a different method to generate that signature or are you trying to maintain backward compatibility? Alternately, here’s a UDF

Re: PHP To Cold Fusion

2015-01-16 Thread Michael Dinowitz
2. The epoch is GMT and using the ColdFusion now() function returns local time, not GMT. This is a more accurate epoch value: left(GetTickCount(), 10) On Fri, Jan 16, 2015 at 1:04 PM, Jon Clausen jon_clau...@silowebworks.com wrote: 1) No, that won’t work. toBase64(hash('testing',

Re: PHP To Cold Fusion

2015-01-16 Thread Jon Clausen
And it’s simpler, to boot! What he said. :) On Jan 16, 2015, at 1:19 PM, Michael Dinowitz mdino...@houseoffusion.com wrote: 2. The epoch is GMT and using the ColdFusion now() function returns local time, not GMT. This is a more accurate epoch value: left(GetTickCount(), 10) On

RE: PHP To Cold Fusion

2015-01-16 Thread Robert Harrison
Thanks. I got through that one. Now I'm trying to set up the call rail API. Anyone done that in CF before? Thanks Robert Harrison Full Stack Developer AIMG rharri...@aimg.com Main Office: 704-321-1234 ext.121 Direct Line: 516-302-4345 www.aimg.com

Re: PHP To Cold Fusion

2015-01-16 Thread Byron Mann
The Y2K in me says this would be better ;-) int(getTickCount()/1000) On Fri, Jan 16, 2015 at 1:19 PM, Michael Dinowitz mdino...@houseoffusion.com wrote: 2. The epoch is GMT and using the ColdFusion now() function returns local time, not GMT. This is a more accurate epoch value:

PHP vs. Cold Fusion

2001-02-28 Thread Alex Puritche
Hi, folks! I'll highly appreciate if somebody can send me URL of the page where I can read performance comparison of the both techniques, of course if somebody has it own experience in such things then I'll get to know it with increased attention! P.S. I'm a bit abashed because of my English.

RE: PHP vs. Cold Fusion

2001-02-28 Thread Benjamin S. Rogers
:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 3:15 PM To: CF-Talk Subject: PHP vs. Cold Fusion Hi, folks! I'll highly appreciate if somebody can send me URL of the page where I can read performance comparison of the both techniques, of course if somebody has it own experience

Re: PHP vs. Cold Fusion

2001-02-28 Thread Michael S. Kimmett
is really up to you. - Original Message - From: "Alex Puritche" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 2:15 PM Subject: PHP vs. Cold Fusion Hi, folks! I'll highly appreciate if somebody can send me URL of the pa

Re: PHP vs. Cold Fusion

2001-02-28 Thread Howie Hamlin
configurable mail server Get your free copy of iMS POST-SE Server from CoolFusion! - Original Message - From: "Alex Puritche" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 3:15 PM Subject: PHP vs. Cold Fusion Hi, folks! I'