| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tag 'PRE_ISSET_PATCH'.PRE_ISSET_PATCH | SVN Migration | 2002-02-03 | 1 | -782/+0 |
* | - Now use ZE's builtin zend_zval_type_name(). | Markus Fischer | 2002-01-03 | 1 | -35/+1 |
* | - FTP_BINARY is more common instead of FTP_IMAGE. | Markus Fischer | 2002-01-03 | 1 | -1/+1 |
* | Please, no punctuation mark at the end of the description. | Egon Schmid | 2002-01-03 | 1 | -4/+4 |
* | - Corrected proto for ftp_connect() (new optional parameter for initial | Markus Fischer | 2002-01-02 | 1 | -1/+1 |
* | - Added ftp_set_option(), ftp_get_option() and support for setting a | Markus Fischer | 2002-01-02 | 1 | -12/+115 |
* | - Fixed ftp_fget() and ftp_mkdir() protos. | Markus Fischer | 2002-01-02 | 1 | -2/+2 |
* | - Corrected proto for ftp_fget(). | Markus Fischer | 2002-01-02 | 1 | -1/+1 |
* | - Switched to zend_parse_parameters(), unified error/warning messages, | Markus Fischer | 2002-01-01 | 1 | -373/+220 |
* | Fixed a proto. | Egon Schmid | 2001-12-30 | 1 | -1/+1 |
* | proto fix | Hartmut Holzgraefe | 2001-12-15 | 1 | -1/+1 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | - Missed one | Andi Gutmans | 2001-12-03 | 1 | -4/+4 |
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+10 |
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -1/+1 |
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -1/+2 |
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -3/+3 |
* | More TSRMLS_FETCH annihilation (Zend compatibility patch) | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
* | @Added support for socket and popen file types to ftp_fput (Jason) | Jason Greene | 2001-07-17 | 1 | -4/+6 |
* | Change copyright note. | Sebastian Bergmann | 2001-06-19 | 1 | -21/+9 |
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
* | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -4/+4 |
* | Run through conv_z_macros | Sascha Schumann | 2000-11-22 | 1 | -32/+32 |
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -1/+1 |
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -2/+3 |
* | more cleanup of info code | Daniel Beulshausen | 2000-10-08 | 1 | -1/+9 |
* | - Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>) | Derick Rethans | 2000-09-13 | 1 | -0/+31 |
* | Beautified some protos. | Egon Schmid | 2000-08-08 | 1 | -3/+2 |
* | The description for protos need no period. | Egon Schmid | 2000-07-13 | 1 | -7/+7 |
* | - Fix a couple of wranings in the FTP code and in parsedate.y | Zeev Suraski | 2000-06-17 | 1 | -1/+1 |
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -21/+21 |
* | - PHP_WIN32 macro should be used with #ifdef/#ifndef | Andi Gutmans | 2000-05-23 | 1 | -2/+2 |
* | making ftp module compile and work on win32 | Frank M. Kromann | 2000-05-23 | 1 | -0/+1 |
* | applied Luca Montecchiani's win32 fixes (open files in binary mode | Andrew Skalski | 2000-05-22 | 1 | -0/+8 |
* | executor_globals is always passed to MINIT functions | Sascha Schumann | 2000-05-07 | 1 | -3/+0 |
* | Make ftp buildable as shared module | Sascha Schumann | 2000-05-02 | 1 | -0/+4 |
* | - 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 |
* | 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 | 1 | -0/+30 |
* | More php3 cleanup | Zeev Suraski | 1999-12-17 | 1 | -17/+3 |
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -2/+2 |
* | 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 |
* | 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 | 1 | -0/+62 |
* | Added functions ftp_{pasv,size,mdtm,fget,fput} | Andrew Skalski | 1999-09-27 | 1 | -126/+205 |
* | fixed php3 code problem | Andrew Skalski | 1999-09-23 | 1 | -4/+4 |
* | Added optional port argument to ftp_connect() | Andrew Skalski | 1999-09-22 | 1 | -4/+21 |