summaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* MF53:- Added backlog socket context option for stream_socket_server(). (Mike)Jani Taskinen2010-03-122-2/+15
|
* - This is 5.4.0 (for now..:)Jani Taskinen2010-03-111-4/+4
|
* - Fix conflictJani Taskinen2010-03-111-12/+0
|
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-116-825/+1537
|
* Fix for bug #23229 (syslog function truncates messages): remove the hard-codedAdam Harvey2010-02-261-1/+1
| | | | | 500 character error message limit imposed when using error_log=syslog.
* - get the right error on windowsPierre Joye2010-02-211-0/+4
|
* - prevent unexpectable behaviors (for the user) with invalid pathPierre Joye2010-02-072-21/+29
|
* - #50854, fix build on non windowsPierre Joye2010-01-271-1/+2
|
* - removed debug breakpoint and improve inline commentPierre Joye2010-01-271-2/+2
|
* - prevent bad things to happen when invalid path are passed to MoveFileExPierre Joye2010-01-271-1/+27
|
* - [DOC] #45986, bad file descriptor warning when rename is used with invalid ↵Pierre Joye2010-01-263-3/+33
| | | | path, add php_win32_docref2_from_error to display system error for non posix api
* - Ensure that stderr output are not buffered, portability for testsPierre Joye2010-01-251-0/+4
|
* - prevent possible crash when error/warnings are raised during startup (like ↵Pierre Joye2010-01-241-1/+7
| | | | deprecated features), 5.3+ only
* - Fixed bug #50791 (Compile failure: Bad logic in defining fopencookie ↵Jani Taskinen2010-01-191-9/+9
| | | | emulation)
* - WS + CS fixesJani Taskinen2010-01-191-41/+53
|
* - Add extern declarations for fixing the build with some compilersJohannes Schlüter2010-01-191-1/+1
|
* Fixed bug #50787 (stream_set_write_buffer() has no effect on socket streams).Ilia Alshanetsky2010-01-181-0/+4
|
* - Fixed bug #48811 (Directives in PATH section do not get applied to ↵Jani Taskinen2010-01-161-1/+1
| | | | subdirectories)
* Fixed bug #50657 (copy() with an empty (zero-byte) HTTP source succeeds but ↵Ilia Alshanetsky2010-01-061-1/+1
| | | | returns false).
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-0369-69/+69
|
* - Sync with HEADJani Taskinen2009-12-291-11/+13
|
* - WS + CS + folding tagsJani Taskinen2009-12-291-150/+121
|
* Fixed bug #48190 (Content-type parameter "boundary" is not case-insensitive ↵Ilia Alshanetsky2009-12-291-0/+15
| | | | in HTTP uploads).
* remove automatic file unlocking on shutdown and/or stream closeAntony Dovgal2009-12-251-3/+0
| | | | | | (make it win32-specific for 5_2, as discussed with Ilia)
* PHP 5.3.2RC1Johannes Schlüter2009-12-221-3/+3
|
* fix bug #50196Stanislav Malyshev2009-12-191-0/+4
|
* - Make $sbindir be usable in C code as well (like $bindir and co.)Jani Taskinen2009-12-151-0/+1
|
* - Forgotten patch for trunkDmitry Stogov2009-12-081-0/+1
| | | | | - Fixed stdin filename in error messages
* MFT: VC10 build supportKalle Sommer Nielsen2009-12-032-5/+14
|
* Fixed bug #50159 (wrong working directory in symlinked files)Dmitry Stogov2009-11-301-28/+35
|
* - Fixed bug #49935 (Deprecated warnings make "make test" to fail)Jani Taskinen2009-11-271-0/+1
|
* 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
|
* - Switching to TSRMLS_FETCH versionFelipe Pena2009-11-163-3/+4
|
* - Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option())Felipe Pena2009-11-153-16/+12
| | | | | (patch by Pierrick)
* - Nuke wsJani Taskinen2009-11-151-1/+1
|
* Fix bug #49868Rasmus Lerdorf2009-11-151-1/+1
| | | | | | As far as I can tell this was a copy-paste induced bug when I added the reset_signals flag to zend_set_timeout.
* Fix #50063 (safe_mode_include_dir fails)Johannes Schlüter2009-11-121-0/+4
|
* - Fixed bug #50005 (Throwing through Reflection modified Exception object ↵Felipe Pena2009-11-121-0/+3
| | | | makes segmentation fault)
* 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
| | | | | | number of file uploads per-request to 100 by default, to prevent possible DOS via temporary file exhaustion.
* - #48779, fix another use case where / usage may differPierre Joye2009-10-151-1/+9
|
* oops, that doesn't belong to this patchStanislav Malyshev2009-10-131-7/+0
|
* fix crash for bug #47627Stanislav Malyshev2009-10-131-2/+13
|
* - #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 ↵Pierre Joye2009-10-111-24/+9
| | | | anyway in 5.3+)
* - #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 ↵Garrett Serack2009-10-091-0/+21
| | | | case insensitive (garretts)