| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed the #ifdefs around "errno = ETIMEDOUT;" to include the rest | Andrew Skalski | 2000-05-23 | 1 | -3/+3 |
* | - PHP_WIN32 macro should be used with #ifdef/#ifndef | Andi Gutmans | 2000-05-23 | 2 | -8/+8 |
* | fixing type | Frank M. Kromann | 2000-05-23 | 1 | -1/+1 |
* | chang #if to #ifdef | Frank M. Kromann | 2000-05-23 | 1 | -1/+1 |
* | even better check for netinet/in.h | Thies C. Arntzen | 2000-05-23 | 1 | -1/+1 |
* | make ftp compile on unix again | Thies C. Arntzen | 2000-05-23 | 1 | -1/+1 |
* | s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files. | Sascha Schumann | 2000-05-23 | 1 | -4/+4 |
* | making ftp module compile and work on win32 | Frank M. Kromann | 2000-05-23 | 3 | -3/+22 |
* | applied Luca Montecchiani's win32 fixes (open files in binary mode | Andrew Skalski | 2000-05-22 | 2 | -7/+21 |
* | executor_globals is always passed to MINIT functions | Sascha Schumann | 2000-05-07 | 1 | -3/+0 |
* | Change reentrancy API to always use the php prefix. | Sascha Schumann | 2000-05-04 | 1 | -1/+1 |
* | Make ftp buildable as shared module | Sascha Schumann | 2000-05-02 | 3 | -1/+6 |
* | Remove trailing empty lines | Sascha Schumann | 2000-05-01 | 1 | -4/+0 |
* | Large test commit IV | Sascha Schumann | 2000-05-01 | 1 | -0/+1 |
* | Large commit test III | Sascha Schumann | 2000-05-01 | 1 | -0/+1 |
* | Large test commit II | Sascha Schumann | 2000-05-01 | 1 | -0/+2 |
* | Improved in-tree shared libraries build system | Sascha Schumann | 2000-05-01 | 1 | -1/+1 |
* | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 1 | -6/+1 |
* | Moving output modules | Frank M. Kromann | 2000-04-21 | 1 | -2/+2 |
* | A few .dsp fixes | Zeev Suraski | 2000-04-20 | 1 | -3/+3 |
* | Adding project file for ftp module on Win32 | Frank M. Kromann | 2000-04-20 | 1 | -0/+121 |
* | - Change PHP_ to V_ (directory & file functions) | Andi Gutmans | 2000-04-15 | 1 | -2/+2 |
* | - Hopefully got most of them. We also need a chdir_file function like | Andi Gutmans | 2000-03-30 | 1 | -2/+2 |
* | Welcome PHP_ARG_ENABLE and PHP_ARG_WITH. They are there to replace the common | Sascha Schumann | 2000-03-27 | 1 | -14/+7 |
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
* | added the ftp_site() function | Andrew Skalski | 2000-02-22 | 4 | -1/+50 |
* | recognize 125 as success for put/get commands | Andrew Skalski | 2000-02-16 | 1 | -3/+3 |
* | Whoops, defining them to empty values generates many parse errors. | Sascha Schumann | 1999-12-30 | 1 | -1/+1 |
* | Get rid of config.h.stub. Note that you should embed a comment about | Sascha Schumann | 1999-12-30 | 2 | -3/+1 |
* | Integration of -ng changes. Changes: | Sascha Schumann | 1999-12-30 | 2 | -4/+10 |
* | More php3 cleanup | Zeev Suraski | 1999-12-17 | 2 | -25/+7 |
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 2 | -3/+3 |
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -4/+4 |
* | Include header file for php_file_le_fopen() | Sascha Schumann | 1999-12-12 | 1 | -0/+2 |
* | ZTS compile fixes | Thies C. Arntzen | 1999-12-08 | 1 | -0/+3 |
* | typecast void pointer to char* for pointer arithmetic | Andrew Skalski | 1999-11-27 | 1 | -1/+1 |
* | Convert more source files to use thread-safe functions | Sascha Schumann | 1999-11-26 | 1 | -2/+2 |
* | <sys/time.h> is needed on linux | Thies C. Arntzen | 1999-11-19 | 1 | -1/+5 |
* | Removed stdio wrapper from sockets; added timeouts to socket ops. | Andrew Skalski | 1999-11-18 | 2 | -135/+394 |
* | Remove the extra INCLUDES line from most automake Mafiles. This is not | Sascha Schumann | 1999-11-13 | 1 | -1/+0 |
* | files are now resources, file.c is thread-safe, the le_ vars are no longer sh... | Thies C. Arntzen | 1999-10-15 | 1 | -10/+1 |
* | Added delete and rename functions. | Andrew Skalski | 1999-10-04 | 4 | -1/+103 |
* | * archive-based convenience libraries completely replaced | Sascha Schumann | 1999-10-04 | 1 | -2/+2 |
* | Added functions ftp_{pasv,size,mdtm,fget,fput} | Andrew Skalski | 1999-09-27 | 4 | -142/+384 |
* | fixed php3 code problem | Andrew Skalski | 1999-09-23 | 2 | -5/+5 |
* | Added optional port argument to ftp_connect() | Andrew Skalski | 1999-09-22 | 4 | -4/+55 |
* | removed NULL reference | Andrew Skalski | 1999-09-21 | 1 | -3/+1 |
* | added missing "addr.sin_family = AF_INET" to socket routines | Andrew Skalski | 1999-09-21 | 1 | -0/+2 |
* | php3 compatibility added | Andrew Skalski | 1999-09-20 | 2 | -6/+23 |
* | Replaced ftplib because of incompatible license. | Andrew Skalski | 1999-09-20 | 7 | -1945/+1350 |