summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* - #51854, fix logic (patch by Tjerk)Pierre Joye2010-05-181-1/+1
* add the constant back. quite a lot of code uses it.Antony Dovgal2010-04-281-0/+1
* Removed safe_modeKalle Sommer Nielsen2010-04-2613-599/+89
* - Removed allow_call_time_pass_reference (Pierrick)Felipe Pena2010-04-262-3/+2
* Add DTrace probesDavid Soria Parra2010-04-241-0/+9
* - Fixed bug #51627 (script path not correctly evaluated)Felipe Pena2010-04-211-2/+2
* Remove highlight.bg, it was removed in the old trunk and its not referenced i...Kalle Sommer Nielsen2010-04-211-2/+2
* Removed register_globalsKalle Sommer Nielsen2010-04-214-45/+11
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-0/+5
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-1/+1
* Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/sess...Kalle Sommer Nielsen2010-04-153-27/+9
* final fix for long opts in getopt() Antony Dovgal2010-04-151-11/+7
* Bump PHP_API_VERSIONKalle Sommer Nielsen2010-04-151-1/+1
* discard first TWO symbols of a long argumentAntony Dovgal2010-04-141-1/+1
* * Pass TSRMLS_C around pageinfo.cKalle Sommer Nielsen2010-04-132-7/+7
* PHP_OS is now always WINNT on Windows, since we don't support anything prior ...Kalle Sommer Nielsen2010-04-131-9/+3
* Remove a couple TSRMLS_FETCH() calls around ext/main/sapiKalle Sommer Nielsen2010-04-131-3/+3
* Removed y2k_compliance ini option, making it "always" enabled internallyKalle Sommer Nielsen2010-04-122-3/+0
* * Changed the way removed ini directives are shown so its easier to add new onesKalle Sommer Nielsen2010-04-121-21/+41
* make sure the actual length of the argument passed matches theAntony Dovgal2010-04-081-3/+9
* - WSPierre Joye2010-04-081-26/+26
* Remove main/php3_compat.h, for that a few references to `function_entry` haveJohannes Schlüter2010-03-302-123/+0
* - Set trunk version.Derick Rethans2010-03-231-3/+3
* 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