On Sun, 7 Dec 2003, Wez Furlong wrote:
>win32 build defines those symbols to 0 or 1 depending on if it
>is present or not.
Guess if the *nix build does that? :I
Generally, everything is either defined or not..
>openssl streams is unrelated to this fix as ftp extension
>doesn't use stream
<[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, December 07, 2003 10:24 AM
Subject: Re: [PHP-CVS] cvs: php-src /ext/ftp ftp.c ftp.h php_ftp.c
>
> How does changing '#ifdef' to '#if' fix it..?
> (see PHP_4_3 ext/openssl/config0.m4
How does changing '#ifdef' to '#if' fix it..?
(see PHP_4_3 ext/openssl/config0.m4 for how really fix it)
Anyway, I thought that openssl stuff registers some streams
stuff so you can build it as shared in PHP 5??
--Jani
On Sat, 6 Dec 2003, Wez Furlong wrote:
>wez
wez Sat Dec 6 11:12:10 2003 EDT
Modified files:
/php-src/ext/ftpftp.c ftp.h php_ftp.c
Log:
Fix ftp build when openssl is built as a shared extension.
Index: php-src/ext/ftp/ftp.c
diff -u php-src/ext/ftp/ftp.c:1.94 php-src/ext/ftp/ftp.c:1.95
--- php-src/
pollita Thu Sep 18 13:36:08 2003 EDT
Modified files:
/php-src/ext/ftpftp.c ftp.h php_ftp.c php_ftp.h
Log:
Add ftp_alloc() for servers which require client to predeclare filesize to be sent.
Index: php-src/ext/ftp/ftp.c
diff -u php-src/ext/ftp/ftp.c:1.91 php-
sniper Fri Jun 27 12:41:41 2003 EDT
Modified files:
/php-src/ext/ftpftp.c ftp.h php_ftp.c php_ftp.h
/php-src/ext/opensslphp_openssl.h
/php-src/main internal_functions.c.in
/php-src/sapi/apachephp_apache_http.h
Log:
- HAVE_O