[PHP-WIN] PHP 4.4.9, Windows: php_openssl.dll is loaded, but https wrapper not found.

2009-02-10 Thread Jason Cipriani
I have PHP 4.4.9 running on Windows XP SP3. I am using the standalone PHP interpreter, not through Apache (just php.exe from the Windows binaries). I am attempting to use file_get_content to get a resource over HTTPS. At first I received an "invalid argument" error, and no other errors. I've done

[PHP-WIN] PHP4 source doesn't build on Windows...?

2009-02-10 Thread Jason Cipriani
I'm trying to build PHP 4.4.9 from source and it seems that most of the network related files #include . This has never been a Windows header. Did I get the wrong source or something? I grabbed it from here: http://www.php.net/downloads.php The build documentation at the bottom of the manual at

Re: [PHP-WIN] PHP4 source doesn't build on Windows...?

2009-02-11 Thread Jason Cipriani
On Wed, Feb 11, 2009 at 7:55 AM, Marco Schuster wrote: > 2009/2/11 Jason Cipriani : >> I'm trying to build PHP 4.4.9 from source and it seems that most of >> the network related files #include . >> >> This has never been a Windows header. >> >> Did I

Re: [PHP-WIN] PHP 4.4.9, Windows: php_openssl.dll is loaded, but https wrapper not found.

2009-02-11 Thread Jason Cipriani
On Wed, Feb 11, 2009 at 7:55 AM, Marco Schuster wrote: > 2009/2/10 Jason Cipriani : >> I've added php_openssl.dll to php.ini. Once I did that, the error changed to: >> >> "Unable to find wrapper 'https' - did you forget to enable it when you >>

Re: [PHP-WIN] PHP 4.4.9, Windows: php_openssl.dll is loaded, but https wrapper not found.

2009-02-13 Thread Jason Cipriani
working correctly with file_get_content() -- it will always be a mystery to me why PHP 4 gave so much trouble; it *is* documented to support https requests. Thanks again! Jason > > -Joe > > Quoting Jason Cipriani : > >> On Wed, Feb 11, 2009 at 7:55 AM, Marco Schuste