Dmitry Stogov
7234245e4a
Avoid invoking setitimer when timeouts have been disabled (Arvind Srinivasan)
2009-11-05 10:38:56 +00:00
Ilia Alshanetsky
438723729c
Lower the max upload default to 20
2009-10-28 13:04:42 +00:00
Ilia Alshanetsky
0e5f61656c
Introduced a max_file_uploads INI setting, which is set to limit the
...
number of file uploads per-request to 100 by default, to prevent possible
DOS via temporary file exhaustion.
2009-10-27 16:13:48 +00:00
Pierre Joye
4706ebbfe2
- #48779 , fix another use case where / usage may differ
2009-10-15 13:09:25 +00:00
Stanislav Malyshev
d452498f54
fix crash for bug #47627
2009-10-13 19:58:59 +00:00
Pierre Joye
29cec688e8
- #48779 , improve fix, drop usage of _tolower and use zend_strtolower
2009-10-12 14:40:27 +00:00
Pierre Joye
df4fc558e1
- fix possible issue in TS environment (we don't have to do that anymore anyway in 5.3+)
2009-10-11 21:04:35 +00:00
Pierre Joye
d1a85d20a4
- #48779 , don't loop twice over the path chars
2009-10-11 20:50:53 +00:00
Felipe Pena
7bdb2e9e60
- Fixed build and comment-style
2009-10-09 20:01:16 +00:00
Garrett Serack
b7fbc646f1
- changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be case insensitive (garretts)
2009-10-09 19:43:00 +00:00
Dmitry Stogov
ffed322607
Fixed bug #49627 (error_log to specified file does not log time according to date.timezone)
2009-10-05 13:56:49 +00:00
Ilia Alshanetsky
2c2f45a059
Fixed bug #48805 (IPv6 socket transport is not working).
2009-09-30 20:48:41 +00:00
Dmitry Stogov
3c0dba4510
Fixed a bug in parameter passing/conversion API which caused tons of memleak and was the reason of ~1500 test failurs
2009-09-23 13:51:50 +00:00
Dmitry Stogov
0f6f23dc14
Fixed ext/standard/tests/streams/stream_get_contents_002.phpt
2009-09-23 10:25:54 +00:00
Sriram Natarajan
13d4fcede9
- Fixed bug #49572 (use of C++ style comments causes build failure)
2009-09-17 02:45:25 +00:00
Jani Taskinen
6d132cf814
- Simplified a bit and fixed possible memory corruption and definate leak.
2009-09-10 16:19:42 +00:00
Kalle Sommer Nielsen
e834d1a1f4
Experimental build support for VC10
...
- Contains newly introduced compiler warning fixes
- configure now picks up VC10
2009-09-08 01:50:40 +00:00
Jani Taskinen
7713cc89d9
- Fixed bug #49182 (PHP CGI always outputs the shebang line)
2009-09-05 17:07:14 +00:00
Jani Taskinen
9d4c42357d
I have no idea. This might or might not fix a bug in some branch. At least it works.
2009-09-04 11:02:40 +00:00
Sriram Natarajan
00406ac1ae
- 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
Jani Taskinen
e785146a93
- Try disabling zlib.output_compression always for images. (zlib extension might be compiled as shared and not same time as the main PHP binary)
2009-08-17 16:54:39 +00:00
Kalle Sommer Nielsen
fef66b3c2d
Kill compiler warnings
2009-08-01 14:45:42 +00:00
Greg Beaver
80d061b18f
fix segfault when running run-tests.php, and general potential for corruption
...
by calling php_stream_path_encode for unicode strings, php_stream_path_param_encode decrements
the refcount, but never restores it, which can cause freeing of zvals before they are done being used.
2009-07-31 23:44:52 +00:00
Rasmus Lerdorf
53237e478b
Fix bug #48880
...
The ini entry was being corrupted because it wasn't being set
on the ACTIVATE and DEACTIVATE stages.
2009-07-31 21:09:45 +00:00
Stanislav Malyshev
0c28206914
fix extension functions disabling (bug #49065 )
2009-07-29 00:17:10 +00:00
David Soria Parra
b4ea9bf939
- Define HAVE_DTRACE if dtrace is available and ifdef all calls to dtrace probes
2009-07-20 10:12:34 +00:00
David Soria Parra
28f7ed9365
- Add DTrace support.
2009-07-19 14:00:25 +00:00
Ilia Alshanetsky
2edbdcb845
MFB: Fixed a possible crash inside OnUpdateErrorLog() when restoring an empty value
...
Avoid pointless safe_mode/open_basedir checks on OnUpdateMailLog() if value is empty
2009-07-12 16:43:32 +00:00
Stanislav Malyshev
c93ff250bc
fix mail.log openbasedir interaction with .htaccess
2009-07-09 00:24:26 +00:00
Jani Taskinen
49901ae269
- Fixed bug #48247 (Infinite loop and possible crash during startup with errors)
2009-07-07 16:40:21 +00:00
Mikko Koppanen
ec2dab6b47
[DOC]
...
Support multiple paths (separated by path_separator) in config-file-scan-dir/PHP_INI_SCAN_DIR
2009-06-27 15:22:06 +00:00
Ilia Alshanetsky
068eac20ef
MFB: Handle instances where TMPDIR = ""
2009-06-25 01:35:15 +00:00
Ilia Alshanetsky
d71956b183
MFB: Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using
...
TMPDIR).
2009-06-24 12:21:37 +00:00
Rasmus Lerdorf
c6de8de302
Fix bug #48592
2009-06-18 06:39:11 +00:00
Pierre Joye
193f67d8b3
- typo
2009-06-04 07:41:42 +00:00
Pierre Joye
f4b3c6aae3
- [DOC] MF53: add PHP_WINDOWS_NT_* and PHP_WINDOWS_VERSION_* constants (usefull for testing and features detections)
...
see http://msdn.microsoft.com/en-us/library/ms724451(VS.85).aspx for the explanation
2009-06-04 07:00:37 +00:00
Scott MacVicar
e10ba6e945
Make sure the timeout is checked in the shutdown function, patch from Etienne
2009-05-30 09:47:39 +00:00
Antony Dovgal
248dc58005
use request encoding when parsing cookies
...
fixes 14 segfaults in HEAD
2009-05-27 14:53:05 +00:00
Jani Taskinen
3518feae42
ws
2009-05-23 18:52:03 +00:00
Jani Taskinen
11a85807c0
ws
2009-05-23 18:46:10 +00:00
Pierre Joye
71a71ad963
- fix build, fix TS build
2009-05-23 18:46:05 +00:00
Jani Taskinen
5fcbc3cb26
fix build
2009-05-23 18:42:54 +00:00
Jani Taskinen
87cb112a4f
ws + cs
2009-05-23 18:19:11 +00:00
Jani Taskinen
fa68c626c1
- Fix typo
2009-05-23 18:10:13 +00:00
Andrei Zmievski
afa4e41c2f
Implement JIT request decoding support for $_GET and $_POST.
2009-05-23 18:03:27 +00:00
Arnaud Le Blanc
7b3ee6dc6f
Fix build
2009-05-19 10:04:35 +00:00
Derick Rethans
d5c8121b39
- Get rid of the four different versions of zend_extension* and only use
...
zend_extension. Because of the API identifier change in PHP 5.3 you also get
a proper warning message now.
2009-05-18 21:28:42 +00:00
Arnaud Le Blanc
587137b2d3
un-duplicated code (merged unicode/string variants of stream_copy_to_stream
...
and let the compiler optimize specializations)
2009-05-17 16:52:35 +00:00
Arnaud Le Blanc
0e4de79b40
Fixed bug #48309 (stream_copy_to_stream() and fpasstru() do not
...
update stream position of plain files)
2009-05-17 14:57:05 +00:00
Arnaud Le Blanc
3c6bd3eb67
Fix warning when inner stream of a temp:// stream is closed before
...
the stream ifself
2009-05-16 20:27:11 +00:00