Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some unnecessary HAVE_EXTNAME guards | Nikita Popov | 2020-09-07 | 1 | -9/+1 |
| | | | | | | | | A recurring pattern in old extension: Putting the whole source code behind HAVE_EXTNAME. This is pointless, as the code is only compiled if the extension is enabled. This removes a couple of them, but not all. | ||||
* | Fix [-Wundef] warning in FTP extension | George Peter Banyard | 2020-05-16 | 1 | -1/+1 |
| | |||||
* | Generate functions entries from stubs for another set of extensions | Máté Kocsis | 2020-04-05 | 1 | -38/+0 |
| | | | | Closes GH-5351 | ||||
* | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
| | | | | Closes GH-4732. | ||||
* | Remove year range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
| | |||||
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | ||||
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Add ftp_append to create a new file or append data to an existing file (RFC959) | Andreas Treichel | 2017-08-02 | 1 | -0/+1 |
| | |||||
* | FTP: implement MLSD for structured listing of directories, decribed at ↵ | Andreas Treichel | 2017-01-29 | 1 | -0/+1 |
| | | | | https://tools.ietf.org/html/rfc3659 | ||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
* | | Implement FR #55651 (Option to ignore the returned FTP PASV address) | Avi Brender | 2015-12-15 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Implement FR #55651 (Option to ignore the returned FTP PASV address) | Avi Brender | 2015-12-15 | 1 | -0/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | cleaning up the version macros | Anatol Belski | 2015-03-23 | 1 | -0/+3 |
| | | |||||
* | | enable ftps for shared ext/ftp | Anatol Belski | 2015-03-11 | 1 | -1/+1 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Add ftp_alloc() for servers which require client to predeclare filesize to ↵ | Sara Golemon | 2003-09-18 | 1 | -0/+1 |
| | | | | be sent. | ||||
* | - HAVE_OPENSSL_EXT is not defined always. | foobar | 2003-06-27 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Add ftp_raw() to send raw command strings to an FTP server. | Sara Golemon | 2003-01-31 | 1 | -0/+1 |
| | |||||
* | Feature Request #21748. Added function ftp_chmod(). | Sara Golemon | 2003-01-27 | 1 | -0/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Added ftp_ssl_connect() for FTP over SSL. | Stefan Esser | 2002-10-03 | 1 | -0/+3 |
| | |||||
* | renamed ftp_async_* into ftp_nb_* | Stefan Esser | 2002-10-03 | 1 | -5/+5 |
| | |||||
* | [EXPERIMENTAL] Added functions for asynchronous FTP transfers | Stefan Esser | 2002-07-26 | 1 | -0/+5 |
| | |||||
* | @- FTP extension does support (auto)resuming now. | Stefan Esser | 2002-07-26 | 1 | -1/+4 |
| | | | | | Added (Auto)Resuming functionality to ftp_(f)get/(f)put via optional 5th parameter. | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -2/+1 |
| | |||||
* | - Added ftp_set_option(), ftp_get_option() and support for setting a | Markus Fischer | 2002-01-02 | 1 | -0/+4 |
| | | | | | | custom timeout. # Adding custom buffer size would be next, no promises though. | ||||
* | - Switched to zend_parse_parameters(), unified error/warning messages, | Markus Fischer | 2002-01-01 | 1 | -1/+1 |
| | | | | | | use real resources instead of integers, adjusted prototypes (hope I got them all). | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Change copyright note. | Sebastian Bergmann | 2001-06-19 | 1 | -20/+9 |
| | |||||
* | more cleanup of info code | Daniel Beulshausen | 2000-10-08 | 1 | -0/+1 |
| | |||||
* | - Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>) | Derick Rethans | 2000-09-13 | 1 | -0/+1 |
| | | | | | | @ Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>) @ (Derick) | ||||
* | - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows | Andi Gutmans | 2000-06-10 | 1 | -5/+0 |
| | | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 | ||||
* | added the ftp_site() function | Andrew Skalski | 2000-02-22 | 1 | -0/+1 |
| | |||||
* | More php3 cleanup | Zeev Suraski | 1999-12-17 | 1 | -8/+4 |
| |