#include "php.h"
#include "php_globals.h"
#include "php_network.h"
#include "php_ini.h"
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/param.h>
#include "php_standard.h"
#include <netinet/in.h>
#include <netdb.h>
#include "php_fopen_wrappers.h"
Go to the source code of this file.
◆ FTPS_ENCRYPT_DATA
◆ GET_FTP_RESULT
#define GET_FTP_RESULT |
( |
| stream | ) |
|
Value:get_ftp_result((stream), tmp_line, sizeof(tmp_line))
Definition at line 68 of file ftp_fopen_wrapper.c.
◆ PHP_FTP_CNTRL_CHK
#define PHP_FTP_CNTRL_CHK |
( |
| val, |
|
|
| val_len, |
|
|
| err_msg ) |
Value: { \
unsigned char *
s = (
unsigned char *)
val, *e = (
unsigned char *)
s + val_len; \
php_stream_wrapper_log_error(wrapper,
options, err_msg,
val); \
goto connect_errexit; \
} \
} \
}
PHP_JSON_API size_t int options
◆ php_ftp_dirstream_data
◆ php_stream_url_wrap_ftp()
◆ php_stream_ftp_wrapper