Re: [PHP] Date weirdness

2013-03-28 Thread Larry Martell
On Thu, Mar 28, 2013 at 4:55 PM, Maciek Sokolewicz wrote: > On 28-3-2013 22:40, Larry Martell wrote: >> >> On Thu, Mar 28, 2013 at 2:44 PM, Steven Staples wrote: I think I am losing my mind. I have some time zone converting code, and I just don't understand what I am seeing. A

Re: [PHP] Date weirdness

2013-03-28 Thread Maciek Sokolewicz
On 28-3-2013 22:40, Larry Martell wrote: On Thu, Mar 28, 2013 at 2:44 PM, Steven Staples wrote: I think I am losing my mind. I have some time zone converting code, and I just don't understand what I am seeing. Also my system seems to return the wrong time after I do some date operations on unre

Re: [PHP] Date weirdness

2013-03-28 Thread Larry Martell
On Thu, Mar 28, 2013 at 2:44 PM, Steven Staples wrote: >> I think I am losing my mind. I have some time zone converting code, and I >> just don't understand what I am seeing. Also my system seems to return the >> wrong time after I do some date operations on unrelated objects. >> >> This is from a

Re: [PHP] magic_quotes_gpc stays on even when disabled in php.ini

2013-03-28 Thread Madan Thapa
Turned out that this was due to cafeFS in cloudlinux, and i had to copy the php.ini file inside cafeFS skeleton, so not any php issue in this case I thank you all for your inputs On Thu, Mar 28, 2013 at 7:52 PM, Jim Giner wrote: > On 3/27/2013 8:43 PM, Daniel Fenn wrote: > >> I think ";ma

[PHP] openssl and self signed ssl certs

2013-03-28 Thread Sean Laval
I am using a php oauth library which is trying to make secure connections to the oauth server and failing I think because the oauth server uses a self signed cert. How do get php/openssl to trust the cert... where do I import the cert. The cert store is obvious in the openssl implementation I c

RE: [PHP] Date weirdness

2013-03-28 Thread Steven Staples
> I think I am losing my mind. I have some time zone converting code, and I > just don't understand what I am seeing. Also my system seems to return the > wrong time after I do some date operations on unrelated objects. > > This is from a machine that is in eastern time. I want to convert to, for

[PHP] Date weirdness

2013-03-28 Thread Larry Martell
I think I am losing my mind. I have some time zone converting code, and I just don't understand what I am seeing. Also my system seems to return the wrong time after I do some date operations on unrelated objects. This is from a machine that is in eastern time. I want to convert to, for example ce

[PHP] Problem with soap - Error Fetching http headers

2013-03-28 Thread Radek KrejĨa
Hello, I am starting to make my first soap server/client. I found nice tutorial (manual pages on PHP is not detailed) and I have this server script: http://codeviewer.org/view/code:3131 boxing.wsdl looks: http://codeviewer.org/view/code:3132 and client script looks http://codeviewer.org/vi

Re: [PHP] magic_quotes_gpc stays on even when disabled in php.ini

2013-03-28 Thread Jim Giner
On 3/27/2013 8:43 PM, Daniel Fenn wrote: I think ";magic_quotes_gpc = Off" should be "magic_quotes_gpc = Off" Then restart apache/php or whatever it is your running Regards, Daniel Fenn On Thu, Mar 28, 2013 at 11:39 AM, Madan Thapa wrote: Hi, I installed php 5.3.23 recently on a CentOS