summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to disable post_max_sizeRasmus Lerdorf2009-11-171-1/+1
* Simpify the max_file_uploads handling codeIlia Alshanetsky2009-11-161-6/+1
* - Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option())Felipe Pena2009-11-153-16/+12
* - Nuke wsJani Taskinen2009-11-151-1/+1
* Fix bug #49868 Rasmus Lerdorf2009-11-151-1/+1
* MF53: sprintf -> snprintf -> slprintf (Marcus, Ilia: Thanks for not committin...Jani Taskinen2009-11-141-1/+1
* - Fixed bug #50005 (Throwing through Reflection modified Exception object mak...Felipe Pena2009-11-121-0/+3
* Avoid invoking setitimer when timeouts have been disabled (Arvind Srinivasan)Dmitry Stogov2009-11-051-1/+2
* Lower the max upload default to 20Ilia Alshanetsky2009-10-281-1/+1
* Introduced a max_file_uploads INI setting, which is set to limit theIlia Alshanetsky2009-10-272-0/+11
* - #48779, fix another use case where / usage may differPierre Joye2009-10-151-1/+9
* fix crash for bug #47627Stanislav Malyshev2009-10-131-2/+6
* - #48779, improve fix, drop usage of _tolower and use zend_strtolowerPierre Joye2009-10-121-1/+1
* - fix possible issue in TS environment (we don't have to do that anymore anyw...Pierre Joye2009-10-111-24/+9
* - #48779, don't loop twice over the path charsPierre Joye2009-10-111-8/+6
* - Fixed build and comment-styleFelipe Pena2009-10-091-2/+2
* - changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be cas...Garrett Serack2009-10-091-0/+21
* Fixed bug #49627 (error_log to specified file does not log time according to ...Dmitry Stogov2009-10-052-1/+12
* Fixed bug #48805 (IPv6 socket transport is not working).Ilia Alshanetsky2009-09-301-1/+1
* Fixed a bug in parameter passing/conversion API which caused tons of memleak ...Dmitry Stogov2009-09-231-28/+8
* Fixed ext/standard/tests/streams/stream_get_contents_002.phptDmitry Stogov2009-09-231-1/+1
* - Fixed bug #49572 (use of C++ style comments causes build failure)Sriram Natarajan2009-09-171-1/+1
* - Simplified a bit and fixed possible memory corruption and definate leak.Jani Taskinen2009-09-101-0/+1
* Experimental build support for VC10Kalle Sommer Nielsen2009-09-082-5/+9
* - Fixed bug #49182 (PHP CGI always outputs the shebang line)Jani Taskinen2009-09-051-10/+24
* I have no idea. This might or might not fix a bug in some branch. At least it...Jani Taskinen2009-09-041-4/+5
* - Fixed bug #49447 (php engine need to correctly check for socket API Sriram Natarajan2009-09-042-9/+17
* - Try disabling zlib.output_compression always for images. (zlib extension mi...Jani Taskinen2009-08-171-5/+3
* Kill compiler warningsKalle Sommer Nielsen2009-08-015-11/+10
* fix segfault when running run-tests.php, and general potential for corruptionGreg Beaver2009-07-311-0/+1
* Fix bug #48880Rasmus Lerdorf2009-07-311-1/+1
* fix extension functions disabling (bug #49065)Stanislav Malyshev2009-07-291-4/+5
* - Define HAVE_DTRACE if dtrace is available and ifdef all calls to dtrace probesDavid Soria Parra2009-07-201-0/+4
* - Add DTrace support.David Soria Parra2009-07-191-0/+5
* MFB: Fixed a possible crash inside OnUpdateErrorLog() when restoring an empty...Ilia Alshanetsky2009-07-121-6/+2
* fix mail.log openbasedir interaction with .htaccessStanislav Malyshev2009-07-091-1/+18
* - Fixed bug #48247 (Infinite loop and possible crash during startup with errors)Jani Taskinen2009-07-071-19/+15
* [DOC]Mikko Koppanen2009-06-271-52/+63
* MFB: Handle instances where TMPDIR = ""Ilia Alshanetsky2009-06-251-1/+1
* MFB: Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when usingIlia Alshanetsky2009-06-241-1/+8
* Fix bug #48592Rasmus Lerdorf2009-06-181-1/+3
* - typoPierre Joye2009-06-041-1/+1
* - [DOC] MF53: add PHP_WINDOWS_NT_* and PHP_WINDOWS_VERSION_* constants (usefu...Pierre Joye2009-06-041-0/+14
* Make sure the timeout is checked in the shutdown function, patch from EtienneScott MacVicar2009-05-301-1/+1
* use request encoding when parsing cookiesAntony Dovgal2009-05-271-0/+1
* wsJani Taskinen2009-05-231-15/+18
* wsJani Taskinen2009-05-231-64/+37
* - fix build, fix TS buildPierre Joye2009-05-231-5/+5
* fix buildJani Taskinen2009-05-231-11/+11
* ws + csJani Taskinen2009-05-231-85/+60