php-general Digest 25 Nov 2011 14:13:24 -0000 Issue 7583

Topics (messages 315802 through 315806):

Retrieve subjectAltName from client certificate
        315802 by: Nelson Teixeira

news and article posts in one table
        315803 by: muad shibani
        315804 by: Geert Mak

Hi!
        315805 by: Jay S

Method argument context resolution syntax
        315806 by: Dmitry

Administrivia:

To subscribe to the digest, e-mail:
        php-general-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-general-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-gene...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
Hello,

 I'm trying to read subjectAltName field from a client certificate with

$x509 = openssl_x509_parse($_SERVER['SSL_CLIENT_CERT']);
$subjectAltName = $x509['extensions']['subjectAltName'];

but the field contains " othername:, othername:, othername:," where the
real data should be. There's valid data there because I can see it in
firefox's certificate view. I already have SSLOptions +StdEnvVars
+ExportCertData configured in apache. I can read correctly serveral other
fields.

How can I receive correctly from apache and extract the real data ?

-Nelson

--- End Message ---
--- Begin Message ---
i wanna to create one table that contains both news and articles posts,
they have similar columns like id, title, content, and date but they are
differ in one column = the source of news or article post
article has  writers that have permanent names and pictures obtained from
another table called writers that supposed to be  left joined with the news
table, while news posts simply have a source as text like AFP
or Reuters and so one.

How I can solve this ?

--- End Message ---
--- Begin Message ---
You do not want to have Reuters as a "writer" with logo instead of a photo?

On 24.11.2011, at 22:55, muad shibani <muad.shib...@gmail.com> wrote:

> i wanna to create one table that contains both news and articles posts,
> they have similar columns like id, title, content, and date but they are
> differ in one column = the source of news or article post
> article has  writers that have permanent names and pictures obtained from
> another table called writers that supposed to be  left joined with the news
> table, while news posts simply have a source as text like AFP
> or Reuters and so one.
> 
> How I can solve this ?

--- End Message ---
--- Begin Message ---
Hi,

Hope you are doing awesome!

My name is Jay and I am the Affiliate Account
Manager at InstallMonetizer.

I wanted to connect with you and show you
how you can make more money by using our
services to monetize your install path. :)

Currently, I see you are offering your
software on Download.com.

Our payouts will far exceed that.

Below are our sample payouts (eCPM):
**1000 USA offer screens displayed: $380.00
**1000 European offer screens displayed: $230.00
NOTE - We monetize all countries :)

Most publishers run a test with us and
quickly see that we payout 3-4x more
than their current advertiser.

I would love have you run a test on our network. :)

When would be a good time to chat?
Skype: jay.installmonetizer
Yahoo: dhaliwal.jasjeet

Thanks for your time!


-- 
Sincerely,
Jay S.
j...@installmonetizercorp.com <j...@installmonetizer.com>
Skype: jay.installmonetizer
Yahoo: dhaliwal.jasjeet

--- End Message ---
--- Begin Message ---
Hello, everybody.

What do you think about this? https://bugs.php.net/bug.php?id=60372

--- End Message ---

Reply via email to