[PHP] check public key of SSL client certificate

2009-02-01 Thread Serge
Hi, My php script is located on server with https protocol: https://www.somesite.com/myscript.php How can i check public key of client certificate, used for connection from client to server? I need to do it in php script. -- Serge -- PHP General Mailing List (http://www.php.net/) To unsubscr

Re: [PHP] PHP Enclosing Tags? Do You Close Your PHP Declarations?

2009-02-01 Thread Yannick Mortier
2009/2/2 Alpár Török : > > > 2009/2/1 Yannick Mortier >> >> I once read that this is even recommended by the PHP developers... Has >> anyone got a quote for me about this? >> > > I know thw ZF codinf style includes it as a must. See here : > > http://framework.zend.com/manual/en/coding-standard.ph

Re: [PHP] PHP Linux/Windows Outlook 2003 HTML email problem

2009-02-01 Thread Chris
German Geek wrote: Hi All, We've got a problem with our Ubuntu Linux machine sending HTML emails to Outlook 2003: It's an Ubuntu Server (uname -a Linux CDR2-221 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 GNU/Linux) with the newest version of Postfix installed as the Mail server.

[PHP] PHP Linux/Windows Outlook 2003 HTML email problem

2009-02-01 Thread German Geek
Hi All, We've got a problem with our Ubuntu Linux machine sending HTML emails to Outlook 2003: It's an Ubuntu Server (uname -a Linux CDR2-221 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 GNU/Linux) with the newest version of Postfix installed as the Mail server. Unfortunately, all

RE: [PHP] Re: [PHP-QA] problem code

2009-02-01 Thread David Swenson
~CODE~~~ > $x_Message = $x_fname." ".$x_lname." ".$_practice." just registered > for ".$x_nevent."Method of payment ".$x_payment." Email address > is".$x_email." Telephone number".$x_tele. "Question is ".$x_qanda."; ~/CODE~~ Recheck your code for syntax error. Ap

Re: [PHP] Weird url passing what does it mean, am I hacked?

2009-02-01 Thread Michael Kubler
Maybe you can use Firebug , or the Web Developer plugins for Firefox? Michael Kubler *G*rey *P*hoenix *P*roductions Ashley Sheridan wrote: On Sun, 2009-02-01 at 13:42 -0600, Terion Miller

Re: [PHP] Weird url passing what does it mean, am I hacked?

2009-02-01 Thread Ashley Sheridan
On Sun, 2009-02-01 at 13:42 -0600, Terion Miller wrote: > On Sun, Feb 1, 2009 at 11:17 AM, Ashley Sheridan > wrote: > > > On Sun, 2009-02-01 at 11:01 -0600, Terion Miller wrote: > > > > > > > > > On Sun, Feb 1, 2009 at 10:57 AM, Ashley Sheridan > > > wrote: > > > > > > On Sun, 2009-02-01

Re: [PHP] PHP Enclosing Tags? Do You Close Your PHP Declarations?

2009-02-01 Thread Alpár Török
2009/2/1 Yannick Mortier > 2009/1/30 Nitsan Bin-Nun : > > Do you close your PHP > > > No, I don't. The reason is that I use subversion and I always get a > message when I don't leave the last line empty. > So I kind of have to leave the I once read that this is even recommended by the PHP devel

[PHP] Re: [PHP-QA] problem code

2009-02-01 Thread Daniel Brown
Top-posting. Chris, you're on the wrong list. Please send messages like this to php-general@lists.php.net, and subscribe[1] to that list to follow along. This QA list is for the PHP Quality-Assurance Team. 1: http://php.net/mailinglists - or - php-general-subscr...@lists.php.net

Re: [PHP] CURL vs stream_socket_client

2009-02-01 Thread Yves Arsenault
Hey there, First off I'd like to thank the Magento module's author for the support. The canada post shipping module now works! The problem was a little bit different then I saw in other posts and forums. Basically, the curl function wouldn't connect to the sellonline.canadapost.ca system on the

Re: [PHP] Weird url passing what does it mean, am I hacked?

2009-02-01 Thread Terion Miller
On Sun, Feb 1, 2009 at 11:17 AM, Ashley Sheridan wrote: > On Sun, 2009-02-01 at 11:01 -0600, Terion Miller wrote: > > > > > > On Sun, Feb 1, 2009 at 10:57 AM, Ashley Sheridan > > wrote: > > > > On Sun, 2009-02-01 at 10:10 -0600, Terion Miller wrote: > > > I noticed yesterday that

[PHP] Re: Payment question in Canada

2009-02-01 Thread Michelle Konzack
Am 2009-01-30 22:47:10, schrieb Edmund Hertle: > Read this discussion. I think this will help you: > http://marc.info/?t=12329898971&r=1&w=2 Address Not Found www.marc.info could not be found. Please check the name and try again. Thanks, Greetings and nice Day/Evening Michelle Konzack

Re: [PHP] Weird url passing what does it mean, am I hacked?

2009-02-01 Thread Ashley Sheridan
On Sun, 2009-02-01 at 11:01 -0600, Terion Miller wrote: > > > On Sun, Feb 1, 2009 at 10:57 AM, Ashley Sheridan > wrote: > > On Sun, 2009-02-01 at 10:10 -0600, Terion Miller wrote: > > I noticed yesterday that sometimes I was seeing a strange > url passing at the

Re: [PHP] PHP Enclosing Tags? Do You Close Your PHP Declarations?

2009-02-01 Thread Yannick Mortier
2009/1/30 Nitsan Bin-Nun : > Do you close your PHP No, I don't. The reason is that I use subversion and I always get a message when I don't leave the last line empty. So I kind of have to leave the http://www.p-game.de Trade - Expand - Fight Follow me at twitter! http://twitter.com/moortier --

Re: [PHP] Weird url passing what does it mean, am I hacked?

2009-02-01 Thread Ashley Sheridan
On Sun, 2009-02-01 at 10:10 -0600, Terion Miller wrote: > I noticed yesterday that sometimes I was seeing a strange url passing at the > bottom of the browser when clicking around my site I'm working on while > watching the page loads, its calling to mouserunner.com and I went to the > site and it

[PHP] CLI [Lack of] Performance on Windows

2009-02-01 Thread Jason Young
I'm not much for running PHP on Windows, but I thought that many of the performance issues had been worked out... However, I'm trying to run a PHP through CLI and having a terrible experience with speed. This is running Windows Server 2008 (with a Quad-Core Intel, 4 GB of RAM). My problem in

[PHP] Weird url passing what does it mean, am I hacked?

2009-02-01 Thread Terion Miller
I noticed yesterday that sometimes I was seeing a strange url passing at the bottom of the browser when clicking around my site I'm working on while watching the page loads, its calling to mouserunner.com and I went to the site and it is a bunch of links, my site is on a private server for a large

Re: [PHP] Installation of php-5.2.8-win32-installer.msi

2009-02-01 Thread kimwah
Confirmed it is a php installation bug. Just found the step by step guide for Solving this problem. You can get the solution in http://d0--0b.blogspot.com/2009/02/cannot-install-php-528-to-xp-iis-5.html Hope this help :) -- View this message in context: http://www.nabble.com/Installation-of-ph

Re: [PHP] Re: More questions about SESSION use

2009-02-01 Thread Terion Miller
> > > > This is how it was originally written: > > if (empty($_SESSION['AdminLogin']) || $_SESSION['AdminLogin'] != true){ > > header ("Location: LogOut.php"); > > $_SESSION['user']=$UserName; > > $_SESSION['AdminID']=$AdminID; <--*I added this one originally the > > script only used '