php-windows Digest 11 Feb 2009 12:56:06 -0000 Issue 3571
Topics (messages 29167 through 29169):
PHP4 source doesn't build on Windows...?
29167 by: Jason Cipriani
29169 by: Marco Schuster
Re: PHP 4.4.9, Windows: php_openssl.dll is loaded, but https wrapper not found.
29168 by: Marco Schuster
Administrivia:
To subscribe to the digest, e-mail:
php-windows-digest-subscr...@lists.php.net
To unsubscribe from the digest, e-mail:
php-windows-digest-unsubscr...@lists.php.net
To post to the list, e-mail:
php-wind...@lists.php.net
----------------------------------------------------------------------
--- Begin Message ---
I'm trying to build PHP 4.4.9 from source and it seems that most of
the network related files #include <arpa/inet.h>.
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
http://www.php.net/manual/en/install.windows.building.php doesn't
mention anything about it.
Thanks,
Jason
--- End Message ---
--- Begin Message ---
2009/2/11 Jason Cipriani <jason.cipri...@gmail.com>:
> I'm trying to build PHP 4.4.9 from source and it seems that most of
> the network related files #include <arpa/inet.h>.
>
> This has never been a Windows header.
>
> Did I get the wrong source or something? I grabbed it from here:
That's a pretty ancient php version o_O Has anyone ever successfully
built it on Windows?
Marco
--
VMSoft GbR
Nabburger Str. 15
81737 München
Geschätsführer: Marco Schuster, Volker Hemmert
http://vmsoft-gbr.de
--- End Message ---
--- Begin Message ---
2009/2/10 Jason Cipriani <jason.cipri...@gmail.com>:
> 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
> configured PHP?"
>
> I guess I did forget to configure it, but I don't know how. Everything
> I have seen so far suggests that simply loading the DLL is enough to
> enable OpenSSL support, define the wrapper, and solve the problem, but
> that does not seem to be the case. I have done a considerable amount
> of experimenting and Google searching but have made no progress.
>
> How can I make this work? I can verify that the DLL is loaded and that
> I am using the PHP.INI file that I think I'm using (by moving the DLL
> out of the path to verify that PHP.EXE fails, and by modifying the
> PHP.INI file and verifying the effects). I can verify that openssl
> support is enabled because the openssl modules shows up in phpinfo().
> However, I'm not sure how to define the https wrapper.
>
What PHP version is this? The dates from the phpconfig output indicate
you use a very old PHP version.
Marco
--
VMSoft GbR
Nabburger Str. 15
81737 München
Geschätsführer: Marco Schuster, Volker Hemmert
http://vmsoft-gbr.de
--- End Message ---