Commit Graph

3223 Commits

Author SHA1 Message Date
Adam Harvey
6b6cdc8dde Fix for bug #23229 (syslog function truncates messages): remove the hard-coded
500 character error message limit imposed when using error_log=syslog.
2010-02-26 18:01:03 +00:00
Pierre Joye
481d1045cf - get the right error on windows 2010-02-21 17:44:25 +00:00
Pierre Joye
aba1aa7665 - prevent unexpectable behaviors (for the user) with invalid path 2010-02-07 20:15:58 +00:00
Pierre Joye
34930061d8 - #50854, fix build on non windows, svn merge is useless. 2010-01-27 10:36:03 +00:00
Pierre Joye
f13ece5f30 - #50854, fix build on non windows 2010-01-27 07:48:31 +00:00
Pierre Joye
243061663a - removed debug breakpoint and improve inline comment 2010-01-27 02:03:41 +00:00
Pierre Joye
6e6334342b - prevent bad things to happen when invalid path are passed to MoveFileEx 2010-01-27 01:18:43 +00:00
Pierre Joye
19b146c9c1 - [DOC] #45986, bad file descriptor warning when rename is used with invalid path, add php_win32_docref2_from_error to display system error for non posix api 2010-01-26 20:04:03 +00:00
Pierre Joye
865f11e919 - prevent possible crash when error/warnings are raised during startup (like deprecated features), 5.3+ only 2010-01-24 12:39:31 +00:00
Jani Taskinen
a1697aa7cb - Fixed bug #50791 (Compile failure: Bad logic in defining fopencookie emulation) 2010-01-19 13:44:08 +00:00
Jani Taskinen
a85c26bbaa - WS + CS fixes 2010-01-19 12:03:07 +00:00
Johannes Schlüter
14b236af80 - Add extern declarations for fixing the build with some compilers 2010-01-19 10:44:36 +00:00
Ilia Alshanetsky
397b6bcdf4 Fixed bug #50787 (stream_set_write_buffer() has no effect on socket streams). 2010-01-18 12:50:08 +00:00
Jani Taskinen
5ef9a73ab1 - Fixed bug #48811 (Directives in PATH section do not get applied to subdirectories) 2010-01-16 21:01:12 +00:00
Ilia Alshanetsky
1aca4221bd Fixed bug #50657 (copy() with an empty (zero-byte) HTTP source succeeds but returns false). 2010-01-06 12:54:53 +00:00
Sebastian Bergmann
22f4ef45fe sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
Jani Taskinen
796990d988 - CS + WS + folding tags 2009-12-29 19:23:41 +00:00
Ilia Alshanetsky
9a46ab46ae Fixed bug #48190 (Content-type parameter "boundary" is not case-insensitive in HTTP uploads). 2009-12-29 15:57:54 +00:00
Antony Dovgal
64845f3889 remove automatic file unlocking on shutdown and/or stream close
(make it win32-specific for 5_2, as discussed with Ilia)
2009-12-25 20:34:59 +00:00
Stanislav Malyshev
1d8116180c fix bug #50196 2009-12-19 01:13:33 +00:00
Jani Taskinen
daab781751 - Make $sbindir be usable in C code as well (like $bindir and co.) 2009-12-15 11:17:47 +00:00
Kalle Sommer Nielsen
5b5b64ea38 Add some more removed ini directives 2009-12-14 10:56:34 +00:00
Kalle Sommer Nielsen
5464df7ff4 Change to E_CORE_ERROR as advertised (Fixes #50435) - Patch by arpad@php.net 2009-12-14 10:55:06 +00:00
Jani Taskinen
304a6dd9f6 MF53:- Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit) #Ilia.. 2009-12-11 15:42:16 +00:00
Jani Taskinen
8413e1771c - Fix the comment again 2009-12-08 11:00:03 +00:00
Dmitry Stogov
318819d602 - Forgotten patch for trunk
- Fixed stdin filename in error messages
2009-12-08 10:16:38 +00:00
Jani Taskinen
726ae5c0fe No tabs here 2009-12-08 08:34:53 +00:00
Jani Taskinen
42ccbd30a2 - ws 2009-12-08 08:21:56 +00:00
Jani Taskinen
e85963631d MF52: Fixed memory leak on require() error (Thanks again Ilia. r220154) 2009-12-08 08:21:25 +00:00
Jani Taskinen
d3205003f5 - No tabs here 2009-12-08 08:20:12 +00:00
Kalle Sommer Nielsen
126ab758e1 Use correct defines for VC10 support 2009-12-03 10:17:58 +00:00
Dmitry Stogov
f0bde4db6f Fixed bug #50159 (wrong working directory in symlinked files) 2009-11-30 14:21:23 +00:00
Jani Taskinen
7eed39131a - Fixed bug #49935 (Deprecated warnings make "make test" to fail) 2009-11-27 23:34:36 +00:00
Rasmus Lerdorf
bb6e3b7fd7 Make it possible to disable post_max_size 2009-11-17 20:33:51 +00:00
Ilia Alshanetsky
99a3f8a243 Simpify the max_file_uploads handling code 2009-11-16 13:34:57 +00:00
Felipe Pena
d3849fc38c - Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option())
(patch by Pierrick)
2009-11-15 20:30:57 +00:00
Jani Taskinen
0a8ce9956c - Nuke ws 2009-11-15 00:31:42 +00:00
Rasmus Lerdorf
39c578d9bf Fix bug #49868 2009-11-15 00:24:06 +00:00
Jani Taskinen
28c945d44d MF53: sprintf -> snprintf -> slprintf (Marcus, Ilia: Thanks for not committing random stuff to HEAD) 2009-11-14 22:42:08 +00:00
Felipe Pena
11ee48ed76 - Fixed bug #50005 (Throwing through Reflection modified Exception object makes segmentation fault) 2009-11-12 00:10:00 +00:00
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