1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00
Commit Graph

3204 Commits

Author SHA1 Message Date
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
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