Kalle Sommer Nielsen
dd8e59da8f
Removed safe_mode
...
* 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
2010-04-26 23:53:30 +00:00
Ilia Alshanetsky
4db5175f54
Fixed bug #51190 (ftp_put() returns false when transfer was successful).
2010-03-04 12:52:58 +00:00
Sebastian Bergmann
9ba1e81665
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
2010-01-03 09:23:27 +00:00
Rasmus Lerdorf
99f469f707
Fix null deref found by Michael Maclean
2009-11-24 13:57:39 +00:00
Sriram Natarajan
ac2d3990f2
- Fixed bug #49447 (php engine need to correctly check for socket API
...
return status on windows). (Sriram Natarajan)
2009-09-04 07:59:48 +00:00
Zoe Slattery
c0c141d0cf
server for ftp tests
2009-08-30 09:31:54 +00:00
Zoe Slattery
6a22ec3eda
More tests from 2009 testfest
2009-08-30 09:30:13 +00:00
Antony Dovgal
e3e34fa7ed
MF52: fix test: don't create tmp files in "." and clean up when done
2009-01-09 23:12:12 +00:00
Zoe Slattery
6d246c060b
new test from Nat Mcugh
2008-12-31 20:06:26 +00:00
Sebastian Bergmann
08659c2dcd
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:15:49 +00:00
Zoe Slattery
7156227045
New FTP test from Nathaniel McHugh
2008-12-17 12:35:26 +00:00
Zoe Slattery
9271f52838
FTP test from Nathaniel McHugh
2008-12-05 16:28:16 +00:00
Felipe Pena
fc2fb50d09
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
2008-11-17 11:28:01 +00:00
Felipe Pena
7a37fa2d6b
- Revert ZEND_BEGIN_ARG_INFO change
2008-11-02 21:19:39 +00:00
Felipe Pena
df10005563
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
2008-10-24 14:35:40 +00:00
Pierre Joye
f8a7c37c83
- MFH: don't use inet_ntop when not present
2008-07-12 23:26:02 +00:00
Sebastian Bergmann
d1dded8751
MFH: Bump copyright year, 2 of 2.
2007-12-31 07:17:19 +00:00
Dmitry Stogov
6c810b0d4c
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
2007-09-27 18:00:48 +00:00
Antony Dovgal
d042fd0675
MFH: php_gmtime_r() fixes
2007-06-07 08:59:00 +00:00
Antony Dovgal
1f65545121
fix test names
2007-05-07 18:03:01 +00:00
Ilia Alshanetsky
bc1f7356d7
Fixed CRLF injection inside ftp_putcmd().
...
# Reported on BugTraq by loveshell[at]Bug.Center.Team
2007-03-24 16:25:42 +00:00
Martin Kraemer
9c62ddde34
Typo
2007-03-14 09:58:14 +00:00
Ilia Alshanetsky
efad70c2cc
snprintf() -> slprintf()
2007-02-27 03:28:17 +00:00
Stanislav Malyshev
33956fc358
fix typo
2007-02-24 02:45:24 +00:00
Marcus Boerger
50ea26760d
- Avoid sprintf, even when checked copy'n'paste or changes lead to errors
2007-02-24 02:17:47 +00:00
Antony Dovgal
22a866818b
fix test
2007-02-21 19:22:28 +00:00
Nuno Lopes
3d65d6d8d9
Fixed bug #37799 (ftp_ssl_connect() falls back to non-ssl connection)
2007-02-13 18:29:10 +00:00
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
2007-01-01 09:36:18 +00:00
Hannes Magnusson
b12e3e1475
Fix tests
2006-12-19 10:03:24 +00:00
Antony Dovgal
e1a63af85b
MFH: fix leaks
2006-12-03 13:59:11 +00:00
Nuno Lopes
e65bdffab5
tests + BFN
2006-12-01 16:37:39 +00:00
Nuno Lopes
8e0cf44164
fix bug #39458 : ftp_nlist() returns false on empty dirs
2006-12-01 16:34:43 +00:00
Antony Dovgal
a3c2958f22
MFH: fix test on FreeBSD
2006-11-27 11:43:59 +00:00
Nuno Lopes
e8384cbcca
more tests
2006-11-24 20:18:54 +00:00
Nuno Lopes
d64b17543c
fix tests after Tony's commit and add a test for the bug he fixed
2006-11-24 15:47:45 +00:00
Antony Dovgal
050e32ed65
fix test
2006-11-24 13:40:43 +00:00
Antony Dovgal
7f235792b3
MFH: fix #39583 (ftp_put() does not change transfer mode to ASCII)
2006-11-24 12:39:39 +00:00
Nuno Lopes
94a810755f
add tests for 2 old bugs
2006-11-23 20:47:38 +00:00
Nuno Lopes
ba8ba5a909
add two more tests (test bogus parameters and bogus server respsnes)
2006-11-23 17:34:34 +00:00
Nuno Lopes
bd519ae0d9
new tests. what a crazy idea...
2006-11-19 18:37:28 +00:00
Hannes Magnusson
21b0f60332
MFH: argument infos
2006-06-11 20:03:05 +00:00
Antony Dovgal
bace0def1e
fix spelling in error messages:
...
greater/less thEn -> greater/less thAn
2006-04-03 09:14:33 +00:00
foobar
5bd93221a8
bump year and license version
2006-01-01 12:51:34 +00:00
foobar
3e669bc950
MFH: nuke php3 legacy
2005-12-06 02:28:41 +00:00
Ilia Alshanetsky
82814fc852
Fixed bug #31971 (ftp_login fails on some SSL servers).
...
Patch by: frantisek at augusztin dot com
2005-11-05 22:02:15 +00:00
Brian France
890bd3f002
Fixed phpize build (default PHP_OPENSSL to no if not set)
2005-11-01 00:32:21 +00:00
foobar
b1d0f9bb43
typofix
2005-10-09 20:44:02 +00:00
foobar
e403b15ebb
MFH: - Fixed bug #34796 (missing SSL linking in ext/ftp when configured as shared).
2005-10-09 20:39:42 +00:00
foobar
286d53397a
MFH
2005-08-18 12:40:41 +00:00
foobar
23e671a51e
- Bumber up year
2005-08-03 14:08:58 +00:00