Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43256 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40094 invoked from network); 4 Mar 2009 15:47:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Mar 2009 15:47:56 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.154 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 72.14.220.154 fg-out-1718.google.com Received: from [72.14.220.154] ([72.14.220.154:51216] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 41/F2-25985-AA2AEA94 for ; Wed, 04 Mar 2009 10:47:55 -0500 Received: by fg-out-1718.google.com with SMTP id e12so207143fga.23 for ; Wed, 04 Mar 2009 07:47:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=x8gjqdjXWHZW2V3m9p6FRdaoFuUnxp47aWOqVFA7edc=; b=xHsKXTeXBXTTGKNiRHgJ4qc4uZEZHnRu4lsg09aHVrz6dnoekKmus9pMW9Y43HnSBo g+3bpGbdjHKhxzATV7pIPBIcE7sb8jtRibyulQ9rSNogPIE4FSNS1XgWtulvzK6DqhUe 1wIvsU0YHeQ42HLksdP/4VKUE2H8dKqtB/XlA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Gok8v1L6bh9NQCgCqUkaez/vY4R29n5931s9Pynh3fh6sPL4P2n4I2nDzOEPdAIzFN IQ3A5S9bCB3Uy4UV6NKex81GuZ3HZjoeadRyAK3bJnNj6murL3heEAxkm/9ibvLu1c5B 7iNdphwKY9HP/i+ie1eEwaK1oR/keq8sQLn9o= MIME-Version: 1.0 Received: by 10.86.4.14 with SMTP id 14mr201126fgd.22.1236181671892; Wed, 04 Mar 2009 07:47:51 -0800 (PST) In-Reply-To: <10845a340903040738q5b9e7fd9p5ba814fe37c0b629@mail.gmail.com> References: <10845a340903040738q5b9e7fd9p5ba814fe37c0b629@mail.gmail.com> Date: Wed, 4 Mar 2009 16:47:51 +0100 Message-ID: To: RQuadling@googlemail.com Cc: PHP Internals List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Should windows builds of PHP have the https protocol registered? From: pierre.php@gmail.com (Pierre Joye) hi, It is, via openssl. php -d extension_dir=3Dext -dextension=3Dphp_openssl.dll -r "print_r(stream= _get _wrappers());" Array ( [0] =3D> php [1] =3D> file [2] =3D> glob [3] =3D> data [4] =3D> http [5] =3D> ftp [6] =3D> zip [7] =3D> compress.zlib [8] =3D> https [9] =3D> ftps [10] =3D> phar ) php -d extension_dir=3Dext -dextension=3Dphp_openssl.dll -i | find "https" Registered PHP Streams =3D> php, file, glob, data, http, ftp, zip, compress.zlib, https, ftps, phar Are you sure openssl is loaded? Cheers, On Wed, Mar 4, 2009 at 4:38 PM, Richard Quadling wrote: > Hi. > > Running PHP Version 5.3.0beta2-dev on Windows > > Registered PHP Streams =A0php, file, glob, data, http, ftp, zip, > compress.zlib, phar > > As such, I can't use https. Except for curl. > > Is that normal? > > -- > ----- > Richard Quadling > Zend Certified Engineer : http://zend.com/zce.php?c=3DZEND002498&r=3D2134= 74731 > "Standing on the shoulders of some very clever giants!" > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --=20 Pierre http://blog.thepimp.net | http://www.libgd.org