hyanantha Wed Jan 5 04:40:50 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/ftpftp.c
Log:
Removed redundant NEW_LIBC checks
http://cvs.php.net/diff.php/php-src/ext/ftp/ftp.c?r1=1.103.2.2&r2=1.103.2.3&ty=u
Index: php-src/ext/ftp/ftp.c
diff -
hyanantha Wed Jan 5 05:20:47 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/ftpphp_ftp.c
Log:
Removed redundant NEW_LIBC checks for NetWare
http://cvs.php.net/diff.php/php-src/ext/ftp/php_ftp.c?r1=1.100&r2=1.100.2.1&ty=u
Index: php-src/ext/
hyanantha Wed Jan 5 05:24:40 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/ldap ldap.c
Log:
Removed redundant NEW_LIBC checks for NETWARE
http://cvs.php.net/diff.php/php-src/ext/ldap/ldap.c?r1=1.154&r2=1.154.2.1&ty=u
Index: php-src/ext/ldap/
hyanantha Wed Jan 5 06:09:13 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/sessionmod_files.c
Log:
passing FD_CLOEXEC would be a standard way to pass argument to fcntl's last
argument than 1
http://cvs.php.net/diff.php/php-src/ext/se
On Wed, 5 Jan 2005, Anantha Kesari H Y wrote:
> hyanantha Wed Jan 5 06:09:13 2005 EDT
>
> Modified files: (Branch: PHP_5_0)
> /php-src/ext/session mod_files.c
> Log:
> passing FD_CLOEXEC would be a standard way to pass argument to fcntl's last
> argument t
jorton Wed Jan 5 16:33:57 2005 EDT
Modified files:
/php-src/ext/curl interface.c
Log:
Fix #31413: curl POSTFIELDS usage on 64-bit platforms.
http://cvs.php.net/diff.php/php-src/ext/curl/interface.c?r1=1.53&r2=1.54&ty=u
Index: php-src/ext/curl/interface.c
If it isn't supported then maybe it should be:
#ifndef FD_CLOEXEC
#define FD_CLOEXEC 1
#endif
At 12:44 PM 1/5/2005 +0100, Derick Rethans wrote:
On Wed, 5 Jan 2005, Anantha Kesari H Y wrote:
> hyanantha Wed Jan 5 06:09:13 2005 EDT
>
> Modified files: (Branch: PHP_5_0)
>
sniper Wed Jan 5 20:59:52 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/sessionmod_files.c
Log:
Revert. This is always 1.
http://cvs.php.net/diff.php/php-src/ext/session/mod_files.c?r1=1.95.2.1&r2=1.95.2.2&ty=u
Index: php-src/ext/session/mod_f
People with short memories ;)
This was discussed a while back and everybody including ext/session
maintainer agreed that that was the right patch to apply since some OS's
like Netware don't use magic numbers like 1.
So please revert your revert.
Edin
- Original Message -
From: "Jani Ta
Isn't the compiler supposed to take care of that?
Andi
At 09:33 PM 1/5/2005 +, Joe Orton wrote:
jorton Wed Jan 5 16:33:57 2005 EDT
Modified files:
/php-src/ext/curl interface.c
Log:
Fix #31413: curl POSTFIELDS usage on 64-bit platforms.
http://cvs.php.net/diff.php/php-src/
10 matches
Mail list logo