This website requires JavaScript.
Explore
Help
Register
Sign in
archive
/
php-src
Watch
1
Star
0
Fork
You've already forked php-src
0
mirror of
https://github.com/php/php-src.git
synced
2025-08-18 15:08:55 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
23e5004132
php-src
/
ext
/
ftp
History
Download ZIP
Download TAR.GZ
Moriyoshi Koizumi
08bf402440
Fixed bug
#23683
2003-05-19 13:26:28 +00:00
..
config.m4
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
2002-03-12 16:44:00 +00:00
CREDITS
- MFB
2002-12-26 23:45:05 +00:00
ftp.c
Fixed bug
#23683
2003-05-19 13:26:28 +00:00
ftp.h
Tidy up stupid signed/unsigned issues with win32 by introducing a php_socket_t typedef.
2003-02-28 21:03:36 +00:00
php_ftp.c
MFB(r-1.74.2.8) Bug
#14369
. ftp extension allows circumvention of safe_mode 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.
2003-05-17 04:21:57 +00:00
php_ftp.h
Add ftp_raw() to send raw command strings to an FTP server.
2003-01-31 04:54:57 +00:00