PHP 4.4.9 : Registered PHP streams

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Soko
Forum Newbie
Posts: 1
Joined: Tue Nov 18, 2008 12:25 pm

PHP 4.4.9 : Registered PHP streams

Post by Soko »

Mornin,

Curious if there's a reason why PHP 4.4.9 on win32 doesn't natively include https/ftps (the redistributable on their site), I've loaded the precompiled version on plenty on 3 fresh installs, each reports the same results with registered streams only being (from a phpinfo):
Registered PHP Streams php, http, ftp, compress.zlib

on previous installs (4.4.8 etc) it adds https / ftps, I'm pretty sure this is the source of my problem (in some way or another).
added the openssl extension - same deal, pretty new to PHP, most of the responses i've heard back are 'upgrade' and would like to avoid that, pretty sure there's something really simple I'm missing.

Has anyone seen something like this before?
this is pretty vague so if you need additional info will provide.


Thanks,
SOD | Sol
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Re: PHP 4.4.9 : Registered PHP streams

Post by Ambush Commander »

http://bugs.php.net/bug.php?id=28234&edit=1

I also have a 4.4.8 install and it does NOT include https streams support (then again, my PHP 5 installs don't have it either).
Post Reply