summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* fix bug #51276 (php_load_extension() is missing when HAVE_LIBDL is undefined)Antony Dovgal2010-06-081-0/+2
* - #51854, fix logic (patch by Tjerk)Pierre Joye2010-05-181-1/+1
* - Fixed bug #51627 (script path not correctly evaluated)Felipe Pena2010-04-211-2/+2
* final fix for long opts in getopt() Antony Dovgal2010-04-151-11/+7
* discard first TWO symbols of a long argumentAntony Dovgal2010-04-141-1/+1
* make sure the actual length of the argument passed matches theAntony Dovgal2010-04-081-3/+9
* fix buildAntony Dovgal2010-04-081-1/+1
* - WSPierre Joye2010-04-081-27/+27
* I am sorry I tried fixing PHP without extensive discussion on the mailing list.Andrei Zmievski2010-03-183-9/+4
* Fix a few problems with large (2G-4G) file uploads. AddedAndrei Zmievski2010-03-183-4/+9
* - Reverted r296062 and r296065Jani Taskinen2010-03-126-1534/+834
* add backlock socket context option for stream_socket_server(),Michael Wallner2010-03-112-2/+15
* - 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
* - 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
* - 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
* - Fixed bug #50791 (Compile failure: Bad logic in defining fopencookie emulat...Jani Taskinen2010-01-191-9/+9
* - 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 subdirec...Jani Taskinen2010-01-161-1/+1
* Fixed bug #50657 (copy() with an empty (zero-byte) HTTP source succeeds but r...Ilia Alshanetsky2010-01-061-1/+1
* 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 i...Ilia Alshanetsky2009-12-291-0/+15
* remove automatic file unlocking on shutdown and/or stream closeAntony Dovgal2009-12-251-3/+0
* 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
* 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
* - Nuke wsJani Taskinen2009-11-151-1/+1
* Fix bug #49868Rasmus Lerdorf2009-11-151-1/+1
* Fix #50063 (safe_mode_include_dir fails)Johannes Schlüter2009-11-121-0/+4
* - 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