php-general Digest 28 Mar 2013 14:22:47 -0000 Issue 8177

2013-03-28 Thread php-general-digest-help
php-general Digest 28 Mar 2013 14:22:47 - Issue 8177 Topics (messages 320705 through 320709): Re: magic_quotes_gpc stays on even when disabled in php.ini 320705 by: Daniel Fenn 320709 by: Jim Giner Re: php, openssl and GOST ciphers 320706 by: czirzow.gmail.com

Re: [PHP] php, openssl and GOST ciphers

2013-03-28 Thread Eugene M. Zheganin
Hi. On 28.03.2013 11:43, czir...@gmail.com wrote: My suggestion is to ensure all the paths to what you use are valid This should help: var_dump('file://'.realpath('./p12.pem')); Does that and the rest of the files Exists? I do hope these files are not in your document root Thanks for your

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 madan.feedb...@gmail.com wrote: Hi, I installed php 5.3.23

[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

[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

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] 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

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 jim.gi...@albanyhandball.comwrote: On 3/27/2013 8:43 PM, Daniel

Re: [PHP] Date weirdness

2013-03-28 Thread Larry Martell
On Thu, Mar 28, 2013 at 2:44 PM, Steven Staples sstap...@mnsi.net 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

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 sstap...@mnsi.net 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

Re: [PHP] Date weirdness

2013-03-28 Thread Larry Martell
On Thu, Mar 28, 2013 at 4:55 PM, Maciek Sokolewicz maciek.sokolew...@gmail.com wrote: On 28-3-2013 22:40, Larry Martell wrote: On Thu, Mar 28, 2013 at 2:44 PM, Steven Staples sstap...@mnsi.net wrote: I think I am losing my mind. I have some time zone converting code, and I just don't