247 Commits (495a5ab0057504b6719ee5be7462db8fa64a46f2)

Author SHA1 Message Date
Anantha Kesari H Y e12ea3c30d removed redundant NEW_LIBC check 22 years ago
Wez Furlong 99e290f882 Fix for Bug #24189: possibly unsafe select(2) usage. 22 years ago
Ilia Alshanetsky dbc60edabf Fixed bug #27809 (ftp_systype returns null on some ftp servers). 23 years ago
Hartmut Holzgraefe eeb172b29f "The Visa to Sibiria" (work in progress) 23 years ago
Ilia Alshanetsky b176ee99d3 Fixed bug #27633 (Incorrect EOL translation by ftp_get() in ASCII mode). 23 years ago
Sara Golemon 85aa47efab Don't rely on ANSI tmpfile(), use the streams layer instead, it'll deal with platform issues. 23 years ago
Ard Biesheuvel 81f05c18f5 Wordsize fixes 23 years ago
Sara Golemon c23305e184 Avoid use of memcpy(), reply on struct in_addr to be right sized instead 23 years ago
Sara Golemon 4113da3f86 s_addr is always unsigned 32bit, long is not. 23 years ago
foobar 5b59254761 - Fixed bug #26896 (ext/ftp does not work as shared extension) 23 years ago
foobar ccfc46b0aa - Happy new year and PHP 5 for rest of the files too.. 23 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 23 years ago
Sara Golemon d516184885 Fail loudly, silence bogus bugs. 23 years ago
Wez Furlong bf033aa5a8 Fix ftp build when openssl is built as a shared extension. 23 years ago
Wez Furlong dbb152b96a Detect and enable IPv6 support under win32. 23 years ago
Wez Furlong 05b9b20ed8 Add new (optional!) win32 build infrastructure. 23 years ago
Ilia Alshanetsky 046904f2b1 Fixed bug #26113 (remove leftover local file when ftp_get/ftp_nb_get fails) 23 years ago
Sara Golemon 0a3bc21c5c Manageability 23 years ago
Sara Golemon c553af47e0 Add ftp_alloc() for servers which require client to predeclare filesize to be sent. 23 years ago
Sara Golemon 4e6672eadd Fix Bug #25294 LIST/NLST can cause segfault because ftp->data not cleaned properly 23 years ago
Sara Golemon 4936234fd8 MFB(r-1.74.2.13) Bug #25314 ASCII mode transfers behaving like binary when initiated from windows. 23 years ago
Ilia Alshanetsky 07f864d06b Make sure that ftp->data is nulled after it's freed. This may fix bug 23 years ago
Ilia Alshanetsky 9d9727aac5 Fixed compiler warnings. 23 years ago
Ilia Alshanetsky 93bcd55eaf emalloc -> safe_emalloc 23 years ago
Zeev Suraski 23f08b9a2f fix another broken prototype 23 years ago
Zeev Suraski 2e869c7cb3 Fix prototype 23 years ago
foobar 3a7ca909be - HAVE_OPENSSL_EXT is not defined always. 23 years ago
Andrey Hristov eb33adf139 proto fixes 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
Moriyoshi Koizumi 08bf402440 Fixed bug #23683 23 years ago
Sara Golemon c9651182c6 MFB(r-1.74.2.8) Bug #14369. ftp extension allows circumvention of safe_mode restrictions. HEAD version of this patch uses the simpler open_wrapper approach to applying safe mode restrictions. Also allows writting to/from wrappers this way. 23 years ago
Ilia Alshanetsky 6965f229a6 MFH 24 years ago
Sebastian Bergmann 5ca078779a Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32. 24 years ago
foobar d0ac3d0646 Fixed bug #22765 24 years ago
David Hill 4f8ae7b111 fixing missed int to long with zend_parse_parameters 24 years ago
David Hill 5c90216d2c 64-bit correction to variables passed to zend_parse_parameters 24 years ago
Wez Furlong 349ce76f96 Tidy up stupid signed/unsigned issues with win32 by introducing a php_socket_t typedef. 24 years ago
Wez Furlong 1b53a2d12e New user-space functions: 24 years ago
foobar 08b5f6b2b9 - No need to include the ssl headers elsewhere but in ext/openssl 24 years ago
Wez Furlong 0a18a9d744 A add much more useful select(2) implementation than is provided by 24 years ago
Ilia Alshanetsky c59240d599 CS fixes. 24 years ago
Sara Golemon a9e1b5f641 MFB(r-1.68.2.5) Bug 22052 24 years ago
Sara Golemon d1d0d0b71a Bug #22059. ftp_chdir() causes segfault. efree(ftp->pwd) was being called without knowing for certain that ftp->pwd 24 years ago
Sara Golemon 81797baed4 Add ftp_raw() to send raw command strings to an FTP server. 24 years ago
Sara Golemon d0cb097c52 Fix potential buffer overflow. 24 years ago
Sara Golemon 761fa96412 Feature Request #21748. Added function ftp_chmod(). 24 years ago
Ilia Alshanetsky 928c260c57 ZTS cleanup. 24 years ago
Ilia Alshanetsky f0de896ed2 Fixed ZTS build. 24 years ago
Ilia Alshanetsky 34e868d451 MFB + CS 24 years ago
Anantha Kesari H Y 90ba724072 Modified for NetWare. 24 years ago