Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use reference counting instead of zval duplication | Dmitry Stogov | 2014-06-05 | 1 | -2/+1 |
| | |||||
* | Fixed safe resource close. | Dmitry Stogov | 2014-05-13 | 1 | -1/+1 |
| | | | | | It must not de deleted (just closed), because it still may be referenced from zval(s). This fixes few ext/ftp test memory failures detected with valgrind. | ||||
* | Fixed incorrect boolean IS_FALSE/IS_TRUE handling | Dmitry Stogov | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | Fixed memory leaks | Dmitry Stogov | 2014-05-06 | 1 | -4/+6 |
| | |||||
* | fix ftp for ng | krakjoe | 2014-05-06 | 1 | -42/+42 |
| | |||||
* | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -2/+2 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Fix leak caused by fix to bug #65667 | Nikita Popov | 2013-12-30 | 1 | -0/+4 |
| | | | | ftp->stream is now closed in the ftp resource dtor. | ||||
* | Fix bug #65667: ftp_nb_continue produces segfault | Philip Hofstetter | 2013-10-04 | 1 | -1/+3 |
| | | | | | | | | | | | | the idea behind ftp_nb_get is for it to be followed by multiple calls to ftp_nb_continue in order to download a file piece-by-piece. As such, it's unwise to close the stream used to write the downloaded data to when the file hasn't been completely downloaded within the first call to ftp_nb_get. This regression was added in a93a462dcefd62e07963dd2da506fbb3409c88b5 and this patch restores the behavior that was seen pre-patch. | ||||
* | First fixes for a 64bit compatible ftp extension | Andreas Streichardt | 2013-08-04 | 1 | -9/+7 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | - Added new parameter parsing option (p - for valid path (string without ↵ | Felipe Pena | 2011-06-06 | 1 | -7/+7 |
| | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | ||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -9/+9 |
| | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | ||||
* | 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: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -33/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+33 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -33/+0 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH: argument infos | Hannes Magnusson | 2006-06-11 | 1 | -39/+262 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -2/+2 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Final set of fixes for bug #27633. | Ilia Alshanetsky | 2005-03-10 | 1 | -1/+7 |
| | | | | | # Many thanks to Edin for helpind analyze and resolve this bug. | ||||
* | removed redundant NEW_LIBC check | Anantha Kesari H Y | 2004-09-27 | 1 | -7/+1 |
| | |||||
* | Wordsize fixes | Ard Biesheuvel | 2004-02-25 | 1 | -1/+1 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Fix ftp build when openssl is built as a shared extension. | Wez Furlong | 2003-12-06 | 1 | -6/+6 |
| | |||||
* | Fixed bug #26113 (remove leftover local file when ftp_get/ftp_nb_get fails) | Ilia Alshanetsky | 2003-11-04 | 1 | -0/+2 |
| | |||||
* | Add ftp_alloc() for servers which require client to predeclare filesize to ↵ | Sara Golemon | 2003-09-18 | 1 | -0/+37 |
| | | | | be sent. | ||||
* | MFB(r-1.74.2.13) Bug #25314 ASCII mode transfers behaving like binary when ↵ | Sara Golemon | 2003-09-08 | 1 | -8/+8 |
| | | | | initiated from windows. | ||||
* | Fixed compiler warnings. | Ilia Alshanetsky | 2003-08-28 | 1 | -2/+2 |
| | |||||
* | fix another broken prototype | Zeev Suraski | 2003-08-07 | 1 | -1/+1 |
| | |||||
* | Fix prototype | Zeev Suraski | 2003-08-07 | 1 | -1/+1 |
| | |||||
* | - HAVE_OPENSSL_EXT is not defined always. | foobar | 2003-06-27 | 1 | -4/+4 |
| | |||||
* | proto fixes | Andrey Hristov | 2003-06-15 | 1 | -4/+4 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | MFB(r-1.74.2.8) Bug #14369. ftp extension allows circumvention of safe_mode ↵ | Sara Golemon | 2003-05-17 | 1 | -8/+8 |
| | | | | 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. | ||||
* | MFH | Ilia Alshanetsky | 2003-04-03 | 1 | -0/+2 |
| | |||||
* | fixing missed int to long with zend_parse_parameters | David Hill | 2003-03-10 | 1 | -9/+18 |
| | |||||
* | 64-bit correction to variables passed to zend_parse_parameters | David Hill | 2003-03-06 | 1 | -2/+4 |
| | | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave) | ||||
* | - No need to include the ssl headers elsewhere but in ext/openssl | foobar | 2003-02-28 | 1 | -0/+4 |
| | | | | | # ext/ftp doesn't use streams yet so it needs to include them. | ||||
* | CS fixes. | Ilia Alshanetsky | 2003-02-14 | 1 | -12/+5 |
| | |||||
* | Add ftp_raw() to send raw command strings to an FTP server. | Sara Golemon | 2003-01-31 | 1 | -0/+21 |
| | |||||
* | Fix potential buffer overflow. | Sara Golemon | 2003-01-27 | 1 | -1/+1 |
| |