#
2855b21e |
| 09-Jul-2002 |
Derick Rethans |
- Initialize var properly |
Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt |
|
#
b0ed560c |
| 04-Jul-2002 |
foobar |
@- Added optional 3rd parameter 'recursive' to ftp_rawlist() which will @ do 'LIST -R' instead of 'LIST'. (Jani) # tested too..and it even works. :) # (removed that Z_TYPE_P() pollution
@- Added optional 3rd parameter 'recursive' to ftp_rawlist() which will @ do 'LIST -R' instead of 'LIST'. (Jani) # tested too..and it even works. :) # (removed that Z_TYPE_P() pollution also..)
show more ...
|
Revision tags: php-4.3.0dev_zend2_alpha2 |
|
#
51dfe5ee |
| 27-Jun-2002 |
Derick Rethans |
Unify error messages |
Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2 |
|
#
e4d2fa88 |
| 30-Mar-2002 |
Markus Fischer |
- Fix #16348. |
Revision tags: php-4.2.0RC1 |
|
#
d2d87622 |
| 17-Mar-2002 |
Wez Furlong |
Streams now make more use of the memory manager, so tracking down leaking streams should be easier. # I hate these big commits |
#
63682934 |
| 16-Mar-2002 |
Wez Furlong |
Allow php_stream_copy_to_stream to do nothing when used with code that calculates a max length of zero. (Thanks again Marcus). |
#
52982c42 |
| 16-Mar-2002 |
Wez Furlong |
This should help with some build problems/warnings under win32. Someone still needs to add the streams.c file to the MSVC project/workspace though (there are so many that I don't really know
This should help with some build problems/warnings under win32. Someone still needs to add the streams.c file to the MSVC project/workspace though (there are so many that I don't really know what I am doing :-).
show more ...
|
#
0f65280c |
| 15-Mar-2002 |
Wez Furlong |
New PHP streams... |
Revision tags: help |
|
#
90613d22 |
| 28-Feb-2002 |
Sebastian Bergmann |
Maintain headers. |
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH |
|
#
7603d137 |
| 03-Jan-2002 |
Markus Fischer |
- Now use ZE's builtin zend_zval_type_name(). |
#
84b948a1 |
| 03-Jan-2002 |
Markus Fischer |
- FTP_BINARY is more common instead of FTP_IMAGE. |
#
e941df5d |
| 03-Jan-2002 |
Egon Schmid |
Please, no punctuation mark at the end of the description. |
#
f7bd3841 |
| 02-Jan-2002 |
Markus Fischer |
- Corrected proto for ftp_connect() (new optional parameter for initial custom timeout). |
#
9bde60d1 |
| 02-Jan-2002 |
Markus Fischer |
- Added ftp_set_option(), ftp_get_option() and support for setting a custom timeout. # Adding custom buffer size would be next, no promises though. |
#
83ccb3e5 |
| 02-Jan-2002 |
Markus Fischer |
- Fixed ftp_fget() and ftp_mkdir() protos. |
#
7c197409 |
| 02-Jan-2002 |
Markus Fischer |
- Corrected proto for ftp_fget(). |
#
8559f372 |
| 01-Jan-2002 |
Markus Fischer |
- Switched to zend_parse_parameters(), unified error/warning messages, use real resources instead of integers, adjusted prototypes (hope I got them all). |
#
adee5f94 |
| 30-Dec-2001 |
Egon Schmid |
Fixed a proto. |
Revision tags: php-4.1.1 |
|
#
052d5fc8 |
| 15-Dec-2001 |
Hartmut Holzgraefe |
proto fix |
Revision tags: PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers. |
Revision tags: php-4.1.0 |
|
#
288d9622 |
| 03-Dec-2001 |
Andi Gutmans |
- Missed one |
Revision tags: php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1 |
|
#
68925208 |
| 11-Oct-2001 |
Stig Bakken |
* zend_module_entry change: apino, debug and zts are moved first, see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) |
Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS, php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE |
|
#
f6f6c4d7 |
| 11-Aug-2001 |
Zeev Suraski |
Whitespace |
Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
aa1772ca |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation |
#
797a079a |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH work, and a bit of cleanup |